body {
	font-family: "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background: #606060;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#halter {
	position: absolute;
	width: 960px;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -480px;
	height: 480px;
	display: block;
	background-color: #FFFCF3;
	text-decoration: none;
	display: block;
	padding: 0;
	cursor: hand;
}

h1 {
	font-size: 1.4em;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

#oben h1 {
	color: #5e8a95;
}

#oben li {
	color: #000000;
}

img {
	border: none;
}

#oben span {
	display: none;
}

#oben {
	background-color: #fffcf3;
	width: 920px;
	position: absolute;
	height: 440px;
	z-index: 5;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: top left;
}

#unten {
	width: 960px;
	position: absolute;
	z-index: 10;
}

#titel {
	background: url(/images/hg.png) no-repeat center top;
	position: absolute;
	height: 40px;
	width: 960px;
}

#titel img {
	position: absolute;
}

#inhalt {
	background-color: #5e8a95;
	position: absolute;
	color: #fffcf3;
	padding: 20px;
	width: 920px;
	top: 40px;
}

#weiter {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 250px;
	margin-left: 464px;
}

#zurueck {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 250px;
	margin-left: -480px;
}