body {
	background: #bbd0e6 url(pics/hintergrund.gif) repeat-y center;
	margin-top: 0px;
	padding-top: 0px;
}
#kasten {
	background: #bbd0e6 url(pics/kasten.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -389px;
	width: 778px;
	height: 26px;
}
#menuoben {
	position: absolute;
	top: 8px;
	right: 5px;
}
#menuoben a {
	margin-left: 10px;
	margin-right: 10px;
}
#menuoben, #menuoben a {
	color: #66676a;
  font-size: 10px;
}
#logo {
	position: absolute;
	left: 2px;
	top: 37px;
}
#foto {
	background: url(pics/foto.jpg) no-repeat;
	width: 624px;
	height: 148px;
	position: absolute;
	left: 154px;
	top: 26px;
}
#grauerbalken {
	background: #c6c6c6 url(pics/grauerkasten.gif) no-repeat;
	position: absolute;
	left: 1px;
	top: 175px;
	width: 777px;
	height: 22px;
}
#strich {
	background: url(pics/linie.gif) no-repeat;
	width: 777px;
	height: 2px;
	position: absolute;
	left: 1px;
	top: 199px;
}
#rosakasten {
	background: #a85478;
	position: absolute;
	right: 0px;
	top: 200px;
	width: 125px;
}
.rosakasteninhalt {
	padding: 6px;
	border-bottom: 15px solid White;
}
.rosakasteninhalt a {
	color: White;
	background: url(pics/pfeile-kasten.gif) no-repeat left;
	height: 4px;
	padding-left: 13px;
}
.rosakasteninhalt h3 {
	font-size: 11px;
	font-weight: bold;
	color: White;
	background: url(pics/rosakasten-linie.gif) repeat-x 0px 6px;
	padding-bottom: 10px;
  border-bottom: none;
}
.rosakasteninhalt h3 .b {
	background: #a85478;
	padding-right: 5px;
}
.rosakasteninhalt p {
	color: White;
}
#menu {
	position: absolute;
	left: 10px;
	top: 205px;
	width: 130px;
}
#menu ul {
	margin-left: 0px;
	padding-left: 0px;
}
#menu li {
	list-style: none outside none;
	margin-left: 0px;
}
#menu .ebene1 .off a, #menu .ebene2 .off a {
	font-weight: normal;
	color: #0550a1;
}
#menu .ebene1 a {
	color: #0550a1;
	font-size: 12px;
}
#menu .ebene1 a:HOVER {
	text-decoration: none;
}
#menu .ebene1 li {
	width: 120px;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: 5px;
	padding-left: 5px;
}
#menu .ebene1 .on a {
	font-weight: bold;
	border-bottom: 2px solid #6693c3;
	border-left: 2px solid #6693c3;
	padding-left: 5px;
	margin-left: -5px;
}
#menu .ebene1 a:HOVER {
	color: Black;
}
#menu .ebene1 .off {
	border-bottom: 2px solid #d1d0d0;
	border-left: 2px solid #d1d0d0;
}
#menu .ebene2 li {
	padding-left: 15px;
}
#menu .ebene2 .on a, #menu .ebene2 .off a {
	font-size: 11px;
	font-weight: normal;
	color: #0550a1;
	border-bottom: none;
	border-left: none;
}
#menu .ebene2 .off, #menu .ebene2 .on {
	padding: 0px;
	margin: 5px 0px 0px 5px;
	border: none;
}
#menu .ebene2 .off a:HOVER, #menu .ebene2 .on a:HOVER {
	text-decoration: underline;
}
#menu .ebene2 .on a {
	font-weight: bold;
}
#contain {
	position: absolute;
	top: 215px;
	left: 166px;
	width: 468px;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted #6693C3;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: #6693C3;
  background: White;
  padding-left: 10px;
  padding-right: 10px;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}
/* IMG */
img.right, img.left {
  border: 3px double Gray;
}
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;
}

