/* DESIGN */
body {
	background: #f2f4f5;
	margin: 0px;
	padding: 0px;
}
#position {
	margin-left: 50%;
}
#position #layout {
	background: White url(pics/backinnen.gif) repeat-y;
	border: 1px solid Gray;
	width: 778px;
	margin-left: -389px;
	margin-top: 20px;
}
#head {
	height: 97px;
	background: url(pics/backhead.jpg) no-repeat;
}
#logo {
	padding-left: 1px;
	padding-top: 11px;
}
#oben {
	height: 17px;
	background: url(pics/backoben.gif) repeat-y;
	border-top: 1px solid White;
}
#links {
	margin-left: 5px;
	float: left;
	width: 156px;
}
#contain {
	float: left;
	width: 488px;
	border-top: 2px dashed #f0efee;
}
#innen {
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 23px;
}
#rechts {
	float: left;
	width: 125px;
}
#bottom {
	clear: both;
	height: 20px;
	background: url(pics/backbottom.gif) repeat-y;
}
/* MENU */
.ebene1off, .ebene1on {
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid White;
}
.ebene1off a, .ebene1on a {
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 12px;
  font-weight: normal;
}
.ebene1off a {
	background-image: none;
	color: Black;
}
.ebene1on a {
	background-image: none;
	color: #688fa7;
}
.ebene1off a:HOVER {
	color: #688fa7;
}
.ebene2off, .ebene2on {
	margin-left: 35px;
	margin-bottom: 2px;
	margin-right: 4px;
}
.ebene2off a, .ebene2on a {
	color: Black;
	font-size: 10px;
	font-weight: normal;
}
.ebene2on a {
	text-decoration: underline;
}
/* BOXEN */
.boxtitel {
	background: #44465b url(pics/box_head_back.gif) repeat-y;
}
.boxtitel h2 {
	border-bottom: none;
	color: White;
	padding: 3px 3px 3px 20px;
	margin-top: 0px;
	background: url(pics/boxbommel.gif) no-repeat 5px 5px;
}
.boxtext {
	padding-left: 10px;
	padding-right: 10px;
}
img.boxbild {
  padding-bottom: 5px;
}
/* TABELLEN */
th {
  background: #dee2e4;
}
td.r1 {
  background: #fbfeff;
}
td.r2 {
  background: #f0fafd;
}
td.r3 {
  background: #dee2e4;
}
/* 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;
}
.linkeboxen {
  margin-top: 2em;
  background: White;
  margin-right: 1px;
  padding-bottom: 3px;
}
.linkeboxen .umsbild {
  text-align:center;
  padding: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.linkeboxen .box {
  border-top: 1px solid #2D3047;
}
