body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background-image: url(../images/site/mainmenue_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
div#container {
	width:100%;
	z-index:1;
	background-image: url(../images/site/mainmenue_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
div#header {
	width:100%;
	height:210px;
	position:absolute;
	z-index:1;
	background-color:#d0d0d2;
}
div#logo {
	width:195px;
	height:159px;
	position:absolute;
	top:0;
	left:0;
	background-image: url(../images/site/mainmenue_bg.jpg);
	background-repeat:repeat-y;
	background-color:#d0d0d2;
	z-index:1;
}
div#topmenue {
	width:200px;
	height:139px;
	position:absolute;
	padding-top:20px;
	top:0;
	right:420px;
	z-index:1;
	text-align:right;
}
div#headerbackground {
	height:51px;
	width:100%;
	position:absolute;
	top:159px;
	left:0;
	z-index:1;
	background-image:url(/images/site/topnav_image_bg_800.jpg);
	background-repeat:repeat-x;
	background-position: left;
}
div#flashUnder {
	height:51px;
	width:100%;
	position:absolute;
	top:159px;
	right:400px;
	z-index:5;
}
div#topimg {
	width:400px;
	height:210px;
	position:absolute;
	top:0;
	right:0;
	float:right;
	z-index:10;
}
div#maincontent {
	width:100%;
	position:absolute;
	top:210px;
	left:0;
}
div#menue {
	position:absolute;
	left:0;
	width:195px;
	float:left;
	min-height:50px;
	text-align:right;
	background-image: url(../images/site/mainmenue_bg.jpg);
	background-repeat:repeat-y;
}
div#content {
	padding-right:10px;
	padding-bottom:10px;
	padding-top:25px;
	margin-left:205px;
	top:0;
}
div#bottom {
	background-color:#eeeeee;
	margin-right:-10px;
	margin-left:-10px;
	margin-bottom:-10px;
	text-align:center;
	height:50px;
}
