div#container {
	width:992px;
	margin: 0 auto;
	z-index:10;
}

div#site {
	position:absolute;
	top:0;
	width:992px;
	z-index:10;
}

body{
	margin:0;
	background-position:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/layout/bg_x.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#c8da7a;
	font-size:11px;
	color:#333;
}

div#bg{
	width:100%;
	height:310px;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
	background-image: url(../images/layout/headerbg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}

div#header-left{
	width:680px;
	height:228px;
	top:74px;
	left:0;
	z-index:11;
	position:absolute;
	background-image:url(../images/layout/header-left.jpg);
	background-repeat:no-repeat;
}

div#header-right{
	width:312px;
	height:228px;
	top:74px;
	left:680px;
	z-index:11;
	position:absolute;
	background-image:url(../images/layout/header-right.jpg);
	background-repeat:no-repeat;
}


div#menu{
	position:absolute;
	top:0;
	left:0;
	height:74px;
	width:662px;
	z-index:20;
	padding-left:330px;
	background-image:url(../images/layout/menuebg.jpg);
	background-repeat:no-repeat;
}

div#content {
	width:992px;
	position:absolute;
	top:302px;
	left:0;
	background-image:url(../images/layout/content-bg.jpg);
}
div#news {
	margin-left:10px;
	width:280px;
	float:left;
	color:#FFF;
}
div#news a {
	color:#FFF;
	text-decoration:underline;
}
div#news a:hover {
	color: #CCC;

}
div#inhalt{
	width:640px;
	line-height:140%;
	float:right;
	margin-right:20px;
}
div#bottom {
	width:700px;
	height:18px;
	background-image:url(../images/layout/bottom.jpg);
	background-repeat:no-repeat;
}
/*--- Bilder rechte Seite ---*/
div#bilder{
	float:left;
	width:155px;
	margin:0 30px 0 5px;
	text-align:center;
}

div#bilder img {
	margin-bottom:8px;
}