body {
	background: #f9f1e8 url(pics/background.gif) repeat-y center;
}
#kasten {
	position: absolute;
	left: 50%;
	top: 0;
	width: 770px;
	margin-left: -385px;
	background: url(pics/first.jpg) no-repeat;
	height: 161px;
}
#menu {
	position: absolute;
	left: 0;
	width: 185px;
	top: 161px;
	background: url(pics/overmenu.gif) no-repeat;
	min-height: 524px;
	padding-top: 80px;
	z-index: 2;
}
#smallmenu {
  position: absolute;
  right: 10px;
  top: 2px;
}
#smallmenu, #smallmenu a {
  color: White;
  font-size: 0.9em;
  font-weight: normal;
}
#containover {
	position: absolute;
	left: 185px;
	top: 161px;
	background: url(pics/containover.gif) no-repeat;
	width: 584px;
	height: 54px;
	z-index: 1;
}
#contain {
	position: absolute;
	left: 210px;
	width: 526px;
	top: 230px;
	z-index: 4;
	padding-bottom: 45px;
}
#logo {
	position: absolute;
	left: 11px;
	top: 18px;
	z-index: 3;
}
#dasbeste {
	position: absolute;
	left: 299px;
	top: 29px;
	z-index: 4;
}
/* Menü */
#menu ul {
	margin: 30px 20px 0 10px;
	padding: 0;
}
#menu li {
	list-style: none;
	margin-top: 14px;
}
#menu ul.ebene1 a {
	font-size: 1.2em;
	padding-left: 20px;
}
#menu ul.ebene1 li.off a {
	background: url(pics/menu1_off.gif) no-repeat;
	color: White;
}
#menu ul.ebene1 li.on a {
	background: url(pics/menu1_on.gif) no-repeat;
	color: #ffe400;
}
#menu ul.ebene2 {
	margin: 0 30px 0 30px;
}
#menu ul.ebene2 li.on a, #menu ul.ebene2 li.off a {
	padding-left: 0;
	background: none;
	font-size: 1em;
}
#menu ul.ebene2 li {
	margin-top: 2px;
}
#menu ul.ebene2 li.off a {
	color: White;
}
/* Zitat Valentin: Wau Wau schaun */
#wuftls, #wuftl1, #wuftl2, #wuftl3 {
	position: absolute;
	z-index: 10;
}
#wuftls {
	left: 257px;
	top: 77px;
}
#wuftl1 {
	top: 30px;
	left: 0;
}
#wuftl2 {
	left: 153px;
	top: 10px;
}
#wuftl3 {
	left: 323px;
	top: 0;
}
/* Formulare */
label {
  font-weight: bold;
}
input, textarea {
  padding: 3px;
}
input, textarea, select {
  background: #fff3e7;
  color: Black;
}
input[readonly], textarea[readonly] {
	background: #EEE;
	color: Gray;
	font-style: italic;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
  border: 1px solid #CC6600;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted Gray;
  padding-left: 10px;
  margin-bottom: 15px;
}
legend {
  color: Gray;
  background: White;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}
/* IMG */
a:HOVER img.right, a:FOCUS img.right, a:HOVER img.left, a:FOCUS img.left  {
	border: 3px solid #6e3700;
}
img.right, img.left {
  border: 3px double #CC6600;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 5px;
}
img.right, img.rightnb {
  margin-left: 15px;
  float: right;
}
img.left, img.leftnb {
  margin-right: 15px;
  float: left;
}
