/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(bilder/bg.jpg) repeat-x #000;
	height: auto;
	margin: 0;
	padding: 0;
	color: #FFF;
}
a {
	color: #FFF;
}
img {
	border: 0px;
}
ul {
	padding: 0;
	margin: 0;
}
/*Standard Div Elemente*/
#container {
	position: absolute;
	width: 900px;
	height: auto;
	left: 50%;
	margin: 0px 0 0 -450px;
	background: url(bilder/body.jpg) repeat-y #000;
}
#header {
	height: 317px;
	background: url(bilder/header.jpg) no-repeat #000;
}
#content {
	width: 610px;
	height: auto;
	margin: -85px 0 0 240px;
	text-align: justify;
	z-index: 1;
}
#left {
	position: absolute;
	width: 190px;
	top: 250px;
	height: auto;
	margin-left: 40px;
	background: url(bilder/leftbody.jpg) repeat-y #000;
}
#leftheading {
	position: absolute;
	width: 150px;
	left: 50%;
	margin: 25px 0 0 -75px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	font-size: 18px;
	color: #e27875;
}
#leftheader {
	height: 42px;
	background: url(bilder/leftheader.jpg) no-repeat #000;
}
#leftbody {
	width: 190px;
	height: auto;
}
#leftcontent {
	width: 155px;
	margin: 0 0 0 17px;
}
#leftcontent li {
	list-style-type: none;
	border-bottom: 1px dashed;
	margin-bottom: 5px;
}
#leftcontent li a {
	text-decoration: none;
}
#leftcontent li a:hover{
	color: #e27875;
}
#leftfooter {
	width: 190px;
	height: 25px;
	background: url(bilder/leftfooter.jpg) no-repeat #000 bottom;
}
#footer {
	width: 900px;
	height: 83px;
	background: url(bilder/footer.jpg) no-repeat #000 bottom;
	text-align: center;
}
/*Navigation*/
#Navi {
	position: absolute;
	height: 30px;
	width: 675px;
	top: 165px;
	margin-left: 185px;
	font-family: "Courier New", Courier, monospace;
}
#Navi ul {
	font-size: 12px;
	margin: 0 10px 0 10px;
	padding: 5px 0px 5px 0;
}
#Navi li {
	display: inline;
	margin: 0 2px 0 2px;
	border: 1px solid;
	float: left;
	padding: 5px 0 5px 0;
}
#Navi a:active, #Navi a:visited, #Navi a {
	background: url(bilder/navibg.jpg) repeat-x bottom;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
#Navi li a:hover {
	background: #000;
	color: #8f1c1a;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
/*Ueberschriften*/
h1 {
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	color: #e27875;
}
h2 {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #e27875;
}
h3 {
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	color: #e27875;
}
h4 {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	color: #e27875;
}
h5 {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #e27875;
}
h6 {
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
	color: #e27875;
}
