@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #06495F;
	overflow: visible;
}
.twoColFixLtHdr #container {
	width: 960px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D6D6D6;
	margin-bottom: 30px;
	overflow: auto;
	height: auto;
} 
.twoColFixLtHdr #header {
	background-color: #D6D6D6;
	height: 135px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 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. */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 13px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px;
	background-color: #8C857B;
	height: 7cm;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-width: 13px;
	border-right-width: 4px;
	border-bottom-width: 18px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #06495F;
	border-right-color: #06495F;
	border-bottom-color: #06495F;
	border-left-color: #06495F;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-left: 239px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	border-right-width: 3px;
	border-left-width: 8px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #06495F;
	border-left-color: #06495F;
	height: auto;
	width: 640px;
	font-size: 10pt;
	text-align: left;
	border-top-width: 3px;
	border-top-style: none;
	border-top-color: #06495F;
	position: relative;
	margin-top: -135px;
	margin-bottom: -20px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #06495F;
	overflow: hidden;
	padding-top: 10px;
} 
.twoColFixLtHdr #footer {
	background-color: #06495F;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #8C857B;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	font-size: 9pt;
	text-align: center;
	color: #6D7D7F;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 9pt;
	color: #6D7D7F;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
}
.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;
}
.text_groß {
	font-size: 16px;
	color: #06495F;
	font-weight: bold;
}

.Links {
	font-size: 9pt;
	font-weight: bold;
	color: #06495F;
	line-height: 19px;
}

.zentriert {
	font-size: 10pt;
	font-weight: normal;
	color: #06495F;
	text-align: center;
}

.Text_Tabelle {
	font-size: 9pt;
	line-height: 19px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	white-space: normal;
}

.Text {
	line-height: 19px;
	font-size: 10pt;
	color: #06495F;
	font-weight: normal;
}

.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;
}

