#webseite {
	width: 1000px;
	min-height: 100%;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	background-position: center top;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	float: left;
}

#werbung_top {
	width: 850px;
	position: relative;
	background-color: #FFFFFF;
	display:block;
	margin: 10px 0 5px 52px;
}

#werbung_top .adInform {
	float: left;
	height: 90px;
	width: 9px;
}
#werbung_rechts {
	left: 850px;
	width: 120px;
	width: 0px;
	position: absolute;
	height: auto;
	min-height:600px;
	float: left;
	background-color: #FFFFFF;
	display:none;
}
#medium_rectangle {
	display:none;
}
#medium_rectangle .adContent{
	height: 250px;
	width: 300px;	
}

#medium_rectangle .adInform{
	height: 9px;
	width: 300px;	
}

#header {
	margin-top:10px;
	margin-left:10px;
	width: 830px;
	color: #FFFFFF;
}

#mainnav {
	margin-top:0px;
	margin-left:10px;
	width: 160px;
	height: 250px;	
	background-color: #FFFFFF;
	float:left;
}

#content {
	margin-top:10px;
	margin-left:10px;
	width: 660px;
	background-color: #FFFFFF;
	float:left;
}

#topprodukt {
	margin-top:10px;
	margin-left:10px;
	width: 350px;
	height: 250px;	
	background-color: #FFFFFF;
	float:left;
}

#zeilerechtsoben {
	margin-top:10px;
	margin-left:10px;
	width: 300px;
	height: 250px;	
	background-color: #FFFFFF;
	float:left;
}

#contentlinks {
	margin-top:10px;
	margin-left:10px;
	width: 515px;
	background-color: #FFFFFF;
	float:left;
}

#zeilerechts {
	margin-top:10px;
	margin-left:15px;
	width: 300px;
	background-color: #FFFFFF;
	float:left;
}

#footer {
	margin-top:10px;
	margin-left:10px;
	width: 830px;
	height: 25px;	
	background-color: #E3001A;
	background-image: url(../gfx/bg_footer.gif); 
	background-repeat: repeat-x;
	float:left;
}

.paging{
	float:right;
}
.paging a{
	border:1px solid #E4001A;
	padding:3px;
	margin:5px;
}
.paging a.curent{
	background-color:#E4001A;
	color:#FFFFFF;
}

