body {
	background-color:fefefe;
	margin:0px;
}

div.header {
	width:100%;
	height:160px;
	background:url("graphics/header.png");
	background-repeat:no-repeat;
	border:none;
	position:fixed;
	top:0px;
	
}
#adresse {
	font-size: 16px; 
	color: #bc913d;
	width: 250px; 
	margin-left: 900px; 
	margin-top: -20px; 
	 }

div.logo {
	float:left;
	heigth:160px;
	border:none;
}

div.headline {
	border:none;
	font-family:'Sans';
	font-weight:bold;
	color:#bc913d;
	font-size:50px;
}

div.menu {
	border:none;
	position:absolute;
	bottom:0px;
	left:251px;
}

div.content {
	width:750px;
	min-height:300px;
	border:solid #e0ad4a 0px;
	position:absolute;
	left:50%;
	top:164px;
	margin-left:-375px;
	padding:3px;
	padding-bottom:30px;
	font-family:'Sans';
}

div.footer {
	width:100%;
	height:20px;
	border:none;
	border-top:solid 1px gray;
	position:fixed;
	bottom:0px;
	padding:3px;
	font-family:'Sans';
	font-weight:bold;
	color:#ffc554;
	background-color:#ffffff;
	font-size:15px;
	text-align:center;
	display:block;
	
}

h3 {
	font-family:'Sans';
	font-weight:bold;
	color:#000000;
	font-size:20px;
}

img {
	border:none;
}

img.left {
	margin:10px;
	float:right;
}

img.right {
	margin:10px;
	float:left;
}

a {
	color:#ffc554;
	text-decoration:none;
}
#anfahrt {
margin-top: 40px; 
margin-bottom: 30px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-style: bold;

}