body{
	margin:0 auto;
	font-family: Verdana, Geneva, sans-serif;
	background:url(../images/layout/headerbg.jpg) no-repeat center top;
	background-color:#161616;
	font-size:8pt;
	color:#fff;
}

div#container {
	width:1050px;
	margin: 0 auto;
	z-index:10;
}

div#site {
	position:absolute;
	top:0;
	width:1050px;
	z-index:10;
}
div#top {
	position:absolute;
	left:0;
	top:0;
	height:419px;
	width:1050px; 
}
div#logo {
	width:249px;
	height:91px;
	position:absolute;
	top:0;
	left:0;
}
div#headermenue {
	width:300px;
	text-align:right;
	position:absolute;
	top:10px;
	right:42px;
}
div#headermenue a {
	text-transform: uppercase;
	color: #CCC;
	text-decoration:none;
	font-size:7pt;
}
div#menue {
	position:absolute;
	left:20px;
	top:92px;
	height:49px;
	width:980px;
	padding-left:15px;
	z-index:20000;
}
div#menu{
}

div#headerimg {
	position:absolute;
	left:0;
	top:140px;
	height:308px;
	width:1050px;
}

div#contens{
	position:absolute;
	width:978px;
	top:460px;
	left:36px;
	
}
div#inhalt{
	width:978px;
	float:left;
	margin-bottom:15px;
	
}

div#inhalt img {
	border:3px solid #8e8f91;
}


div#bottom {
	width:978px;
	background-color:#2d2d2d;
	clear:both;
	text-align:center;
	height:45px;
	line-height:25px;
}

/*--- Bilder rechte Seite ---*/
div#bilder{
	float:left;
	width:155px;
	margin:0 30px 0 5px;
	text-align:center;
}

div#bilder img {
	margin-bottom:8px;
}
/* HEADER SLIDSHOW */
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:250px
}
#gallery span {
	float:left;
	position:absolute;
}
	
#gallery span img {
	border:none;
}
	
#gallery span.show {
	z-index:500
}
