html {
	margin: 0;
	min-width: 700px;
	min-height: 500px;
}
body { 
	margin: 15px 15px 15px 15px;
	padding: 0px 15em 0px 15px;	
	color: #666666;  
	background: #fffc7a url('1px.gif') repeat-y;
	font-size: 16px; 
	line-height: 18px; 
	font-family: verdana, sans-serif; 
	font-weight: 100;
} 
html>body {
	margin: 15px 15px 15px 15px; 
}
div.menue {  
	position: absolute; 
	width: 11em; height: auto; 
	top: 15px; right: 15px; bottom: 15px; left: auto;
	color: white;
	text-align: center;
	background: #666666;
	z-index: 5;
} 
div.menue p { 
	display: block; 
	margin: 5% 15px 4% -5%;
	border: thin solid #666666; 
	padding: 3.6% 8%; 
	text-indent: 0; 
	text-align: left;
	color: white;
	background: #fffc7a;
}
div.menue p:hover { 
	color: #666666;
	background: #ffffff;
}
.adresse {
	padding: 15px 0px 0px 0px;	
	position: absolute; 
	width: 30%; height: auto; 
	top: 160px; right: auto; bottom: 45px; left: 30px;
	color: #666666;  
	background: #fffc7a;
	line-height: 20px;  
	font-size: 18px;  
	text-align: center;  
	font-family: verdana, sans-serif; 
	font-weight: 100;
	z-index: 2;
	min-height: 400px;
} 
.haus {
	padding: 15px 0px 0px 0px;	
	position: absolute; 
	width: 35%; height: auto; 
	top: 150px; right: 14em; bottom: 15px; left: auto;
	line-height: 20px;  
	font-size: 18px;  
	text-align: center;  
	font-family: verdana, sans-serif; 
	font-weight: 100;
	text-align: center;
	z-index: 1;
	min-height: 400px;
}
.zentriert {
	text-align: center;
}
.logo {  
	position: absolute; 
	width: 51px; height: 80px;
	top: 15px;  
	left: 30px;
}
.info {  
	position: absolute; 
	width: 51px; height: 15px;
	bottom: 15px;  
	left: 30px;
} 
.links {
	float: left;
	text-align: left;
	margin-left: 0;
	margin-right: 1em;
}
.rechts {
	float: right;
	text-align: right;
	margin-left: 1em;
	margin-right: 0em;
}
.inhalt {
	position: absolute;
	bottom: 60px;
	left: 30px;
	color: #fefc7b;
	background: #fffc7a;
	text-align: left;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #666666;
	background: transparent;
}
a:hover {  
	cursor: crosshair;
	color: #666666;
	background: transparent;
}
h1, h2 { 
	font-family: verdana, sans-serif; 
	font-weight: 100; 
} 
h1 { 
	line-height: 30px;  
	font-size: 24px;  
	text-align: center;
} 
h1.sub { 
	line-height: 20px;  
	font-size: 18px;
} 
h2 { 
	line-height: 20px;  
	font-size: 18px;  
	text-align: left;
	padding: 15px 0px 0px 0px;
} 	
td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}
.hundert {
	width: 100px;
}
	
	