/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #CCCCCC;
	z-index:2;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#seite {
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	z-index:1;
	background-image: url(../images/bg-seite.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	position:relative;
	width:900px;
	height:175px;
	margin-left:auto;
	margin-right:auto;
	z-index:20;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #990033;
}
#home {
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:170px;
}
#slogan {
	position:absolute;
	top:0px;
	left:170px;
	width:530px;
	text-align:right;
}
#left {
	width:170px;
	float:left;
	padding: 0;
}
#twocols{
	width:700px; 
	float:right; 
	position:relative;
} 
#center{
	float: left;
	position: relative;
	width: 580px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:0px;
	z-index:1;
}
#copyright {
	width:890px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:0.9em;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
}
#footer {
	margin-top:0px;
	width:890px;
	text-align:left;
	padding: 5px;
	vertical-align:bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	background-color: #EEEEEE;
	font-size: 0.9em;
	color: #333333;
	font-weight:normal;
}
.leftbox {
	width:170px;
	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 */
