@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(bilder/bg.jpg) repeat-x #642c9c;
	height: auto;
	margin: 0;
	padding: 0;
}
a {
	color: #FFF;
}
img {
	border: 0px;
}
/*Standard Div Elemente*/
#container {
	position: absolute;
	width: 970px;
	height: auto;
	left: 50%;
	margin: 0px 0 0 -485px;
	color: #FFF;
	background: url(bilder/body.jpg) repeat-y #642c9c;
}
#headline {
	width: 970px;
	height: 20px;
	color: #FFF;
	font-weight: bold;
	background-color: #241137;
}
#ueberschrift {
	position: absolute;
	width: 550px;
	margin: 130px 0 0 320px;
}
#ueberschrift2 {
	position: absolute;
	width: 550px;
	margin: 100px 0 0 200px;
}
#header {
	height: 200px;
	background: url(bilder/header.jpg) no-repeat #241137;
}
#content_1 {
	height: auto;
	width: 900px;
	margin: 30px 0 0 35px;
	text-align: justify;
}
#content_2 {
	height: auto;
	width: 900px;
	margin: 10px 0 0 35px;
}
#content_3 {
	height: auto;
	width: 900px;
	margin: 10px 0 0 35px;
}
#content_4 {
	height: auto;
	width: 900px;
	margin: 10px 0 0 35px;
}
#content_5 {
	height: auto;
	width: 900px;
	margin: 10px 0 0 35px;
}
#content_6 {
	height: auto;
	width: 900px;
	margin: 10px 0 0 35px;
}
#content_7 {
	height: auto;
	width: 900px;
	margin: 10px 0 0 35px;
}
#content_8 {
	height: auto;
	width: 900px;
	margin: 10px 0 0 35px;
}
#content_9 {
	height: auto;
	width: 900px;
	margin: 10px 0 0 35px;
}
#content_10 {
	height: auto;
	width: 900px;
	margin: 10px 0 0 35px;
}
#footer {
	width: 970px;
	height: 47px;
	bottom: 0;
	text-align: center;
	background-image: url(bilder/footer.jpg)
}
/*Navigation*/
#Navi {
	position: absolute;
	height: 20px;
	width: 970px;
	top: 220px;
	background-color: #241137;
	color: #FFF;
	font-weight: bolder;
}
#Navi ul {
	font-size: 14px;
	padding: 0;
	margin: 0 0 0 10px;
}
#Navi li {
	display:inline;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0;
	float: left;
}
/*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;
}