/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0px;
	text-align:center;
	background-color: #DDDDDD;
	z-index:2;
	padding: 0;
}
#fullpage, #header, #footer, #copyright {
	margin-left:auto;
	margin-right:auto;
}
#fullpage {
	width:920px;
	background-image: url(../images/page-shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#seite {
	width:900px;
	text-align:left;
	z-index:1;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#header {
	position:relative;
	width:900px;
	height:235px;
	z-index:20;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#logo {
	position:relative;
	width:200px;
	height:200px;
	background-color: #FFFFFF;
	float:left;
}
#bild {
	position:relative;
	width:700px;
	height:200px;
	float:right;
}
#menu {
	position:relative;
	width:900px;
	height:33px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#sprache {
	position: absolute;
	left:0px;
	top:0px;
	width:198px;
	height:20px;
	line-height:20px;
	text-align:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navigation {
	position: absolute;
	left:199px;
	top:0px;
	width:700px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#left {
	width:180px;
	float:left;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 20px;
}
#twocols{
	width:685px; 
	float:right; 
	position:relative;
} 
#center{
	float: left;
	position: relative;
	width: 600px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:0px;
	z-index:4;
}
#sponsoren {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer {
	position: relative;
	width:675px;
	clear:both;
	text-align:left;
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 215px;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#copyright {
	width:920px;
	text-align:right;
	font-size:0.8em;
	padding-top:20px;
	padding-bottom:0px;
	clear:both;
	background-color: transparent;
	background-image: url(../images/page-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftbox {
	width:190px;
	margin: 0px;
	position:relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* *** 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 */