@charset "UTF-8";
body  {
	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: #999;
	padding: 0;
	margin: 0;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container {
	width: 800px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #330E0A;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 0px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 20px;
	background-color: #FFF;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 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. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	padding-top: 110px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFF;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 580px;
} 
.twoColFixLtHdr #footer {
	clip: rect(0px,0px,0px,0px);
	float: none;
	margin: 0px;
	padding: 0;
	height: 20px;
	background-color: #FFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.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;
	padding: 0px;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.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 #sidebar1 h3 {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	color: #2D0C09;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #330E0A;
	line-height: 1.1em;
	font-style: normal;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #330E0A;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	content: k1;
}
.twoColFixLtHdr #container #footer h4 {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #999;
	text-align: right;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

