@charset "UTF-8";
/* CSS Document */

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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: #1f3252;
}
.twoColFixRtHdr #container {
	width: 970px;  /* 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. */
	margin: 0 auto;
	padding-bottom: 0px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-image: url(../grafiken/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-style: solid;
	
	border-color: #fff;
	
}
.twoColFixRtHdr #header {
	height: 150px;
	padding: 0 0px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
}
.twoColFixRtHdr #header h1 {
	margin: 0; 
	
}
.twoColFixRtHdr #sidebar {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 320px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: 0px;
	margin-top: 50px;

}
.twoColFixRtHdr #mainContent {
	margin-top:60px;
	margin-right: 370px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 35px;
	
	
	
}
.twoColFixRtHdr #footer {
	height: 50px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background-image: url(../grafiken/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;		
}


.twoColFixRtHdr #footer p {
	padding-top: 0px;
	margin-bottom: 20px;
	padding-left: 13px;
}
.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;
}
/*_________________________Elemente____________________________________*/
	
	h2, h3, h4, h5, h6 {color: #0f1b2e;}
	
	h1 {
	display: none;
}
h2 {
	font-size: 15px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}



#sidebar h3 {padding-left: 25px;}

li {
	list-style-type: square;
}

a {
	color: #1f3252;
	text-decoration: none;
	
	
}
a:hover {
	
	text-decoration: underline;
	
	
}

/*________________________Navigation-Header___________________________________*/

#navi {
	width: 450px;
	padding-bottom: 5px;
	padding-top: 130px;
	margin-left: 15px;
	
	
}
#navi ul {
	display: inline;
	
	
	
}
#navi ul li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c1c6cf;
	border-bottom-color: #c1c6cf;	
	
}
#navi a {
	color: #1f3252;
	text-decoration: none;
	font-size: 13px;
	
}
#navi a:hover {
	
	text-decoration: underline;
}

/*________________________Navigation-Sidebar___________________________________*/


#navi_sidebar {margin-left: -13px;}
#navi_sidebar ul {}
#navi_sidebar ul li{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../grafiken/navi_sidebar_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#navi_sidebar a {color: #1f3252; text-decoration: none;}
#navi_sidebar a:hover {
	text-decoration: underline;}
/*________________________weitere_Formatierungen___________________________________*/

#border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c6cf;
}
.index_kontakt {padding-left: 28px;}

