﻿body{
	background-color:white;
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4 , h5, h6{
	margin:0;
	padding:0;
}

	#main{
			margin:10px auto;
			height:480px;
			width:800px;
			background-color:#999999;
		}
		
		#header{
			height:90px;
			background-color:#cccccc;
			}
			
		#header h1{
			margin-left:355px;
			margin-top:22px;
			font-family: trebuchet ms, century gothic, sans-serif;
			font-size:13pt;
			letter-spacing:4px;
			color:white;
			position:absolute;
			}
		
		
		
		#logo{
			margin-left:240px;
			margin-top:13px;
			position:absolute;
			}
		
		
		
#menu{
padding:0;
padding-top:66px;
list-style-type:none;
}

#menu li{
	float:left;
	width:160px;
	padding:0;
	}		
		
#menu li a{
display:block;
padding:4px 0;
text-align:center;
border: 1px solid white;
font-family: sans-serif, trebuchet ms, century gothic;
font-size: 14px;
font-weight:bolder;
font-style:normal;
letter-spacing:1px;
text-decoration: none;
color:black;
}

#menu li a#aktuell{
background-color: #990033;
color:white;
}

#menu li a:hover {
background-color:#990033;
}

	
		#menu li a:link{color:#999999; text-decoration:none; }
		#menu li a:visited {color:#999999; text-decoration:none; }
		#menu li a:focus { color:#999999; text-decoration:none;  }
		#menu li a:hover{ color:white; text-decoration:none; }
		#menu li a:active { color:white; text-decoration:none;  }
        
				 
		#left{
			float:left;
			width:160px;
			background-color:#999999;
			height:400px;
		}
			
			#linkslogo{
			padding-top:187px;
			}
			
		
		#center{
			float:left;
			height:400px;
			width:480px;
			background-color:white;
			}
			
		#right{
			height:400px;
			background-color:#999999;
		}
		
			#rechtslogo{
			position:absolute;
			margin-left:630px;
			padding-top:0;
			}
			
			
		#footer{
			width:800px;
			height:35px;
			clear:both;
			background-color:#cccccc;
			text-align:center;
		}
	
		
         #menu_unten a{
			display:block;
			background-color:#990033;
			font-family:trebuchet ms, sans-serif, century gothic;
			font-style:normal;
			font-weight:bolder;
			font-size:12px;
			letter-spacing:1px;
			color:white; 
			text-decoration:none;   
         }