/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0px;
	text-align:center;
	background-color: #FFFFFF;
	z-index:2;
	padding: 0;
}
#fullpage {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	padding-top:10px;
}
#header {
	position:relative;
	width:900px;
	height:85px;
	z-index:8;
	background-color: #FFFFFF;
}
#slogan {
	float:left;
	padding-left:25px;
	padding-top:30px;
	z-index:10;
}
#roterhahn {
	float:left;
	z-index:10;
}
#logo {
	float:right;
	padding-right:25px;
}
#seite {
	width:900px;
	text-align:left;
	z-index:1;
	background-image: url(../images/inhalt-bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
#inhalt {
	float:left;
	position:relative;
	width: 900px;
	z-index:4;
	padding: 0px;
}
#sitemaplinks {
	display:block;
	width:850px;
	clear:both;
	font-size:90%;
	font-weight: normal;
	color: #333333;
	margin-top: 20px;
	padding-top: 3px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-right: 25px;
	margin-left: 25px;
	background-color:transparent;
}
#bilder {
	float:left;
	height: 168px;
	width: 900px;
	position: relative;
	z-index:1;
	padding: 0px;
}
#bilder img {
	float:left;
}
#adresse {
	float:left;
	position:relative;
	width:890px;
	height:25px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat;
	z-index:10;
	font-size:0.8em;
	font-weight:bold;
	text-decoration: none;
	padding-left:10px;
	padding-top:25px;
}
#adresse #sprache {
	position:absolute;
	top:-15px;
	height:30px;
	width:850px;
	background-color:none;
	text-align:right;
}
#menu {
	float:left;
	position:relative;
	width:875px;
	height:40px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat;
	font-size:0.9em;
	font-weight:bold;
	text-decoration: none;
	padding-left:25px;
}
#footer {
	width:900px;
	text-align:right;
	padding-top:10px;
	padding-bottom:0px;
	height:20px;
	clear:both;
	background-color: #FFFFFF;
}
#iva {
	width:400px;
	text-align:left;
	float:left;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	padding-left:25px;
}
#copyright {
	width:400px;
	text-align:right;
	float:right;
}
/* *** Float containers fix:*/ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

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