/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0;
	text-align:left;
	background-color: #EEEEEE;
	z-index:2;
	padding:0;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: left 20px;
}
#copyright {
	position:absolute;
	right:10px;
	top:5px;
}
#page, #seite, #header, #footer {
	/*margin-left:auto;
	margin-right:auto;*/
	margin:0;
	padding:0;
}
#page {
	width:930px;
}
#seite {
	width:930px;
	text-align:left;
	background-color: #FFFFFF;
	z-index:1;
	padding: 0px;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	position:relative;
	width:930px;
	height:170px;
	z-index:20;
	text-align:left;
}
#topnav {
	position:relative;
	width:920px;
	height:20px;
	line-height:20px;
	font-size:0.8em;
	background-color:#EEEEEE;
	text-align:right;
	padding-right: 5px;
	padding-left: 5px;
}
#bilder {
	position:relative;
	width:930px;
	height:150px;
}
#bilder img {
	float:left;
}
#menu {
	position:absolute;
	left:180px;
	top:150px;
	width:750px;
	height:20px;
	background-color: transparent;
	z-index:5;
	clear:left;
}
#left {
	width:180px;
	float:left;
	padding: 0px;
	margin: 0px;
}
#twocols {
	width:700px; 
	float:right; 
	position:relative;
	min-height:400px;
}
#center{
	float: left;
	position: relative;
	width: 650px;	
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:20px;	
	z-index:4;
}
#sitemap-path {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#footer {
	position: relative;
	width:740px;
	clear:both;
	font-size:0.9em;
	text-align:left;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 190px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
}
/* *** 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 */