* { 
  padding: 0; 
  margin: 0; 
} 
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; 
	background-color: #ddd; 

}
#wrapper
{
	margin-left: auto; 
	margin-right: auto;
	width: 960px;
	height:  2000px;
	background: url("hg.jpg") center center repeat-x;
}
#header
{
    height: 200px;
    background: url("header.png") no-repeat;
}
#menu {
	margin-left: 600px;
//	margin-top: 115px;
}
#menu ul li
{
	font-size: x-large;
	display: inline;
	list-style-type: none;
	text-align: right;
	padding: 10px;
}
#menu ul li a:active { 
   color: black;
}  
#container {
	width:  850px;
	height: 450px;
}
#adresse
{
    padding:50px 0 0;
    height: 500px;
    background: url("adresse.png") no-repeat;
}
#preise
{
    padding:50px 0 0;
    height: 800px;
    background: url("preise.png") no-repeat;
}
a { text-decoration: none;
	outline: none;
	color: black} 
a:active { 
   color: black;
}
a:focus,
a:hover { 
  color: black;
}
