@charset "utf-8";
body{
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auff�llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #1F3D6B;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
	a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	}
	a:hover{
	text-decoration: underline;
	}
	form {
	margin: 0;
	padding: 0;
	}
	label{
 	font: bold 1em Arial,sans-serif;
 	color: #334d55;
	}
	input{
	font-family: Arial, sans-serif;
	font-size: 10px;
	}
    .thrColFixHdr #container {
	width: 955px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, k�nnen Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
    .thrColFixHdr #containerIntra {
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1186px;
    } 
    .thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #234773;
	height: 115px;
    } 
    .thrColFixHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, k�nnen Sie das Auftreten unerwarteter Abst�nde zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unn�tig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auff�llung anstelle von R�ndern l�sst sich gew�hrleisten, dass das Element die Kanten des div nicht ber�hrt. */
    }
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Mit der Auff�llung wird gew�hrleistet, dass der Inhalt des div die Kanten nicht ber�hrt. */
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    }
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 198px;
    }
	.thrColFixHdr #sidebarCopyblock{
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 178px;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #ECEDF3;
	line-height: 14px;
    }
#sidebarCopyblock .link_gusw {
	font-weight: bold;
	color: #4CA134;
	text-decoration: none;
}
#sidebarCopyblock .link_wohneg {
	font-weight: bold;
	color: #005FA9
	text-decoration: none;
}
	.thrColFixHdr #sidebarCopyblock p{
	margin-top: 0px;
	margin-bottom: 4px;
    }
	.thrColFixHdr #sidebarCopyblock_white{
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 178px;
	font-size: 85%;
	padding: 10px;
	background-color: #FFFFFF;
    }
	.thrColFixHdr #sidebarCopyblock img{
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	}	
    .thrColFixHdr #mainContentIntra {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
    }
.thrColFixHdr #mainContentExtra {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
    }
    .thrColFixHdr #mainContent {
	margin-right: 228px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
    } 
    .thrColFixHdr #footer {
	background-color: #E5E9EF;
	height: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
    } 
    .thrColFixHdr #footer p {
	margin: 0; /* Wenn Sie die R�nder des ersten Elements in der Fu�zeile auf 0 einstellen, k�nnen Sie unerwartete Abst�nde zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auff�llung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
    }
    .fltrt { /* Mit dieser Klasse k�nnen Sie ein Element auf der Seite nach rechts flie�en lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse k�nnen Sie ein Element auf der Seite nach links flie�en lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schlie�en eines Containers sein, der wiederum einen vollst�ndigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.thrColFixHdr #GlobalLink {
	height: 25px;
	background-color: #BFC3D6;
	margin-bottom: 30px;
}
/* #GlobalLink a:link, #GlobalLink a:visited{
	font-size: 80%;
	background-color: #D2D8E1;
	text-decoration: none;
	color: #1F3D6B;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
}
*/
.thrColFixHdr #GlobalLinkIntra {
	height: 30px;
	padding-top: 2px;
}
#search{
	font-size: 100%;
} 
#search input{
  font-size: 100%;
}
.thrColFixHdr #mainContent h1 {
	font-size: 14px;
	color: #1F3D6B;
}
.thrColFixHdr #mainContent h2 {
	font-size: 13px;
	color: #1F3D6B;
}
.thrColFixHdr #mainContent h3 {
	font-size: 12px;
	color: #1F3D6B;
}
.thrColFixHdr #mainContent p {

	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thrColFixHdr #mainContentIntra h1 {
	font-size: 135%;
	color: #1F3D6B;
}
.thrColFixHdr #mainContentIntra h2 {
	font-size: 110%;
	color: #1F3D6B;
}
.thrColFixHdr #mainContentIntra h3 {
	font-size: 100%;
	color: #1F3D6B;
}
.thrColFixHdr #mainContentExtra p {
	line-height: 130%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thrColFixHdr #mainContentExtra h1 {
	font-size: 135%;
	color: #1F3D6B;
}
.thrColFixHdr #mainContentExtra h2 {
	font-size: 110%;
	color: #1F3D6B;
}
.thrColFixHdr #mainContentExtra h3 {
	font-size: 100%;
	color: #1F3D6B;
}
.thrColFixHdr #mainContentExtra p {
	line-height: 130%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D2D8E1;
}
#sectionLinks a:link {
	display: block;
	font-weight: bold;
	color: #1F3D6B;
	font-size: 85%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ffffff;
	border-bottom-color: #cccccc;
}
#sectionLinks a:visited {
	display: block;
	font-weight: bold;
	color: #429C29;
	font-size: 85%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ffffff;
	border-bottom-color: #cccccc;
}
#sectionLinks a:hover{
	background-color: #D2D8E1;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}
.startseite {
	color: #1F3D6B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #429C29;
	padding-top: 0px;
	padding-bottom: -10px;
}
hr {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 1px;
	background-color: #429C29;
}
#sidebarCopyblock hr {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 1px;
	background-color: #00FFFF;
}
.thrColFixHdr #login {
	width: 151px; /* Mit der Auff�llung wird gew�hrleistet, dass der Inhalt des div die Kanten nicht ber�hrt. */
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 9px;
	top: 150px;
	float: left;
    }
#form1{
	font-size: 100%;
} 
#form1 input{
  font-size: 100%;
}
.thrColFixHdr #sidebar1Intra {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Mit der Auff�llung wird gew�hrleistet, dass der Inhalt des div die Kanten nicht ber�hrt. */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
.smallItemText {
	font-size: 10px;
}
#toolbar {
	height: 35px;
	background-color: #FFFFFF;
	width: 955px;
	padding-top: 5px;
}
.hr_startpage {
	border-top-style: solid;
	border-top-color: #429C29;
	border-width: 1px;
	padding-bottom: 10px;
}
.breadcrumb {
	font-size: 11px;
}

