@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(bilder/bg.jpg) repeat-x #FFFFFF;
	height: auto;
	padding: 0;
	margin: 0;
}
a {
	color: #666666;
}
a:hover {
	color: #b7dea6;
}
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: 291px;
	background: url(bilder/header.jpg) no-repeat #FFFFFF;
	padding: 0;
}
#content {
	width: 500px;
	height: auto;
	margin: 0 0 0 190px;
	text-align: justify;
	z-index: 1;
}
#contentu {
	width: 630px;
	height: auto;
	margin: -85px 0 0 220px;
	text-align: justify;
	z-index: 1;
}
#footer {
	width: 900px;
	height: 158px;
	bottom: 0;
	background: url(bilder/footer.jpg) no-repeat #666666;
	padding: 0;
	text-align: center;
	z-index: 2;
}
/*Ueberschriften*/
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
