/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0px;
	text-align:center;
	background-color: #DDDDDD;
	z-index:2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page, #seite, #header, #footer, #copyright {
	margin-left:auto;
	margin-right:auto;
}
#page {
	width:920px;
	background-image: url(../images/page-shadow.gif);
	background-repeat: repeat-y;
	background-position: 2px top;
}
#seite {
	width:900px;
	text-align:left;
	background-color: #FFFFFF;
	z-index:1;
	padding: 0px;
}
#header {
	position:relative;
	width:900px;
	height:100px;
	z-index:20;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	height:70px;
}
#bild {
	position:absolute;
	top:0px;
	left:250px;
	width:650px;
}
#menu {
	position:absolute;
	left:290px;
	top:70px;
	width:600px;
	height:30px;
	background-color: #333333;
	z-index:5;
}
#left {
	width:250px;
	float:left;
	padding: 0px;
	margin: 0px;
}
#twocols {
	width:610px; 
	float:right; 
	position:relative;
	height: 400px;
	overflow:auto;
}
#center{
	float: left;
	position: relative;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:0px;	
	z-index:4;
}
#footer {
	position: relative;
	width:890px;
	clear:both;
	text-align:left;
	vertical-align: bottom;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
}
#copyright {
	width:920px;
	text-align:right;
	font-size:0.8em;
	padding-top:10px;
	padding-bottom:0px;
	clear:both;
	background-image: url(../images/footer-shadow.gif);
	background-repeat: no-repeat;
	background-position: 2px top;
}
.leftbox {
	width:225px;
	margin: 0px;
	position:relative;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* *** 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 */