body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

a.class1:link {
	text-decoration: none;
	font:"Comic Sans MS", cursive;
	font-size:12px;
	color: #FF0033;
}

a.class1:visited {
	text-decoration: none;
	color: #CC0033;
	font-family: "Comic Sans MS", cursive;
	font-size:12px;
}

a.class1:hover {
	text-decoration: none;
}

a.class1:active {
	text-decoration: none;
}

#Header{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 110px;
	overflow: hidden;
}

#Footer{
	position:absolute;
	top: auto;
	bottom: 14px;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background-image:url(../images/footer.jpg);
	left: 0px;
	background-color: #D6D6D6;
}

#ohneHeader{
	position: absolute;
	top: 20px;
	left: 18px;
	right: 15px;
	bottom: 30px;
}

#Laufschrift{
	position:absolute;
	top:2px;
	height:18px;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	color: #F90;
}

#BigHeader{
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
	bottom: 40px;
	overflow: auto;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
}

#directions{
	position: absolute;
	top: 135px;
	left: 15px;
	width: 35%;
	bottom: 30px;
	overflow: auto;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
}

#map_canvas{
	position: absolute;
	top: 145px;
	right: 15px;
	width: 60%;
	bottom: 30px;
	overflow: auto;
}

#SubHeader{
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #F90;
}

#MapsHeader{
	position: absolute;
	top: 101px;
	left: 3px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #F90;
}

#maincontent{
	position: absolute;
	top: 114px;
	left: -2px;
	right: 0;
	bottom: 40px;
	overflow: auto;
}

.innerhit{
	margin: 15px;
	top: 10%;
}

* html body{
	padding: 110px 0 40px 0;
}

* html #maincontent{
	height: 100%; 
	width: 100%; 
}

* html #LeftMain{
	height: 100%; 
	width: 100%; 
}

* html #RightMain{
	height: 100%; 
	width: 100%; 
}

* html #ohneHeader{
	height: 100%; 
	width: 100%; 
}

* html #BigHeader{
	height: 100%; 
	width: 100%; 
}
