div, h1, h2, h3, ul, ol, 
span, a, form, img, li,input,table {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
}

html, body{
	height:100%;
}
* html #center {
	height:600px;
}


body{
	margin: 0;
	font-size:10px;
	line-height:16px;
	background-color:#f0f0f0;
}
img{
	border:0px;
}

#center{
	padding:0;        
	width:850px;    
	min-height:600px; 
	
	position:absolute;                 
	left:50%;
	
	margin:0 0 0 -425px; 
}
#center #header h1{
	padding:0px;
	margin:0 0 0px 0;
	font-size:15px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	position:relative;
	top:69px;
	left:30px;
}
#header {
	background-image:url(../bilder/logo.jpg);
	background-position:97% 90%;
	background-repeat:no-repeat;
	background-color:#000000;
	width:850px;
	height:90px;
	text-align:left;
	
}
#main {
	background-color:#000000;
	width:850px;
	height:450px;
	padding-top:2px;
}
#blue{
	margin-top:14px;
	background-image:url(../bilder/blue.jpg);
	background-repeat:repeat-x;
	height:40px;
	width:100%;
}
#unten{
	background-image:url(../bilder/verlauf_unten.jpg);
	background-repeat:repeat-x;
	height:58px;
	width:100%;
	color:#FFFFFF;
	text-align:left;
}

#unten p{
	margin:2px 0 0 533px;
}

#rechts{
	float:right;
}

#rundgang{
	float:left;
	
	width:390px;
	margin:3px 0 0 0;
}

#infos h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	margin:0 0 7px 0;
	padding:0 0 7px 0;
	line-height:18px;
}

#infos{
	height:200px;
	width:326px;
	background-color:#FFFFFF;
	border-right:1px solid #000000;
	margin:3px 0 0 0;
	
}


#navigation{
	margin:3px 0 0 0;
	height:187px;
	width:326px;
	background-color:#000000;
	border-right:1px solid #000000;
	color:#FFFFFF;
	overflow:hidden;
}

a:link{
	text-decoration:none;
	color:#FFFFFF;
}
a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

