body {
	background: Black url(pics/background.gif) repeat-y center;
}
#kasten {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -387px;
	width: 774px;
}
#contain {
	position: absolute;
	top: 170px;
	left: 220px;
	width: 540px;
}
#menu {
	position: absolute;
	top: 165px;
	left: 10px;
	width: 180px;
}
#menuoben {
	position: absolute;
	top: 18px;
	right: 0;
  text-align: right;
}
#menuoben a {
	font-weight: normal;
	font-size: 10px;
	margin-right: 8px;
  color: white;
  line-height: 2;
}
#middle, #doppelline {
	position: absolute;
	left: 1px;
	width: 772px;
}
#middle {
	top: 0;
	height: 150px;
	background: Black;
}
#doppelline {
	top: 150px;
	height: 10px;
	background: #f2f2f2 url(pics/back_doppelbalken.gif) repeat-x;
}
#logo {
	position: absolute;
	background: Black;
	padding-top: 30px;
	width: 220px;
	text-align: center;
}
#head {
	position: absolute;
	left: 220px;
	top: 0px;
}
#nmp {
  margin-top: 60px;
}
#nmp a, #nmp {
  color: #d2cec9;
  font-size: 10px;
  font-weight: normal;
}
/* MENU */
ul.ebene1 {
	list-style: none outside none;
	padding-left: 0px;
	margin-left: 0px;
}
ul.ebene1 li {
	margin-left: 15px;
	padding-bottom: 15px;
}
ul.ebene1 li a {
	color: #99a0b0;
	font-size: 12px;
	margin-left: -10px;
	text-decoration: underline;
	font-style: italic;
}
ul.ebene1 li.off a {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
ul.ebene1 li.off a:HOVER {
	text-decoration: underline;
}
ul.ebene2 {
	list-style: none outside none;
	padding-left: 0px;
	margin-left: 5px;
}
ul.ebene2 li {
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.ebene2 li a {
	font-size: 11px;
}
/* IMG */
img.right, img.left {
  border: 3px double Gray;
}
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;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted #d2cec9;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: #d2cec9;
  background: White;
  padding-left: 2px;
  padding-right: 2px;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}