@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background: url(bilder/bg.png) repeat-x #6b0202;
	height: auto;
	margin: 0;
	padding: 0;
}
a {
	color: #FF9;
}
a:hover {
	color: #990000;
}
img {
	border: 0px;
}
/*Standard Div Elemente*/
#container {
	position: absolute;
	width: 950px;
	height: auto;
	left: 50%;
	margin: 0px 0 0 -485px;
	color: #FFF;
	background-color: #6b0202;
}
#ueberschrift {
	position: absolute;
	width: 550px;
	margin: 30px 0 0 200px;
}
#unterueberschrift {
	position: absolute;
	margin: 100px 0 0 200px;
	height: 200px;
	width: 450px;
}
#header {
	height: 348px;
	background: url(bilder/header.jpg) no-repeat #6b0202;
}
#content {
	height: auto;
	width: 600px;
	margin: 8px 0 0 320px;
	text-align: justify;
	color: #000;
	background: url(bilder/contentbody.jpg) repeat-y;
}
#left {
	position: absolute;
	width: 300px;
	height: auto;
	top: 358px;
	left: 0px;
	margin-left: 20px;
	color: #000;
	background: url(bilder/boxbody.jpg) repeat-y;
}
#footer {
	width: 950px;
	height: 77px;
	bottom: 0;
	text-align: center;
	background-image: url(bilder/footer.png);
}
#boxhead {
	height: 63px;
	background: url(bilder/boxhead.jpg) no-repeat;
}
#boxheadtext {
	position: absolute;
	margin: 30px 0 0 25px;
	font-weight: bold;
	color: #FFF;
}
#boxfoot {
	width: 300px;
	height: 41px;
	bottom: 0;
	background-image: url(bilder/boxfoot.jpg);
}
#boxcontent {
	height: auto;
	width: 250px;
	margin: 5px 0 0 25px;
}
#contenthead {
	height: 64px;
	background: url(bilder/contenthead.jpg) no-repeat;
}
#contentheadtext {
	position: absolute;
	margin: 30px 0 0 25px;
	font-weight: bold;
	color: #FFF;
	width: 550px;
	font-size: 14px;
}
#contentfoot {
	width: 600px;
	height: 47px;
	bottom: 0;
	background-image: url(bilder/contentfoot.jpg);
}
#contenttext {
	height: auto;
	width: 550px;
	margin: 5px 0 0 25px;
}
/*Navigation*/
#Navi {
	position: absolute;
	margin-left: 30px;
	height: 20px;
	width: 890px;
	top: 335px;
	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;
}
#Navi li a:hover {
	color: #FF0;
}
/*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;
}