@charset "utf-8";

#container {
	width: 1016px; 
	margin: 0 auto; 
	position: relative; 
	top: 0; 
	left: 0; 
	right: 0; 
	z-index: 2;
	font-size: 1.3em;
	/* line-height: 150%; */
        line-height: 20px;
}

#wrapper {
	width: 100%;
	background: url(img/content_border.png) center top repeat-y; 
	_background: url(img/content_border.gif) center top repeat-y !important; /* IE6 Hack */
}

#wrapper #content-bg {
	width: 890px; 
	_width: 904px; /* IE6 Hack */
	margin: 0 auto; 
	background: url(img/content_bg.gif) center top no-repeat;
}

#wrapper #content-bg {        
	height: 289px; /* Hack fuer alle Browser ausser IE7 */
}

*+html #wrapper #content-bg {        
        height: auto !important; /* IE7 Bugfix fuer den content, NICHT ENTFERNEN! */
}

#content {
	width: 587px; 
	float: left;
	margin:	85px 0 0 55px;
	_display: inline;  /* IE6 Hack */
}

#sidebar {
	width: 248px; 
	float: right;
	_display: inline; /* IE6 Hack */
}
