body {
	background:#CED3C3;
}
.content {
	width: 691px;
	/*height: 500px;*/
	float:left;
	background: #97BE0D;
	font-family: Times, serif;
	font-size:13px;
	text-align: left;
}
.inhaltHolder {
	background:#FFF;	
	border-top: 1px dashed #E00000;	
	width:500px;
	padding-bottom:25px;	
}
.inhaltHolderOutside {
	background:#FFF;	
	float:left;
	width:500px;
	border-bottom: 1px dashed #E00000;
}
