@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(bilder/bg.jpg) repeat-x #000000;
	height: auto;
	margin-top: 0px;
}
a {
	color: #e8a624;
}
img {
	border: 0px;
}
/*Standard Div Elemente*/
#container {
	position: absolute;
	width: 900px;
	height: auto;
	left: 50%;
	margin: 0px 0 0 -450px;
	background: url(bilder/body.jpg) repeat-y #FFFFFF;
}
#header {
	height: 398px;
	background: url(bilder/header.jpg) no-repeat #FFFFFF;
	padding: 0;
}
#ueberschrift {
	position: absolute;
	height: 70px;
	width: 220px;
	top: 70px;
	left: 50%;
	margin-left: -110px;
	color: #FFFFFF;
	background-color: #000000;
}
#content {
	width: 420px;
	height: auto;
	margin: -125px 0 0 235px;
	text-align: justify;
	z-index: 1;
}
#contentu {
	width: 630px;
	height: auto;
	margin: -125px 0 0 230px;
	text-align: justify;
	z-index: 1;
}
#left {
	position: absolute;
	width: 180px;
	top: 240px;
	height: 400px;
	margin-left: 30px;
}
#right {
	position: absolute;
	width: 200px;
	top: 310px;
	height: 300px;
	margin-left: 670px;
}
#footer {
	width: 900px;
	height: 66px;
	bottom: 0;
	background: url(bilder/footer.jpg) no-repeat #666666;
	padding: 0;
	text-align: center;
	z-index: 2;
}
#container #adsense_top {
	position: absolute;
	height: 100px;
	width: 800px;
	left: 50%;
	top: 240px;
	margin-left: -420px;
}
/*Navigation*/
#Navi {
	position: absolute;
	height: 25px;
	width: 700px;
	top: 200px;
	margin-left: 20px;
}
#Navi ul {
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 10px;
}
#Navi li {
	display:inline;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0;
	border: 1px solid;
	float: left;
}
#Navi a:active, #Navi a:visited, #Navi a {
	background-color: #000000;
	color: #e8a624;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#Navi li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
/*Ueberschriften*/
h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
