
body {
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
.blockleft {
	position: relative;
	z-index: 1;
	float: left;
	margin: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.blockcenter {
	float: left;
	margin: 0px;
	margin-right: 8px;
}
.blockcenterback {
	position: absolute;
	top: 0px;
	height: 100%;
	z-index: 0;
	background-color: #e2e3cf;
	margin: 0px;
	margin-right: 5px;
}
.blockcenterclear {
	position: absolute;
	top: 0px;
	z-index: 0;
	background-color: white;
	height: 75px;
}
.blockcenterinhalt {
	position: relative;
	z-index: 1;
	margin: 0px;
	margin-right: 5px;
	background-color: #e2e3cf;
	min-height: 284px;
	padding-top: 16px;
height: 284px;}
.blockcenterbottom {
	position: relative;
	z-index: 2;
	margin: 0px;
	margin-right: 5px;
	padding-bottom: 5px;
	border-top: 8px solid white;
	background-color: #e2e3cf;
}
.blockright {
	position: relative;
	z-index: 1;
	width: 160px;
	float: right;
	margin: 0px;
	min-height: 284px;
	padding-bottom: 8px;
	padding-top: 16px;
}
.container {
	// width: 100%;
	height: 100%;
	width: 1013px;
	// max-width: 1008px;
	margin-left: 25px;
	overflow: auto;
}
.headleft {
	position: relative;
	z-index: 1;
	height: 75px;
	width: 160px;
	float: left;
	margin: 0px;
}
.headright {
	position: relative;
	z-index: 1;
	height: 75px;
	width: 320px;
	float: right;
	margin: 0px;
	margin-right: 168px;
}
.bottom {
	position: absolute;
	bottom: 0px;
}
