@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: auto; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333;
	padding-top: 30px;
	border-top-color: #FFF;
	padding-bottom: 30px;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #container {
	width: 950px;
	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. */
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	white-space: normal;
}
.oneColFixCtrHdr #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. */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	left: 300;
	clip: rect(auto,auto,auto,auto);
	top: auto;
	right: auto;
	bottom: auto;
	background-color: #FFF;
	direction: rtl;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#ffffff;
	font-size: 14px;
	color: #ffffff;
}
.oneColFixCtrHdr #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. */
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
	font-weight: normal;
}
.Farben {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}

