* {margin:0px;padding:0px;}

body {
	font: 10px Arial, Helvetica, sans-serif;
	background: #f3f3f3 url(../images/bg_body.jpg) repeat-x fixed;
	text-align: center;
}

#container {
	height: auto; width: 800px;
	background: #e5e5e5;
	margin: auto; margin-top:10px;
}

#top {
	height: 85px; width: 770px;
	background: url(../images/bg_top.jpg);	
	padding: 25px 10px 0px 20px;
}

#logo {float:left;}

#banner {float:right;}

#topnav {
	height: 25px; width: 790px;
	padding-right: 10px;
	background: #e5e5e5;
	border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;
	text-align: right;
	line-height: 25px;
}

#left {
	float: left;
	height: 400px; width:153px;
	padding: 0px 1px 0px 1px;
	text-align: left;
}

#content {
	float: left;
	min-height: 500px; width: 605px;
	padding: 20px 20px 20px 20px;	
	background: #fff;
	text-align: left;
}

/* IE6-Fix Mindesthoehe Content-Bereich */
*html #content {height:500px;}

#content .content_top {width: 100%;}

#content .content_left {float: left; width: 45%;}

#content .content_right {float: right; width: 50%;}

#content .content_bottom {clear: both;}


#bottom {
	clear: both;
	height: 20px; width: 800px;	
	background: url(../images/bg_footer.jpg);
	text-align: left;
}

#footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 5px 0px 25px 0px;
}