/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #DDDDDD;
	z-index:2;
}
#top {
	width:900px;
	height:15px;
	margin-top:0px;
	background-image: url(../images/css/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#fullpage, #top, #footer {
	margin-left:auto;
	margin-right:auto;
}
#fullpage {
	width:900px;
	background-color: #FFFFFF;
	background-image: url(../images/css/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	position:relative;
	width:878px;
	padding-left:10px;
	padding-right:12px;
	padding-top:3px;
	text-align:left;
}
#header #wrapper {
	background-color:#0068A9;
	background-color:#FFFFFF;
}
#wrapper #headerbox {
	padding:0px;
	width:570px;
	float:left;
	color:#FFFFFF;
	color:#333333;
}
#wrapper #image {
	width:300px;
	float:right;
}
#headerbox .hb {
	float:left;
	width:250px;
	padding-right:35px;
}
#headerbox .mr50 {
	margin-right:50px;
}
#angebote {
	position:relative;
	width:707px;
	padding-left:10px;
	float:left;
}
#partner {
	position:relative;
	width:160px;
	padding-right:12px;
	padding-top:10px;
	float:right;
}
#partner img {
	padding-bottom:25px;
}
#footer {
	width:900px;
	background-image: url(../images/css/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#footerwrapper {
	width:900px;
	height:25px;
	background-image: url(../images/css/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size:80%;
}
/* *** Float containers fix:*/ 
.clear:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clear{display: inline-table;}

/* Hides from IE-mac \*/
* html .clear{height: 1%;}
.clear{display: block;}
/* End hide from IE-mac */