@charset "UTF-8";
* {
margin: 0;
padding: 0;
}

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: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background-color: #990000;
	line-height: 15pt;
}
.twoColFixLtHdr #container {
	width: 980px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px none #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFFFCC;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-color: #990000;
	height: 175px;
	width: 980px;
	top: 0px;
    } 
.twoColFixLtHdr #header_logo {
	background-color: #990000;
	height: 165px;
	width: 325px;
	position: absolute;
	padding: 0;
    } 

.twoColFixLtHdr #header_bild {
	background-color: #990000;
	height: 165px;
	width: 400px;
	left: 580px;
	top: 0px;
	position: relative;
    } 

#header ul {
	display: inline;
}
#header li {
	display: inline;
	line-height: 28px;
	list-style-type: none;
}
#header a {
	text-decoration: none;
	list-style-type: none;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 90%;
}

.twoColFixLtHdr #top {
	color: #FFF;
	background-color: #990000;
	height: 28px;
	width: 980px;
	visibility: visible;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	text-align: right;
	
    }
	
#top ul {
	display: inline;
	text-align: right;
}
#top li {
	display: inline;
	line-height: 28px;
	list-style-type: none;
}
#top a {
	text-decoration: none;
	list-style-type: none;
	font-size: 14px;
	color: #FFFFCC;
	line-height: 24px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: normal;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 230px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 p a {
	color: #333;
	text-decoration: none;
}
#sidebar1 p strong a {
	font-size: 110%;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFCC;
} 
#mainContent ul {
	list-style-image: url(../raster/pfeil.png);
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.twoColFixLtHdr #footer {
	height: 28px;
	display: inline;
	background-color: #990000;
	position: absolute;
	text-align: right;
	visibility: visible;
	line-height: 28px;
	width: 980px;
    }

	
#footer ul {
	display: inline;
	text-align: right;
}
#footer li {
	display: inline;
	line-height: 28px;
	list-style-type: none;
}
#footer a {
	text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	color: #FFFFCC;
	line-height: 20px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}



.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;
}
.twoColFixLtHdr #container #mainContent p .text_fett {
	font-weight: bold;
	color: #eb6909;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #990000;
	font-size: 200%;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #eb6909;
	font-size: 150%;
}
.twoColFixLtHdr #container #mainContent p a {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
