/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	/*overflow:auto;*/
}
html, body{
	margin:0px;
	text-align:center;
	z-index:2;
	padding: 0px;	/*overflow:auto;*/
	background-color: #EEEEEE;
	/*background-image: url(../images/pagebg.gif);
	background-repeat: repeat-x;*/
}
#seite {
	width:901px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	z-index:1;
}
#header {
	position:relative;
	width:901px;
	height:155px;
	margin-left:auto;
	margin-right:auto;
	z-index:20;
	background-color: #FF9900;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	left:0px;
	position:absolute;
	width:150px;
	height:150px;
}
#menu {
	position: absolute;
	left: 151px;
	top: 31px;
	width: 751px;
	height: 21px;
	z-index:5;	
}
#left {
	width:150px;
	float:left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#twocols{
	width:751px; 
	float:right; 
	position:relative;
}
/* Hides from IE-mac \*/
* html #center {
	height: 300px; /*IE 6 min-height Hack*/
}
/* End hide from IE-mac */
#center {
	float: left;
	position: relative;
	width: 718px;
	min-height: 300px;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	z-index:1;
}
#footer {
	position:relative;
	width:901px;
	height:15px;
	text-align:center;
	vertical-align:bottom;
	clear:both;
	font-size: 10px;
	color: #999999;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
.leftbox {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding:0px;
	position:relative;
}
.rightbox {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding:0px;
	position:relative;
}

/* *** Float containers fix:*/ 
.clear:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clear{display: inline-table;}

/* Hides from IE-mac \*/
* html .clear{height: 1%;}
.clear{display: block;}
/* End hide from IE-mac */
