body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;	
	font-size: 14px;
}

h1 {
font-size:18px;
font-weight:bold;
color:#9C0707;
}

img {
border:0;
}

#wrap {
	margin:0 auto;
	margin-top:60px;
	margin-bottom:60px;
	height:100%;
	width:800px;
	background-color:#FFCC33;
}

#header {
	height:100%;
	width:100%;
}

#navleft {
	float:left;
	padding:0;
	height:100%;
	width:153px;
	background:url(images/nav.png) top left no-repeat;
}

ul#navigation {
	margin:0;
	padding-left:10px;
}

ul#navigation li{
	list-style:none;
	color:#9C0707;
	font-weight:bold;
}

ul#navigation li ul {
margin: 0;
padding-left:10px;
display: none;
}

ul#navigation li:hover ul {
margin:0;
padding-left:20px;
display:block;
}

ul#navigation li ul li{
font-weight:normal;
}

ul#navigation a {
text-decoration:none;
color:#970707;
}

ul#navigation span {
text-decoration:none;
color:#666666;
}

ul.ebene2 {
	list-style:none;
	margin:0;
	padding-left:10px;
	color:#9C0707;
	font-weight:normal;
}


#footer {	
	height:100%;
	width:100%;
	min-height: 16px;
	background:url(images/footer.png) top left no-repeat;
}

#content {
	width:640px;
	height:100%;
	min-height:370px;
	margin-left:160px;
	background:url(images/bg_content.png) bottom right no-repeat;
}

#middle {
	height:124px;
	width:100%;
	background:url(images/header.png) top left;

}

#logo {
	float:left;
	height:96px;
	width:90%;
	margin: 0;
	background:url(images/logo.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

