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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #313131;
}
.oneColFixCtrHdr #container {
	width: 899px;
	margin: 0 auto;
	text-align: left;
	background-color: #000;
}
.oneColFixCtrHdr #header {
	position: relative;
	height: 140px;
	background-image: url(../Bilder/2010/header.png);
	background-repeat: no-repeat;
	z-index: 900;
}
.oneColFixCtrHdr #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. */
}
.oneColFixCtrHdr #mainContent_top {
	position: relative;
	height: 300px;
	margin-bottom: 2px;
}
.oneColFixCtrHdr #footer {
	position: relative;
	height: 42px;
	background-image: url(../Bilder/2010/footer.png);
	background-repeat: no-repeat;
	bottom: 0px;
	z-index: 550;
	float: left;
	width: 899px;
}
.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. */
}
.oneColFixCtrHdr #mainContent_bottom {
	position: relative;
	background-color: #000;
	min-height: 300px;
	height: auto;
	float: left;
}
#Logo {
	position: absolute;
	left: 9px;
	top: 73px;
	z-index: 910;
}
#img     {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navi {
	position: absolute;
	top: 111px;
	width: 600px;
	height: auto;
	z-index: 920;
	right: 0px;
}
#incomtxt {
	overflow: hidden;
	position: relative;
	height: 270px;
	width: 275px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	z-index: 199;
	left: 0px;
	top: 0px;
	background-image: url(../Bilder/2010/incomtext.png);
	background-repeat: no-repeat;
}
#change_img {
	left: 292px;
	top: 1px;
	width: 606px;
	height: 300px;
	z-index: 100;
	overflow: hidden;
	position: absolute;
}
.haarlienie {
	z-index: 200;
	height: 1px;
	overflow: hidden;
	background-image: url(../Bilder/2010/haarlinie.png);
	background-repeat: no-repeat;
	width: 899px;
}
#ContentRight {
	width: 269px;
	padding: 15px;
	float: left;
}
.haarlienie_v {
	height: 300px;
	width: 1px;
	top: 3px;
	background-image: url(../Bilder/2010/haarlinie_v.png);
	background-repeat: no-repeat;
	float: left;
	z-index: 140;
}
#ContentLeft {
	width: 269px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #000;
	z-index: 600;
	height: auto;
}
#ContentRight_Big {
	width: 539px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #F4F4F4;
	z-index: 600;
	height: auto;
	margin: 15px;
	color: #000;
}
#mainContent_bottom #ContentLeft img {
	margin-bottom: 10px;
}
#ContentRight_Big table tr td h3 {
	color: #666;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 0px;
}
#ContentRight_Big table tr td {
	padding-bottom: 3px;
}
#ContentRight_Big p a {
	color: #666;
	text-decoration: none;
}
#ContentRight_Big table tr td h4 {
	margin: 0px;
	padding: 0px;
}
#ContentLeft h4 {

	font-size: 14px;
	font-style: italic;
}

