body {
	margin: 0px;
	background-image:url(../images/site/rightbg.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Verdana, Geneva, Helvetica, "Lucida sans", Arial, sans-serif; 
	font-size:10pt; line-height:13pt;
	background-color:#dbdddd;
}

div#leftbg {
	background-image:url(../images/site/leftbg.jpg);
	height:237px;
	width:30%;
	left:0;
	top:0;
	position:absolute;
	z-index:1;
}

div#container {
	background-image: url(/images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 982px;
	margin: 0 auto;
	z-index:10;

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

div#header {
	width: 982px;
	height:237px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
div#content {
	width:982px;
	position:absolute;
	left:0;
	top:237px;
	z-index:10;
	background-color:#f6f6f6;
}
div#contentleft {
	width:290px;
	float:left;
}
div#contentright {
	width:620px;
	float:left;
	margin-left:30px;
}
div#menue {
	width:500px;
	height: 70px;
}
div#inhalt {
	width:500px;
}



div#footer {
	margin-top:10px;
	height: 34px;
	width:982px;
}