body {
	background: White url(pics/bg.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
}
#kasten {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 782px;
	margin-left: -391px;
}
#headbild {
	background: url(pics/head.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 782px;
	height: 342px;
}
#logo {
	position: absolute;
	top: 280px;
	right: 75px;
}
#content {
	position: absolute;
	top: 360px;
	left: 20px;
	width: 555px;
}
#bottom {
  margin-top: 25px;
  clear: both;
  border-top: 1px dotted #F7BD35;
  padding-top: 3px;
  text-align: right;
}
#bottom, #bottom a {
  font-weight: normal;
  font-size: 12px;
  color: #F7BD35;
}
#menu {
	position: absolute;
	top: 350px;
	width: 180px;
	right: 2px;
}
#menu ul {
	margin-left: 0px;
	padding-left: 0px;
}
#menu .ebene2, #menu .ebene3 {
	padding-left: 10px;
}
#menu li {
	list-style: none outside none;
	margin-left: 0px;
}
#menu .ebene1 .off {
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #fee19e;
	padding-bottom: 10px;
}
#menu .ebene1 .on  {
	margin-bottom: 5px;
	padding-top: 10px;
}
#menu .ebene1 .off a {
	color: #636363;
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
}
#menu li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu .ebene1 li.on {
  background: url(pics/menu.gif) repeat-y left;
	border-bottom: 1px solid #fee19e;
	border-top: 1px solid #fee19e;
}
#menu .ebene2 li.on {
  background: none;
  border-top: none;
  border-bottom: none;
}
#menu .ebene1 .on a {
	padding-left: 20px;
	color: #f7bd35;
  font-size: 14px;
	font-style: italic;
}
#menu .ebene2 {
	padding-bottom: 5px;
}
#menu .ebene2 .off a, #menu .ebene2 .on a {
	font-size: 12px;
	background: none;
}
#menu .ebene2 .off a {
	font-style: normal;
	color: #636363;
}
#menu .ebene2 .on a {
	color: #feb200;
	font-style: normal;
  font-weight: normal;
}
#menu .ebene3 .on a {
	font-size: 11px;
	color: #feb200;
	font-style: normal;
  font-weight: normal;
}
#menu .ebene2 .off, #menu .ebene2 .on {
	margin-bottom: 0px;
	margin-top: 0px; 
	padding-top: 1px;	
	padding-bottom: 1px;
	border: none;
}
#menu .ebene3 .off a {
  font-style: normal;
  color: #636363;
  font-size: 11px;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px solid Gray;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: Black;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}
/* IMG */
img.right, img.left, img.rahmen {
  border: 3px double #F7BD35;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 3px;
}
img.right, img.rightnb {
  margin-left: 5px;
  float: right;
}
img.left, img.leftnb {
  margin-right: 5px;
  float: left;
}
