/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0;
	text-align:left;
	background-color: #CCCCCC;
	z-index:2;
	padding:0;
}
#page, #seite, #header, #footer {
	margin-left:auto;
	margin-right:auto;
}
#page {
	width:725px;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#seite {
	width:715px;
	text-align:left;
	background-color: transparent;
	z-index:1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
#header {
	position:relative;
	width:725px;
	height:176px;
	z-index:5;
	text-align:left;
}
#back {
	position: absolute;
	width:725px;
	height:180px;
	top: 0px;
	left:0px;
	z-index:6;
}
#bild {
	position: absolute;
	height: 140px;
	width: 546px;
	left: 91px;
	top: 8px;
	z-index:7;
}
#flash {
	position: absolute;
	height: 140px;
	width: 77px;
	left: 91px;
	top: 8px;
	z-index:8;
}
#left {
	width:170px;
	float:left;
	padding: 0px;
	margin: 0px;
}
#twocols {
	width:530px;
	float:right;
	position:relative;
	min-height:300px;
	/*height: 300px;
	overflow:auto;*/
}
#center{
	float: left;
	position: relative;
	width: 490px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:10px;
	z-index:4;
}
#footer {
	position: relative;
	width:535px;
	clear:both;
	font-size:0.8em;
	text-align:left;
	vertical-align: bottom;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 190px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#copyright {
	width:140px;
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
}
/* *** 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 */