body {
	background-color:#fff;
	color:#333333;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; 
}
h1,h2,h3,h4,p{
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; 
	margin:0;
	padding:0;
}
h2{
	margin-top:20px;
	
}
h3{
	margin-top:10px;
	
}
#center {
	position: absolute;
	left: 50%;
	width: 820px;
	margin-left: -400px;
	top:20%;	
	
} 
#logo {
margin-left:100px;
	float:left;
}
#adr {
	float:left;
	margin-top:20px;
	margin-left:20px;
}
#adr2 {
	float:left;
	margin-top:0px;
	margin-left:120px;
}
iframe {
	width:640px;
	height:480px; 
}
a { color: #000000; text-decoration: none; }
#impressum a { color: gray; text-decoration: none; }
#impressum a:hover { color: #f03; text-decoration: none; }
a:visited { color:  #000000; text-decoration: none; }
a:hover { color: #f03; text-decoration: underline; }
#impressum,#impressum1 {
	clear:left;
	padding-top:100px;
	color: gray;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
}
#impressum1 {
	clear:left;
	padding-top:50px;
	padding-top:20px;
	text-align: center;
}

@media handheld,only screen and (max-device-width: 480px){
	
	#center {
		left: 0%;
		width: 100%;
		margin-left: 0;
		top:20px;	

	}
	#adr2 {
		margin-left:10px;
	}
	#impressum,#impressum1 {
		text-align: center;
	}
	iframe {
		width:480px;
		height:480px; 
	}
}

