.wrapper{
	position: relative;
	min-height: 100%;
	height: 0 !important;
	height: 100%;
	width: 100%;
}
.bg_brown{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 160px;
	background: url(../images/head_bg.png) repeat-x;
}
.mitte{
	position: relative;
	top: -160px;
	width: 850px;
	margin: 0 auto;
	z-index: 99;
	background: url(../images/content_bg.png) repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.mitte_content {
	padding:160px 0 20px;
}
.header{
	position: relative;
	width: 880px;
	height: 160px;
	margin:0 auto;
	z-index: 100;
	background: url(../images/header.png) no-repeat;
}
.right-column{
	position: absolute;
	right: 0px;
	top: 170px;
	padding: 0 5px;
	width: 140px;
}
.rechts{
	float: right;
	padding: 5px;
	width: 300px;
}
.content{
	margin-left: 15px;
	margin-top: 5px;
	padding-bottom: 25px;
	width: 800px;
}
.footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu{
	position: absolute;
	top:140px;
	left:20px;
	width: 860px;
	height: 25px;
}
.submenu{
	width: 800px;
	height: 30px;
	font-size: 1.3em;
	font-weight: bold;
}
.module1{
	background-color:#f8f8f8;
	width:770px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #a8a8a8;
	text-align: center;
}
.imageinfobar{
	background-color: #FFFFE4;
	width: 952px;
	padding: 3px;
	text-align: center;
	border: 1px solid #AAA;
	display: none;
}
.greybox{
	background-color:#f8f8f8;
	margin: 10px;
	padding: 3px;
	height: 18px;
	border: 1px solid #a8a8a8;
}
.greyboxtext{
	margin: auto 0;
}
#ulmenu {
	list-style-type: none;
	margin: 0 0 0 0px;
}
#ulmenu li {
	float: left;
	margin-left: 15px;
	cursor:pointer;
}
#ulsubmenu {
	clear:left;
	list-style-type: none;
	margin: 0 0 0 0px;
}
#ulsubmenu li {
	float: left;
	margin: 3px;
	margin-right: 10px;
	cursor:pointer;
}