@charset "iso-8859-1";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #666666;
	margin: 0; 
	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;
}

a{
	color:#3366FF;
}

a:hover {
	background: #ffff66;
	}

.twoColFixLtHdr #container { 
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 180px;
	height:600px;
	background: #EBEBEB;
	padding-top: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
    float:left;
	width:760px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
    clear:both;
	padding: 0 10px 0 200px; 
	background:#FFFFFF; 
} 
.twoColFixLtHdr #footer p {
	margin: 20 px 0 0 0; 
	padding: 10px 0; 
}
.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;
}

.navi-rubrik a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	line-height:30px;
}

.navi-unterrubrik {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	padding-left:10px;
}

.navi-unterrubrik a{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	text-indent:10px;
}

.hauptueberschrift{
	font-size:18px;
	font-weight:bold;
	color:#3366FF;
}

.ueberschrift{
	font-weight:bold;
	color:#3366FF;
}
