body {
	background: #843c3c url(pics/background.gif) repeat-y center;
	padding: 0px;
	margin: 0px;
}
#roterkasten {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background: #843c3c;
}
#kastenhell {
	background: White;
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	top: 50px;
}
#box1 {
	background: #dfdfdf url(pics/boxback.gif) repeat-x;
	width: 780px;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 108px;
}
#name {
	background: url(pics/name.jpg) no-repeat top;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 223px;
	height: 46px;
}
#bildo {
	background: url(pics/bild.jpg) no-repeat top;
	position: absolute;
	top: 3px;
	width:226px;
	height: 97px;
	left: 553px;
}
#striche {
	position: absolute;
	top: 3px;
	left: 250px;
	width: 289px;
	height: 70px;
 	background: url(pics/strichebild.gif) no-repeat top;
}
#grau {
	position: absolute;
	top: 115px; 
	left: 0px;
	height: 1px;
	width: 100%;
	background: url(pics/grauerstrich.gif) repeat-x;
}
#menu {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 550px;
	height: 33px;
	overflow: hidden;
}
#menu .ebene1off, #menu .ebene1on {
	border-right: 1px solid White;
	float: left;
	height: 33px;
}
#menu .ebene1on {
	background: #f3f3f3 url(pics/backmenu1on.gif) repeat-x bottom;
}
#menu .ebene1off a, #menu .ebene1on a {
	padding-right: 5px;
	padding-left: 5px;
}
#menu .ebene1off a, #menu .ebene1on a {
	font-size: 12px;
}
#menu .ebene1off a {
	color: #999999;
}
#menu .ebene1on a {
	color: #843c3c;
}
#menu2 {	
	position: absolute;
	background: #ebebeb;
	top: 120px;
	left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
#menu2 .ebene2on, #menu2 .ebene2off {
	display: inline;
	padding-right: 3px;
}
#menu2 .ebene2on a, #menu2 .ebene2off a {
	font-size: 10px;
	background: #ebebeb url(pics/menu2pfeile.gif) no-repeat left;
	padding-left: 12px;
  color: #843c3c;
}
#menu2 .ebene2on a {
	text-decoration: underline;
}
#contain {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 550px;
}
#news {
	position: absolute;
	top: 205px;
	right: 5px;
	width: 180px;
	border-left: 1px solid #9b9a9a;
	padding-left: 10px;
}
#news h3 {
	border-bottom: none;
}
.nmp, .nmp a {
	color: #843c3c;
	font-size: 10px;
}
/* TABELLEN */
th {
  background: #e0b98d;
}
li.r1, td.r1 {
  background: #fbdfbf;
}
li.r2, td.r2 {
  background: #ffefdd;
}
li.r3, td.r3 {
  background: #dfcfbd;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted #843c3c;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: #843c3c;
  background: White;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px dotted #843c3c;
  border-right: 1px dotted #843c3c;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
input[readonly] {
  color: #666;
  background: #eee;
}

