body {
	margin: 0;
	padding: 0;
	background: #e4e3e3 url(pics/hintergrund.gif) repeat-y center;
	font-size: 0.8em;
}
#kasten {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}
#gsv {
	position: absolute;
	top: 15px;
	left: 19px;
}
#head {
	position: absolute;
	top: 45px;
	left: 225px;
}
#linie {
	position: absolute;
	top: 97px;
	left: 0px;
	height: 31px;
	width: 100%;
	background: url(pics/linie.gif) repeat-x;
}
#suche {
	position: absolute;
	top: 101px;
	right: 20px;
}
#suche form {
  display: inline;
}
#suche input#ns {
  width: 140px;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
}
#suche input#btnsearch {
  vertical-align: middle;
}
#suche label {
  font-weight: normal;
}
#suche p {
	margin: 0px;
	padding: 0px;
}
#vr {
	position: absolute;
	top: 150px;
	left: 0px;
}
#content {
	position: absolute;
	top: 147px;
	right: 30px;
	width: 705px;
  padding-bottom: 50px;
}
#menu {
	position: absolute;
	top: 212px;
	left: 0px;
	width: 199px;
	background-color: #005da8;
	padding-bottom: 80px;
	padding-top: 0px;
}
#menu ul {
	margin-left: 0px;
	padding-left: 0px;
}
#menu li {
	list-style: none outside none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	padding-top: 0px;
   padding-left: 25px;
	padding-bottom: 5px;
}
#menu li a {
  margin-left: -10px;
}
#menu .ebene1 li {
	border-bottom: 1px solid white;
}
#menu .ebene1 .off a {
	color: White;
	font-weight: normal;
	text-transform: uppercase;
}
#menu .ebene1 .on a {
	color: white;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu .ebene2 li {
  border-bottom: none;
  margin-top: 2px;
  margin-bottom: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
}
#menu .ebene2 .off a, #menu .ebene2 .on a {
	font-size: 11px;
	text-transform: none;
}
#menu .ebene2 .off a {
  color: white;
  font-weight: normal;
}
