@charset "utf-8";
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	float: left;
	}
.container {
	background-color: #FFFFFF;
	width: 100%; /*1100px*/
	min-height: 600px;
	margin:0 0 0 20px;
	}
header, footer, nav {
	display: block;
	}
header {
	height: 106px;
	width: 100%;
	background: url(../images/Himmel.jpg); 
	}
	header img {
		height:102px;
		width:99px;
		}
h1, h2, h3 {
	font-weight:bold;
	}
h1 {font-size:20pt;
	text-align: center;
	}
h2 {font-size:14pt; }
a {
	color: #00F;
	font-weight: bold;
	}
	a:visited {
		color: #000;
		}
	a:hover {
		text-decoration: underline;
		color: #F0F;
		}
	a:active {
		color: #36F;
		}
.content {
	min-height: 350px;
	padding: 20px;
	width: 730px;
	float: left;
	}
	
#kontaktform {
		width:850px;
		height: 420px; 
		margin:0 0 0 50px;
		}		
.ortsplan {
		border: solid 1px;
		float: right;
		margin: 0 50px 50px 0;
		height: 378px;
		width: 436px;
		}
.anreise  {
		height: 38px;
		width: 62px;
		margin: 10px 0 0 10px;
		}
			
#footer {
	height:40px;
	background-color: #800202;
	width: 90%;
	color: #FFF;
	position: relative;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-top: 20px;
	}
