/* DESIGN */
body {
	margin: 0px;
	padding: 0px;
	background: #fff0e4;
}
#head, #head #logo, #menu, #links, #contain {
	position: absolute;
}
#head {
	background: White url(pics/back_head2.jpg) no-repeat 188px;
	border-top: 1px solid #f39b54;
	top: 8px;
	left: 0px;
	width: 100%;
	height: 186px;
}
#head #logo {
	top: 5px;
	left: 48px;
}
#menu {
	height: 65px;
	top: 191px;
	background: #f8c296 url(pics/back_menu.gif) repeat-x;
	width: 100%
}
#menu #ebene1 {
	position: absolute;
	left: 180px;
	top: 15px;
}
.ebene1off, .ebene1on {
	border-right: 2px solid White;
	display: inline;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ebene1off a, .ebene1on a {
	color: White;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.ebene1on a {
	background: #fdb982;
}
.ebene1off a:HOVER, .ebene1on a:HOVER {
	text-decoration: none;
	border-bottom: 1px dotted White;
}
#links {
	left: 10px;
	top: 300px;
	border-right: 1px solid #666666;
	width: 175px;
	padding-bottom: 60px;
}
#contain {
	left: 200px;
	top: 280px;
	width: 768px;
	padding-bottom: 60px;
}
#foot {
	bottom: 0px;
	left: 0px;
	height: 50px;
	background: #f7fafd url(pics/back_foot.gif) repeat-x;
	width: 100%;
	position: fixed;
}
.abstandrechts {
	margin-right: 15px;
}
/* TABELLEN */
th {
  background: #f39b54;
}
td.r1 {
  background: #ffedde;
}
td.r2 {
  background: #fff6ee;
}
td.r3 {
  background: #f39b54;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dashed #be5f14;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: #be5f14;
  background: #fff0e4;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}
/* BOX links */
ul.inbox {
  list-style: none;
  margin: 15px 0px 5px 18px;
  padding: 0px;
}
ul.inbox li {
  padding-bottom: 15px;
}
ul.inbox li a {
  color: #666666;
  font-weight: normal;
}
ul.inbox li img {
  margin-right: 10px;
}
/* BILDER */
img.links {
  float: left;
  margin-right: 15px;
  border: 1px solid Black;
}
img.rechts {
  float: right;
  margin-left: 15px;
  border: 1px solid Black;
}
img.nolinks {
  float: left;
  margin-right: 15px;
  border: none;
}
img.norechts {
  float: right;
  margin-left: 15px;
  border: none;
}
#orange {
  border: 3px solid #F8C296;
  float: right;
  margin-right: 50px;
  margin-bottom: 35px;
}
#zwei {
  border: 3px solid #FFF0E4;
}
#hell {
  border: 3px solid #ed802c;
}

