body {
	margin: 0px;
	padding: 0px;
	background: #f8f6f1 url(pics/backbody.gif) repeat-y center;
}
#head {
	background: url(pics/backhead.gif) repeat-x;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 122px;
}
#logo {
	position: absolute;
	left: 50%;
	top: 3px;
	width: 618px;
	margin-left: -309px;
}
#menu, #contain {
	position: absolute;
	top: 25px;
}
#menu {
	left: 15px;
	width: 202px;
}
#menuhead {
	height: 13px;
}
#menufeed {
	background: url(pics/menu_feed.gif) no-repeat;
	height: 11px;
}
#menuinhalt, #menuhead {
	background: url(pics/backmenu.gif) repeat-y;
}
#menuinhalt {
	padding-left: 3px;
	padding-right: 3px;
}
.ebene1off, .ebene1on {
	border-top: 1px solid White;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}
.ebene1off a, .ebene1on a {
	margin-left: -10px;
	font-variant: small-caps;
	font-size: 13px;
}
.ebene1off a, .ebene2off a {
	color: #7c7161;
}
.ebene1on a, .ebene2on a {
	color: #41220e;
	text-decoration: underline;
}
.ebene2off, .ebene2on {
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 10px;
}
.ebene2off a, .ebene2on a {
	margin-left: -10px;
	font-size: 10px;
	font-weight: normal;
}

#contain {
	right: 15px;
	width: 500px;
	background: url(pics/backcontain.jpg) no-repeat center;
	padding-bottom: 50px;
}
#inlay {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	top: 140px;
}
/* TABELLEN */
th {
  background: #cce6ed;
}
td.r1 {
  background: #fbfeff;
}
td.r2 {
  background: #f0fafd;
}
td.r3 {
  background: #cce6ed;
}
/* 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;
}

