body {
	background: White url(pics/hintergrund.jpg) repeat-x;
}
#kasten {
	width: 860px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -430px;
}
#bayern {
	position: absolute;
	top: 0;
	left: 0;
	background: url(pics/head_bild.jpg) no-repeat;
	width: 860px;
	height: 1112px;
}
#logo {
	position: absolute;
	top: 0;
	left: 40px;
}
#zwanzig {
	position: absolute;
	top: 194px;
	left: 320px;
	background: url(pics/zwanzigjahre.png) no-repeat;
	width: 216px;
	height: 79px;
}
#contain {
	position: absolute;
	top: 300px;
	width: 468px;
	left: 170px;
}
#menu {
	position: absolute;
	top: 300px;
	left: 30px;
	width: 115px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style: none;
	padding-bottom: 20px;
}
#menu .ebene1 .on, #menu .ebene1 .off {
	background: url(pics/nase.gif) no-repeat 0 2px;
	padding-left: 20px;
}
#menu .ebene1 .on a {
	color: #df1830
}
#menu .ebene1 .off a {
	color: Black;
}
#menu .ebene2 .on, #menu .ebene2 .off {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#menu .ebene2 .on a {
	color: #df1830;
	background: none;
}
#menu .ebene2 .off a {
	color: Black;
}
#menu .ebene2 .on a, #menu .ebene2 .off a {
	font-size: 0.85em;
}

#menu .ebene3 .on, #menu .ebene3 .off {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu .ebene3 .on a {
	color: #df1830;
	background: none;
}
#menu .ebene3 .off a {
	color: Black;
}
#menu .ebene3 .on a, #menu .ebene3 .off a {
	font-size: 0.7em;
}
#gesamtboxen {
	position: absolute;
	top: 300px;
	right: 50px;
	width: 152px;
}
#gesamtboxen #einebox {
	width: 100%;
	margin-bottom: 40px;
}
#gesamtboxen #boxoben {
	background: url(pics/oben_box.png) no-repeat;
	width: 152px;
	height: 23px;
}
#gesamtboxen #boxunten {
	background: url(pics/box_unten.png) no-repeat;
	width: 152px;
	height: 23px;
  margin-top: -16px;
}
#gesamtboxen #textbox {
	border-left: 1px solid #ffae0e;
	border-right: 1px solid #ffae0e;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
}

/* IMG */
img.right, img.left {
  border: 1px solid #df1830;
}
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;
}
.bildright {
  border: 1px solid #df1830;
  margin-bottom: 3px;
  margin-left: 5px;
  float: right;
}
/* Formulare */
label {
  font-weight: bold;
}
input[readonly] {
  background: #eee;
  color: AAA;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted #C10319;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: #C10319;
  background: #F8F8FA;
  padding-left: 3px;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-right: 3px;
  border: 1px dotted #C10319;
  font-size: 0.7em;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}