html {
	background-color: white;
	}

body {
width: 85%;
	background-color: white;
	margin-left: auto; margin-right: auto;}

#header {
clear:both;
height: 220px;
}


#logo, #adresse {
	margin-top:30px;
	color: black;
}

#logo {
	width: 250px;
	height: 120px;
	font-size:large;
	float:left;
}

#logo p {margin-top: 15px; margin-bottom: 20px; color: black;
}

.logowhite {
font-size:x-large;

}

.logo {
font-size:x-large;
}
.logotext {
font-weight: bold;
}

#adresse {
	width: 250px;
	height:120px;

	font-size:small;

	text-align:right;
	float:right;
}



#adresse p{margin-top: 0px; margin-bottom: 0px;}


.white {color:black;}


#hauptteil {
	clear:both;

	margin: auto;

}

#angebot li {
margin-top: 10px;
}

#navigation {
	display:none;
}


#inhalt {
	font-family: Arial, sans-serif;
	font-size:small;
	text-align: justify;
	}
	
#inhalt a {
text-decoration: none;
font-weight: bold;
color: black;
}
	
#inhalt p.bild {
	float:left;
	margin-right:30px;
	}
	
	#inhalt p.bildlinks {
   float:right;
   margin-left: 30px;
   clear:both;
	}
	
.betont {
	font-weight: bold;
	}
#footer {
	clear: both;
	color:black;
	text-align: center;

 }
 
 
 #adresse a, #logo a {
 	color: black;
 	text-decoration: none;
  }
  
  #adresse a:hover, #logo a:hover{
  color:black;
  text-decoration: none;
 } 
 
 
 ul#hauptnavigation { 	
 	margin-left:-40px;
 	list-style-type: none;
 }
 
 ul#hauptnavigation li {
	display: block;
	margin-left: 0px;
	margin-top: 20px;
 }
 
#hauptnavigation a {
	color: black;
	font-family: Arial, sans-serif;
	font-size:medium;
	font-weight:bold;
	} 
	
#hauptnavigation a:hover {
	color:black;
	}
	
	a.zurueck {
display: none;		
		}
	
	#footer  {
		display: none;}

