body {
	background: #006699 url(pics/backbody.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
}
div.head1 {
	background: url(pics/head.gif) no-repeat;
	padding: 0px 0px 10px 50px;
}
#mitte {
	position: absolute;
	width: 970px;
	top: 0px;
	left: 50%;
	margin-left: -485px;
}
#head {
	position: absolute;
	top: 9px;
	left: 0px;
	width: 100%;
	background: url(pics/backhead.gif);
	height: 102px;
}
#logo {
	position: absolute;
	top: 4px;
	left: 22px;
	width: 116px;
	height: 94px;
}
#chorbild {
	position: absolute;
	top: 24px;
	right: 14px;
	height: 126px;
	width: 187px;
	background: url(pics/chorbild.gif) no-repeat;
}
#schriftbig, #schriftsmall {
	position: absolute;
	left: 170px;
	color: White;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
#schriftbig {
	top: 32px;
	font-weight: bold;
	font-size: 17px;
}
#schriftsmall {
	top: 55px;
	font-size: 12px;
}
#boxen {
	position: absolute;
	width: 228px;
	left: 8px;
	top: 165px;
}
div.boxhead {
	height: 45px;
	background: url(pics/boxhead.gif) no-repeat;
	text-align: center;
}
div.boxhead h1 {
	color: #1583ae;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 15px;
	margin: 0px;
}
div.boxinhalt {
	background: url(pics/boxback.gif) repeat-y;
	margin: 0px;
	padding: 3px 15px 3px 15px;
}
div.boxboden {
	height: 17px;
	background: url(pics/boxbottom.gif) no-repeat;
	margin-bottom: 15px;
}
.ebene1off, .ebene1on {
	padding: 0px 0px 0px 35px;
	margin: 6px 0px 6px 10px;
}
.ebene1off {
	background: url(pics/menu1off.gif) no-repeat top left;
}
.ebene1on {
	background: url(pics/menu1on.gif) no-repeat top left;
}
.ebene1off a, .ebene1on a, .ebene2off a, .ebene2on a {
	font-size: 13px;
	margin-left: -10px;
}
.ebene1off a, .ebene2off a {
	color: Gray;
}
.ebene2off, .ebene2on {
	margin: 3px 0px 3px 30px;
	padding: 0px 0px 0px 25px;
}
.ebene2off {
	background: url(pics/menu2off.gif) no-repeat 0px 7px;
}
.ebene2on {
	background: url(pics/menu2on.gif) no-repeat 0px 7px;
}
#contain {
	position: absolute;
	left: 260px;
	top: 165px;
	width: 680px;
  padding-bottom: 50px;
}
noscript {
  background: White;
  color: Red;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 3px solid Red;
  margin: 0px;
  padding: 15px;
  width: 200px;
}
input[type="text"], input[type="password"] {
  width: 350px;
}
select {
  max-width: 350px;
}
textarea {
  height: 150px;
  width: 450px;
}
fieldset {
  border: 1px solid Gray;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: Black;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
hr {
	color: Gray;
}
