/* CSS Document */

body,td,th {
	color: #CCCCCC;
}
body {
	background-color: #000000;
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#mitte   
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	text-align:center;
	top: 50%;
    margin-top: -220px;
	width: 100%;
	height: 422px;
	visibility: visible;	
}


#head{
	width: 754px;
	margin: auto;	
}

#menu{
	float: left;
	width: 487px;
	padding-left: 3px;
	text-align:left;
	height: 25px;	
}

#logo{
	float:left;
	width: 261px;
	height: 25px;
	background-color:#330099;
}



#contentwrapper{
	clear:both;
	background-color: #72726B;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	width: 100%;
	height: 380px;
	text-align:center;
}

#content{
	margin: auto;
	width: 750px;
	text-align:left;
	padding-top: 65px;
	padding-bottom: 10px;
}

#footer{
	width: 750px;
	margin: auto;
}

#footer_l{
	float: left;
	width: 489px;
	text-align:left;
	height: 25px;
}

#footer_r{
	float:left;
	width: 261px;
	height: 25px;
	text-align:right;
}



