body {
background: url(Bilder/Bild.jpg);
background-color:lightyellow;
text-align:center;
font-family:'Arial';
}

.kontakt.feld{
	width: 300px;	
}

.kontakt.anschrift{
	height: 80px;
	width: 300px;
}

.kontakt.frage{
	width: 620px;
	height: 150px;
}

table.kontakt{
	border:0px solid black;
	padding:0;
	margin:0;	
	margin-left:auto; 
	margin-right:auto;
	border-spacing: 0px;	
}

table.kontakt td.rechts{
	padding-left:20px;	
}

ul#Navigation{
	width:200px;
	margin:0;
	padding:0;
	padding-top:5px;	
}

ul#Navigation a{
	text-decoration: none;
	color:#000000;
	font-size:1.05em;			
	display:block;
	padding-top:7px;
	padding-bottom:7px;
}

ul#Navigation a.unterpunkt{
	text-decoration: none;
	background-color:#E6E6E6;
	color:#000000;
	font-size:0.85em;			
	display:block;
	padding-top:7px;
	padding-bottom:7px;	
}

ul#Navigation a.aktiv{	
	font-weight:bold;	
}

ul#Navigation li{
	list-style:none;
	margin:0;
	padding:0;	
	border-top: 2px solid white;		
}

ul#Navigation a:hover{
	background-color:#C0C0C0;
}

ul#Navigation a.unterpunkt:hover{
	background-color:#E0E0E0;
}

#webseite {
width:980px;
margin:auto;
padding:0px;
}

#header {
width:980px;
height:150px;
background:lightgrey;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#header h1{
font-family:Courier;
font-size:60px;
font-style:italic;
font-weight:bold;
color:#0008B0;
text-decoration:underline;
padding-top:35px;
}

#main {
width:980px;
}

#left {
float:left;
width:200px;
height:800px;
background:lightgrey;
margin-top:10px;
margin-bottom:10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}

#right{
float:right;
width:770px;
height:800px;
background:lightgrey;
margin-top:10px;
margin-bottom:10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}

#right p{
text-align:left;
margin-left:10%;
margin-right:10%;
font-size:1em;	
}

#right h1{
font-family:'Arial';
font-size:1.3em;
margin-top:20px;
margin-bottom:0px;
}

#footer {
width:980px;
height:25px;
background:lightgrey;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
margin-top:20px;
clear:both;
}

#footer a{
	text-decoration:none;
	color:#000000;
}