/* Layout Styles */
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
}
#container {
	width:780px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	padding-bottom:10px;
}
#header {
	position:relative;
	width:780px;
	height:100px;
	background-image: url(images/header780.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#logotext {
	position:absolute;
	left:75px;
	top:8px;
	font-size: 24px;
	font-weight: bold;
	color: #164093;
}
#datumsprache {
	position:absolute;
	top:20px;
	width: 770px;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding-right:10px;
}
#wetter {
	position:absolute;
	top:35px;
	width: 770px;
	text-align: right;
	padding-right:10px;
}
#menucontainer {
	position:absolute;
	top:69px;
	height:24px;
	width:100%;
}
#seite {
	margin-top:5px;
	width:760px;
}
#left {
	width:160px;
	float:left;
	/* position:relative; causes IE to suppress parts of #boxoben
		might be required for z-index though.... we'll see */
	z-index:1;
	margin-top:4px;
}
#twocols{
	width:781px; 
	float:right; 
	position:relative;
	z-index:1;
} 
#right{
	width:160px; 
	float:right;
	padding-top:5px;
	/* position:relative; causes IE to suppress parts of #boxoben
		might be required for z-index though.... we'll see */
	z-index:1;
} 
#center{
	float: left;
	/*display: inline;*/
	position: relative;
	width: 600px;
	padding-right: 10px;
	padding-left: 10px;
	z-index:1;
}
#sitemap{
	float: left;
	position: relative;
	width: 780px;
	height: 20px;
	margin-bottom: 30px;
	background-image: url(images/sitemap_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* Ende Layout Styles */

/* Box Styles */
.box {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	z-index:10;
}
.boxtexticon {
	position:relative;
	left:35px;
	top:-3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #164093;
	line-height: 21px;
	vertical-align: bottom;
	z-index:10;
}
.boxtext {
	position:relative;
	left:10px;
	top:-5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #164093;
	line-height: 16px;
	vertical-align: bottom;
	z-index:10;
}
.boxoben {
	background-image: url(images/box_oben.gif);
	background-repeat: no-repeat;
	background-position: left bottom; /* left is in testing */
	z-index:10;
}
.boxobensuche {
	background-image: url(images/box_oben_suche.gif);
	background-repeat: no-repeat;
	background-position: left bottom; /* left is in testing */
	z-index:10;
}
.boxobenforum {
	background-image: url(images/box_oben_forum.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index:10;
}
.boxobenkontakt {
	background-image: url(images/box_oben_kontakt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index:10;
}
.boxmitte {
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-y;
	padding-left:10px;
	padding-right:10px;
	z-index:10;
}
.boxunten {
	background-image: url(images/box_unten.gif);
	background-repeat: no-repeat;
	height:13px;
	z-index:10;
}
/* Ende Box Styles */

/* Float container Fix */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}
/* Ende Float container Fix: */ 

/* Hides from IE-mac */
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* Ende hide from IE-mac */ 
