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_start {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 728px;
	height: 509px;
	margin-left: -364px;
	margin-top: -255px;
	background-image:url(images/start.jpg);
	border: 1px solid white;
}
#content {
	position: absolute;
	top: 390px;
	left: 20px;
	width: 680px;
	height: 90px;
	color: Green;
	text-align: center;
}
#eintritt {
	position: absolute;
	top: 295px;
	left: 295px;
	width: 138px;
	height: 93px;
}
#content .gross {
	font-size: 13px;
	font-weight: bold;
}
a:link, a:active, a:visited {
	color: #017529;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}