@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.twoColFixLt #container {
	width: 99%; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: right; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../picts/logo175.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 500px;
	background-color: #021c3e;
	height: 1500px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 12px;
	text-align: left;
	top: 0px;
	position: fixed;
}
.twoColFixLt #mainContent {
	margin-top: 100;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 100px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 550px;
	text-align: left;
	top: 100px;
	left: 0px;
} 
.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 {
	font-family: Arial, Helvetica, sans-serif;
}
.navi_orange {
	font-size: 12px;
	color: #C60;
}
.logo_re {
}
.twoColFixLt #container #mainContent_logo_re {
	text-align: right;
}
.navi_weiss {
	color: #FFF;
}
.italic {
	font-style: italic;
	font-weight: bold;
	color: #021c3e;
}
.fett {
	font-weight: bold;
}
.fliess {
	font-size: 12px;
	line-height: 20px;
}
.nav {
	line-height: 26px;
	font-size: 13px;
}
