/* Alle Stile der Seitenstruktur */
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
}
#top {
	width:800px;
	height:10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
#container {
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #666666;
	z-index:1;
}
#header {
	position:relative;
	width:800px;
	height:60px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index:1;
}
#line {
	position:relative;
	width:800px;
	height:6px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index:1;
}
#menu {
	position:relative;
	width:800px;
	height:20px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align:middle;
	text-align: left;
	z-index:1;
}
#bild {
	position:relative;
	width:800px;
	height:162px;
	background-image: url(images/bild.jpg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align:middle;
	text-align: left;
	z-index:1;
}
#seite {
	background-image: url(images/bg-page.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:2;
}
#left {
	width:188px;
	float:left;
	position:relative;
	background-position: center;
	z-index:3;
}
#twocols{
	width:590px; 
	float:right; 
	position:relative;
	z-index:3;
} 
#right{
	width:188px; 
	float:right; 
	position:relative;
	z-index:3;
} 
#center{
	float: left;
	display: inline;
	position: relative;
	width: 400px;
	padding-top: 14px;
	z-index:3;
}
#footer {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear:both;
	z-index:3;
}
#bottom {
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	z-index:3;
} 
/* *** 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 */
