/* CSS Document */

#content_bg{
/* Floating dringend notwendig damit height:auto funktioniert!*/
	float:left;
	width: 676px;
	height: auto;
	background-color:#E8EDFF;
}

#content_bild{
	float:left;
	height:auto !important;
	min-height:468px;
	width:169px;
	margin-right:20px;
}

#content{
	float:left;
	height:auto !important;
	width: 467px;
	padding-right:20px;
	padding-top:20px;
}
