/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0px;
	text-align:center;
	background-color: #FFFFFF;
	z-index:2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
#middle {
	width:810px;
	text-align:left;
}
#seite {
	z-index:1;
	
}
#header {
	position:relative;
	width:798px;
	height:120px;
	margin-left:6px;
	margin-right:6px;
	z-index:20;
	color:#333333;
	padding: 0px;
}
#logo {
	position:absolute;
	left:15px;
	top:10px;
	width:226px;
}
#adresse {
	position:absolute;
	left:500px;
	top:5px;
	width:280px;
	text-align: right;
	font-size:0.9em;
}
#left {
	display:none;
	width:0px;
}
#twocols{
	width:800px;
	position:relative;
} 
#center{
	float: left;
	position: relative;
	width: 600px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:5px;
	margin-top:0px;
	z-index:4;
}
#footer {
	display:none;
}
#copyright {
	display:none;
	clear:both;
}
/* *** 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 */