body {
	margin: 0px;
	padding: 0px;
	background: White;
}
div.h1back {
	padding : 12px 0px 0px 8px;
	min-height : 51px;
	margin-left : -2px;
  margin-bottom: 10px;
}
/* Kopfzeile */
#head {
	position : absolute;
	left : 0px;
	top : 0px;
	background : url(pics/head.jpg) no-repeat;
	width : 778px;
	height : 165px;
}
/* Menü */
#menu {
	position : absolute;
	top : 207px;
	left : 0px;
	width : 130px;
}
div.ebene1off, div.ebene1on {
	padding : 3px 2px 3px 16px;
	margin : 2px 0px 2px 0px;
}
div.ebene1off {
	background: #E0E5FF;
}
div.ebene1on {
	background : #BEC8FF;
}
div.ebene1off a, div.ebene1on a {
	font-family : Verdana, Geneva, Arial, sans-serif;
	color : Black;
	font-size : 12px;
	font-weight : normal;
	margin-left : -10px;
}
div.ebene2off, div.ebene2on {
	padding : 1px 2px 1px 10px;
	margin : 1px 0px 1px 15px;
}
div.ebene2off a, div.ebene2on a {
	font-weight : normal;
  margin-left : -10px;
  font-size: 12px;
}
div.ebene2off a {
	color : #939393;
}
div.ebene2on a {
	color : Black;
  text-decoration: underline;
}
div.ebene3off, div.ebene3on {
	padding : 1px 2px 1px 3px;
	margin : 1px 0px 1px 34px;
  color : #939393;
}
div.ebene3off a, div.ebene3on a {
	font-weight : normal;
  margin-left : -10px;
  font-size: 10px;
}
div.ebene3off a {
	color : #939393;
}
div.ebene3on a {
	color : #939393;
  border-bottom: 1px dotted #939393;
}
div.ebene3on a:HOVER {
  text-decoration: none;
  border-bottom: 1px solid #939393;
}
/* CONTAIN */
#contain {
	position : absolute;
	left : 136px;
	top : 140px;
	width : 500px;
}
/* MENÜ */
#boxen {
	position : absolute;
	left : 647px;
	top : 180px;
	width : 120px;
}
#boxen h2 {
	border-bottom : 1px solid #001161;
	padding-bottom : 0px;
	margin-bottom : 0px;
}
/* TABELLEN */
th {
  background: #cce6ed;
}
td.r1 {
  background: #fbfeff;
}
td.r2 {
  background: #f0fafd;
}
td.r3 {
  background: #cce6ed;
}
/* 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: #001161;
  font-weight: bold;
  border: 1px solid Gray;
  padding: 3px;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}
/* Bilder */
img.right {
  border: 3px double #000c82;
  float: right;
  margin-left: 10px;
}
/* Prog */
pre {
  font-size: 12px;
}
/* Werbung */
div.werbungm {
  clear: both;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 17px;
}
div.werbungr {
  clear: both;
  padding-bottom: 5px;
  padding-top: 10px;
}
div.wb {
  float: left;
}
div.wc {
  clear: both;
  margin-bottom: 15px;
}
#setlinks {
  padding-top: 15px;
  padding-left: 5px;
}
#googlelinks {
  width: 120px;
  border: 1px solid #001161;
  padding-bottom: 3px;
}