body {
	background : #E8F0FF url(pics/back_body.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
}
#headoben {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 165px;
	background : url(pics/head_oben.jpg) no-repeat;
}
#headleft {
	position: absolute;
	left: 0px;
	top: 165px;
	background : url(pics/head_left.jpg) no-repeat;
	width: 210px;
}
#logo {
	position: absolute;
	left: 86px;
	top: 56px;
}
#menu {
	width: 210px;
	background : url(pics/menu_light.jpg);
	margin-top: 103px;
}
div.banner {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom:10px;
}
#contain {
  position: absolute;
  top: 170px;
  left: 220px;
  width: 530px;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted #00255A;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: #00255A;
  border: 1px dotted #00255A;
  background: #E8F0FF;
  padding: 3px;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* IMG */
img.right, img.left {
  border: 3px double #00255A;
}
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;
}
div.bildkasten {
  float: left;
  margin: 9px;
  padding: 5px;
  text-align: center;
  border: 1px dotted #00255A;
  background: #E8F0FF;
}
td.galerie {
  border-top: 2px dashed #00255A;
  border-bottom: 2px dashed #00255A;
  border-left: 1px solid #00255A;
  border-right: 1px solid #00255A;
  background: #E8F0FF;
  padding-right: 3px;
  padding-left: 3px;
}

/* MENU */
#menu ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
#menu li {
  list-style : none outside none;
  padding-bottom: 2px;
}
#menu ul.ebene1 li a {
  font-size: 16px;
}
#menu ul.ebene2 li a {
  font-size: 12px;
}
#menu li.on a {
  text-decoration: underline;
  color: Black;
}
#menu li.off a {
  text-decoration: none;
  color: #00255A;
}
