		body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
		}
		#seite {
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
#menubereich {
	position: absolute;
	height: 100%;
	width: 35%;
	left: 35%;
	margin-left: -35%;
	top: 0px;
	overflow: visible;
	background-color: #CCCCCC;
}


#menu {
	position: absolute;
	width: 112px;
	height: 207px;
	overflow: hidden;
	bottom: 50%;
	left: 35%;
	margin-left: -112px;
}
#logo {
	background-color: #FFFFFF;
	position: absolute;
	height: 40px;
	width: 100%;
	top: 50%;
	margin-top: 20px;
	overflow: hidden;
	left: 35%;
	margin-left: -100%;
}
#untertitel {
	height: 200px;
	width: 100%;
	margin-top: 80px;
	top: 50%;
	position: absolute;
	margin-left: -100%;
	left: 35%;
}
#seitenbereich {
	background-color: #FFFFFF;
	position: absolute;
	overflow: auto;
	left: 35%;
	width: 65%;
	top: 0px;
	height: 100%;
}

#seiteninhalt {
	background-color: #FFFFFF;
	position: absolute;
	width: 500px;
	left: 30px;
	top: 100px;
	padding-bottom: 100px;
}
html {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
