body {
	background: #e6c594 url(pics/hintergrund.gif) repeat-y 210px 0px;
  margin: 0px;
  padding: 0px;
}
#streifen {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 66px;
	background: url(pics/streifen.gif) repeat-x;
}
#mann {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 189px;
	height: 98px;
	background: url(pics/maennchen.gif) no-repeat;
}
#logo {
	position: absolute;
	top: 10px;
	left: 580px;
}
#content {
	position: absolute;
	top: 115px;
	left: 200px;
	width: 575px;
}
#menu {
	position: absolute;
	top: 115px;
	left: 10px;
	width: 140px;
}

#menu ul {
	margin-left: 0px;
	padding-left: 15px;
}

#menu li {
	list-style: none outside none;
	margin-left: 0px;
}

#menu .ebene1 .off {
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu .ebene1 .on  {
	margin-bottom: 5px;
}

#menu .ebene1 .off a {
	color: black;
	background: url(pics/pfeil.gif) no-repeat left;
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
}

#menu .ebene1 .on a {
	background: url(pics/pfeil.gif) no-repeat left;
	padding-left: 20px;
	color: #a41c1c;
	font-size: 12px;
	font-weight: bold;
}
#menu .ebene2 .off a, #menu .ebene2 .on a {
	font-size: 10px;
	background: none;
}
#menu .ebene2 .off a {
	font-style: normal;
	color: Black;
}
#menu .ebene2 .on a {
	font-size: 10px;
	color: #a41c1c;
}
#menu .ebene2 .off, #menu .ebene2 .on {
	margin-bottom: 0px;
	margin-top: 0px; 
}
div.trennen {
	background: url(pics/trennen.gif) no-repeat;
	width: 103px;
	height: 8px;
}
#altlogo {
	position: absolute;
	top: 20px;
	left: 460px;
}
#keller {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 464px;
	width: 399px;
	background: url(pics/alterfreigabe.png) no-repeat;
}
#veratwortung {
	position: absolute;
	top: 350px;
	left: 390px;
	width: 400px;
}
#frage {
	position: absolute;
	top: 480px;
	left: 370px;
	width: 200px;
}
#ja, #yes, #nein, #no {
	position: absolute;
	display: block;
	top: 550px;
	width: 240px;
	height: 68px;
}
#ja, #yes {
	left:150px;
}
#ja {
	background: url(pics/ja.gif) no-repeat;
}
#yes {
	background: url(pics/yes.gif) no-repeat;
}
#nein, #no {
	left: 450px;
}
#nein {
	background: url(pics/nein.gif) no-repeat;
}
#no {
	background: url(pics/no.gif) no-repeat;
}
#ja span, #nein span, #yes span, #no span {
	display: block;
	margin-top: 27px;
}
#ja span {
	margin-left: 80px;
}
#nein span {
	margin-left: 110px;
}
#yes span {
	margin-left: 100px;
}
#no span {
	margin-left: 90px;
}
#sprachen {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
#sprachenb {
  position: absolute;
  left: 20px;
  top: 460px;
}
#sprachen p, #sprachenb p {
  font-size: 9px;
  margin: 0px;
}
#sprachen a, #sprachenb a {
  font-size: 11px;
}
#sprachen .ebene1off a, #sprachenb .ebene1off a {
  font-weight: normal;
}
#menuoben {
  position: absolute;
  top: 59px;
  left: 200px;
}
#menuoben, #menuoben a {
  font-size: 10px;
  font-weight: normal;
}
/* 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;
}

fieldset h2 {
  border-bottom: none;
}
/* IMG */
img.right, img.left {
  border: 3px double #A41C1C;
}
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;
}
