/* CSS Document */
BODY {
	height: 100%;
}
BODY>#menu {
	position: absolute;
}
BODY>#logo {
  position: absolute;
}
#logo {
  display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 86px;
	text-align: center;
	margin: 0px auto;
	background: url(../images/bg/bg_header.jpg) no-repeat fixed #5E7B8D;
}
#menu {	
	left: 0;
	top: 86px;
	width: 100%;
	height: 48px;
	background: #8DB9D4;
	z-index: 4;
}
/*Navi*/
#navSub {	
	padding-left: 43px;
}
/* war auf 530px */
html>body #navSub {
	width: 92%;
}
/* war auf width: 253px; */
#suchForm {
  width: 180px;
}
 