/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0px;
	text-align:center;
	/*background-color: #DADADA;*/
	background-color: #CCCCCC;
	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;
}
#top {
	height:10px;
	width:810px;
	background-image: url(../images/page-top.gif);
	background-repeat: no-repeat;
}
#middle {
	width:810px;
	text-align:left;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#seite {
	z-index:1;
	
}
#header {
	position:relative;
	width:798px;
	height:120px;
	margin-left:6px;
	margin-right:6px;
	z-index:20;
	color:#333333;
	background-image: url(../images/header-bg.gif);
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left 100px;
}
#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 {
	width:200px;
	float:left;
	padding: 0;
	margin-left: 6px;
	margin-top: 5px;
}
#twocols{
	width:600px; 
	float:right; 
	position:relative;
} 
#center{
	float: left;
	position: relative;
	width: 540px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:5px;
	margin-top:0px;
	z-index:4;
}
#footer {
	position:relative;
	width:798px;
	margin-left:6px;
	margin-right:6px;
	text-align: center;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	font-size:0.9em;
	font-weight:normal;
}
#footer #iva {
	float:left;
	padding: 5px;
	color:#666666;
}
#footer #links {
	float:right;
	padding: 5px;
}
#bottom {
	width:810px;
	height:10px;
	background-image: url(../images/page-bottom.gif);
	background-repeat: no-repeat;
}
#copyright {
	width:810px;
	text-align:right;
	font-size:0.8em;
	padding-top:10px;
	padding-bottom:0px;
	clear:both;
	background-image: url(../images/page-bottom.gif);
	background-repeat: no-repeat;
}
.leftbox {
	width:150px;
	margin: 0px;
	position:relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	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 */