body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	color: #525252;
	background: url(../images/bg.gif) repeat #00185F;
	background-attachment:fixed;
	margin: 10px 0;
	padding:10px 0;
}
#wrapper {
	margin: 0 auto;
	width: 877px;
	background: url(../images/haupt_bg.gif) repeat-y;
}
#top {
	width: inherit;
	height: 132px;
	background-image:url(../images/bg.gif);
}
#hl {
	width: 583px;
	height: 30px;
	background: url(../images/hl_bg.gif) repeat-y;
	padding: 6px 10px 0 284px; 
}
#leftWrapper {
	width:261px;
	float:left;
	background: url(../images/left_bg.gif) repeat-y;
}
	/*** HAUPT-NAVIGATION ***/
	#menu ul, #menu li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#menu li {
		float:left;  /*eigentlich kein float:left, aber sonst sind Abstände zw. den grafiken bei ie. */
	}
#rightWrapper {
	width:553px;
	float:left;
	background: url(../images/right_bg.gif) repeat-y;
	padding: 40px 40px 0 23px;
}
#bottom {
	clear:both;
	width:inherit;
	height:61px;
	background-image:url(../images/bg.gif);
}
#lastUpdate {
	z-index:2; 
	position:relative;
	left:33px; 
	top:-30px; 
	color:#A6ACBA
}

