/* Alle Stile der Seitenstruktur */
html, body{
	text-align:center;
	background-color: #FFFFFF;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#container {
	width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	z-index:1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
#top {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:10px;
}
#header {
	position:relative;
	width:850px;
	height:100px;
/*	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	z-index:1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#flashanimation {
	position:relative;
	width:460px;
	height:230px;
	margin:5px;
	text-align:center;
	vertical-align:middle;
}
#menu {
	position:relative;
	width:490px;
	text-align: center;
}
#banner {
	position:relative;
	width:489px;
	height:70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#flashbanner {
	position:relative;
	width:200px;
	height:40px;
}
#seite {
	z-index:2;
}
#scroller {
	margin:0;
	padding:0;
}
.boxlang {
	background-image: url(images/box-bg.png);
	background-repeat: repeat;
	z-index:3;
	height:95px;
	border-bottom:1px solid #999999;
	text-align:center;
}
.boxleftmenu {
	padding:3px;
	z-index:3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.boxleftnews {
	padding:3px;
	z-index:4;
}
.boxrighttipico {
	margin:0;
	z-index:5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 3px;
}
.boxright {
	padding-right: 5px;
	padding-left: 5px;
	height:452px;
}
#left {
	width:180px;
	float:left;
	position:relative;
	background-position: center;
	z-index:4;
}
#submenu {
	position:relative;
	z-index:5;
} 
#twocols{
	width:670px;
	float:right;
	position:relative;
	z-index:6;
} 
#right{
	position:relative;
	width:180px;
	float:right;
	z-index:7;
	margin-top:-95px;
	padding:0;
}
#center{
	float: left;
	display: inline;
	position: relative;
	width: 470px;
	z-index:8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 25px;
	clear:both;
	z-index:10;
	display:none;
}
/* *** 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 */