.center {
	height: 820px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.top {
	height: 280px;
	width: 980px;
	float: left;
}
.left {
	height: 540px;
	width: 234px;
	float: left;
	background-color: #E2001A;
}
.inhalt {
	height: 540px;
	width: 746px;
	float: left;
	overflow: auto;
}
