body {
	background: #fdfdfd url(pics/background.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
}
#head {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 772px;
	margin-left: -386px;
	background: url(pics/backhead.gif);
	height: 88px;
}
#mitte {
	position: absolute;
	left: 0px;
	height: 88px;
	width: 100%;
/*	background: url(pics/back_mitte.gif);*/
	top: 88px;
}
#groben, #logo, #line1, #line2 {
	position: absolute;
}
#groben {
	width: 484px;
	height: 48px;
	background: url(pics/gr_oben.gif);
	left: 2px;
	bottom: 0px;
}
#logo {
	bottom: 0px;
	left: 486px;
}
#smallmenu {
  position: absolute;
  top: 23px;
  right: 19px;
  text-align: right;
}
#smallmenu a {
  margin-left: 10px;
  color: Gray;
  font-weight: normal;
  font-size: 10px;
}
#line1, #line2 {
	left: 50%;
	margin-left: -384px;
	width: 769px;
}
#line1 {
	background: url(pics/line1.gif) no-repeat;
	height: 69px;
	top: 0px;
}
#line2 {
	height: 19px;
	background: url(pics/line2.gif) no-repeat;
	top: 69px;
}
#menu, #contain {
	position: absolute;
	top: 200px;
	left: 50%;
}
#contain {
	width: 570px;
	margin-left: -202px;
}
#menu {
	width: 145px;
	margin-left: -375px;
  border-right: 1px dotted Gray;
}
/* MENU */
ul.ebene1 {
	list-style: none outside none;
	padding-left: 0px;
	margin-left: 0px;
}
ul.ebene1 li {
	margin-left: 15px;
	padding-bottom: 10px;
}
ul.ebene1 li a {
	color: #6f6d94;
	font-size: 12px;
	margin-left: -10px;
	text-transform: uppercase;
}
ul.ebene1 li.on a {
	text-decoration: underline;
}
ul.ebene2 {
	list-style: none outside none;
	padding-left: 0px;
	margin-left: 0px;
}
ul.ebene2 li {
	padding-top: 2px;
	padding-bottom: 0px;
}
ul.ebene2 li a {
	font-size: 11px;
	text-transform: none;
}
ul.ebene2 li.off a {
	text-decoration: none;
	color: #b1b0c1;
}
/* Sonderhead */
#line2 h1 {
	color: White;
	border-bottom: none;
	font-size: 14px;
	margin: 1px 0px 0px 8px;
	text-transform: uppercase;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted #CDCCD6;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: #6c6a91;
  background: White;
  padding: 2px;
  border: 1px dotted #CDCCD6;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* Bilder */
img.right, img.left {
  border: 1px solid Black;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 5px;
}
img.right, img.rightnb {
  margin-left: 10px;
  float: right;
}
img.left, img.leftnb {
  margin-right: 10px;
  float: left;
}
