html {
	height: 100%
}
body {
	height: 100%;
	background-color: #ECE9D8;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #1A7D34;
	scrollbar-arrow-color: #017529;
	scrollbar-3dlight-color: #017529;
	scrollbar-darkshadow-color: #017529;
	scrollbar-track-color: #F3EDC9;
	scrollbar-base-color: #F3EDC9;
	scrollbar-face-color: #ECE9D8;
	scrollbar-highlight-color: #F3EDC9;
	scrollbar-shadow-color: #F3EDC9;
}
#verlauf {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 50%;
	background-color: white;
	background-position: right;
	background-repeat: repeat-y;
	background-image:url(images/verlauf.jpg);	
}
#fenster {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 728px;
	height: 509px;
	margin-left: -364px;
	margin-top: -255px;
	background-image:url(images/background.jpg);
	border: 1px solid white;
}
#logo {
	position: absolute;
	top: -15px;
	left: -57px;
	width: 202px;
	height: 138px;
	background-image: url(images/logo.jpg);
}
#bottom_fenster {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 728px;
	height: 14px;
	padding-top: 65px;
	font-size: 10px;
	color: Black;
	background-image:url(images/back_bottom.gif);
}
a:link.bottom, a:active.bottom, a:visited.bottom{
	font-size: 10px;
	color: Black;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}
a:hover.bottom{
	color: #017529;
}
#bilder {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 503px;
	height: 127px;
	padding: 6px 7px 7px 0px;
}
#header {
	z-index: 4;
	position: absolute;
	top: 175px;
	left: 176px;
	height: 61px;
	width: 522px;
}
#content {
	position: absolute;
	top: 175px;
	right: 0px;
	width: 503px;
	height: 307px;
	overflow: auto;
}
#geschichte {
	position: absolute;
	top: 294px;
	left: 0px;
	width: 184px;
	height: 21px;
	background-image: url(images/geschichte_back.jpg);
	text-indent: 40px;
	padding-top: 3px;
}
#presse {
	position: absolute;
	top: 321px;
	left: 0px;
	width: 184px;
	height: 21px;
	background-image: url(images/presse_back.jpg);
	text-indent: 40px;
	padding-top: 3px;
}
#karte {
	position: absolute;
	top: 348px;
	left: 0px;
	width: 184px;
	height: 21px;
	background-image: url(images/karte_back.jpg);
	text-indent: 40px;
	padding-top: 3px;
}
#anfahrt {
	position: absolute;
	top: 375px;
	left: 0px;
	width: 184px;
	height: 21px;
	background-image: url(images/anfahrt_back.jpg);
	text-indent: 40px;
	padding-top: 3px;
}
img.top {
	border: 1px solid #017529;
	margin-left: 2px;
}
a:link.nav, a:active.nav, a:visited.nav {
	color: Black;
	text-decoration: none;
}
a:hover.nav {
	color: #017529;
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #017529;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}
h2{
	font-size: 14px;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
	background-color: #ECE9D8;
	text-indent: 20px;
	background-image: url(images/back_h2.jpg);
	background-repeat: repeat-y;
}
h3{
	font-size: 13px;
}
.unterschrift {
	font-size: 10px;
}