/* CSS Document */
#mitte {
	position:absolute;
	top:200px;
	left:210px;
	width:571px;
	height:400px;
	z-index:100;
	overflow:visible;
}
#mitte-ref {
	position:absolute;
	top:200px;
	left:210px;
	width:456px;
	height:400px;
	z-index:100;
	overflow:visible;
}
#boxes {
	position:absolute;
	top:200px;
	left:795px;
	width:195px;
	height:400px;
	z-index:100;
	overflow:visible;
}
#boxes-ref {
	position:absolute;
	top:200px;
	left:680px;
	width:310px;
	height:400px;
	z-index:100;
	overflow:visible;
}

.box {
	position:static;
	margin-bottom:14px;
}

.box-mitte{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	border-left:1px solid #F3F7E8;
	border-top:1px solid #F3F7E8;
}

.box-rechts{
	border-bottom:1px solid #333333;
	border-left:1px solid #F3F7E8;
	border-top:1px solid #F3F7E8;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
}
