@charset "ISO-8859-1";
body {
	background-color: #404a57;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #center-Selektor die Standardausrichtung left (links) zugewiesen. */
	background-image: url(Bilder/index_hintergrund.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
p {
	margin: 0px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
a:link {
	color: #000000;
}
a:hover {
	color: #dc000b;
}
#center {
	width:900px;
	height:600px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
}
#kopf {
	height: 29px;
	width: 900px;
	background-position: bottom;
}
#seite {
	position:relative;
	left: 0px;
	top: 0;
	width:900px;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
	overflow: visible;
	background-image: url(Bilder/index_hintergrund_verlauf.jpg);
	background-repeat: repeat-y;
}
#inhalt {
	padding-top: 20px;
	padding-left: 340px;
	padding-right: 340px;
	padding-bottom: 40px;
}
#fuss {
	width: 900px;
	height: 22px;
	color: #999999;
	text-align: center;
	font-size: 10px;
	margin-top: 8px;
}
#fuss a:link {
	color: #999999;
	text-decoration: none;
}

