@charset "utf-8";
body {
	background: #FFF;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.oneColFixCtr #container {
	width: 950px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.oneColFixCtr #mainContent {
	width: 1004px;
	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	position: absolute;
	height: 100%;
}
#linkeSeite {
	float: left;
	width: 27px;
	position: absolute;
	height: 100%;
	background: url(graphics/_r3_c3.jpg);
	background-repeat: repeat-y;
}
#mitte {
	width: 900px;
	position: absolute;
	height: 100%;
	float: left;
	left: 27px;
	padding: 0px;
}
#rechteSeite {
	width: 27px;
	position: absolute;
	left: 927px;
	height: 100%;
	background: url(graphics/_r4_c6.jpg);
	background-repeat: repeat-y;
}
#kopfBanner {
	margin: 36px 0px 0px 0px;
	padding: 0px;
}
#linkerInhalt {
	position: absolute;
	float: left;
	width: 450px;
	margin: 0px;
	padding: 30px 10px 10px 50px;
	background: url(graphics/bg_l.jpg);
	background-repeat: no-repeat;
	min-height: 300px;
}
#rechterInhalt {
	position: absolute;
	float: left;
	left: 500px;
	width: 380px;
	margin: 0px;
	padding: 24px 5px 0px 5px;
	background: url(graphics/bg_r.jpg);
	background-repeat: no-repeat;
	min-height: 300px;
}
#menu {
	width: 900px;
	height: 45px;
	padding: 0px;
	margin: 0px;
}h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
ul {
	line-height: 18px;
}
.refContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	padding: 10px;
}
