html{
height: 100%;
	min-height: 100%;
}

body {
background: #ffc861;
font-family: Verdana, Arial;
font-size: 12px;
height: 100%;
	min-height: 100%;
}

#body{
	width: 800px;
	margin: auto;
	height: 100%;
	min-height: 100%;
}
#header{
	background-image: url(images/headerschlicht.jpg);
	width: 100%;
	height: 120px;
}
#menu{
	background: #ffc861;
	//width: 100%;
	height: 20px;
	text-align: center;
	padding: 10px;
}
#menu a {
	color: black;
	font-weight: bold;
	padding:10px;
	text-decoration: none;
}
#menu a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

#content{
	background: #ffda94;
	width: 100%;
	height: auto;
	height: 70%;
	min-height: 70%;
}

iframe {
 border: 0;
 }
 
 

