body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: url(imgserver/back/nav-back.gif) repeat-y #E6E6E6;
	height: 100%;
}

#content {
	position: absolute;
	top: 120px;
	left: 167px;
	z-index: 1;
}
#headline {
	position: absolute;
	top: 73px;
	left: 170px;
}

#leistetop {
	position: absolute;
	top: 0px;
	background: url(imgserver/back/oben-back.gif);
	width: 100%;
}
#navtop {
	position: absolute;
	top: 54px;
	background: url(imgserver/back/leiste-back.gif);
	height: 22px;
	width: 100%;
	white-space: nowrap;
}
#search {
	background: url(imgserver/back/suche-unten.jpg) no-repeat;
	padding-top: 10px;
	padding-left: 7px;
	position: absolute;
	top: 76px;
	width: 168px;
	height: 30px;
}
#menubar {
	position: absolute;
	top: 95px;
	padding-top: 26px;
}
#menubar a {
	display: block;
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 144px;
}
#menubar a:hover {
	background: url(imgserver/back/nav-back-on.gif);
}
#submenu {
	position: absolute;
	top: 400px;
}
.options {
	border: 1px solid #3A3A3A;
}
.options a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#3A3A3A;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	font-size:11px;
}
.options a:hover {
	background-color: #4C4C4C;
	color: #FFFFFF;
}
.b_bottom {
	border-bottom: 1px solid #E6E6E6;
}
.b_top {
	border-top: 1px solid #E6E6E6;
}

#fussleiste {
	position: relative;
	left: -15px;
	bottom: 10px;
	color: #377FAB;
	font-size:11px;
	text-align: center;
	padding: 50px 4px 4px 4px;
	margin-top: 20px;
}

#menubar a.active, a.active {
	color: #377FAB;
}
.clearDiv{clear: both;
  position:relative;line-height: 1px;}