/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #D8D8D8;
	background-image: url(../images/bg_seite.gif);
	background-repeat: repeat-x;
	z-index:2;
}
#seite {
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	z-index:1;
}
#header {
	position:relative;
	width:950px;
	height:165px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
	z-index:20;
}
#noscript {
	position:absolute;
	top: 0px;
	width: 98%;
	background: #EEEEEE;
	z-index:40;
	color:#CC0000;
	font-size:11px;
	text-align:left;
	padding:1%;
}
#logo {
	left:0;
	position:absolute;
	width:195px;
	height:160px;
	background-color: #CC0000;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	z-index:5;
}
#home {
	position:relative;
	top:25px;
}
#slogan {
	position:relative;
	top:25px;
	width: 170px;
	margin-right: 11px;
	margin-left: 14px;
}
#bild {
	left:195px;
	position:absolute;
	width:560px;
	height:140px;
}
#begriffe {
	left:755px;
	top:0px;
	position:absolute;
	width:175px;
	padding:5px;
}
#menu {
	position:absolute;
	left:195px;
	top:140px;
	width:560px;
	height:20px;
	background-color: #CCCCCC;
	z-index:5;	
}
#left {
	width:195px;
	float:left;
	padding: 0;
}
#twocols{
	width:735px; 
	float:right; 
	position:relative;
} 
#right{
	width:195px;
	float:right;
	padding: 0;
} 
#center{
	float: left;
	position: relative;
	width: 520px;
	padding-top: 10px;
	z-index:1;
}
#sitemap-path {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#adv {
	width:530px;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer {
	margin-top:5px;
	width:950px;
	text-align:right;	
	vertical-align:bottom;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	font-size: 0.8em;
	color: #333333;
	margin-left:auto;
	margin-right:auto;
	background-color: #EEEEEE;
}
#footer #iva {
	float:left;
	padding: 5px;
}
#footer #links {
	float:right;
	padding: 5px;
}
.leftbox {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding:0px;
	position:relative;
}
.rightbox {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding:0px;
	position:relative;
}
/* *** 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 */