body {
  background-color: #FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans;
  font-size: 13px;
  color: #565656;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

.redfat {
  color: #ec0000;
  font-weight: bold;
}

.bi {
  font-style: italic;
  font-weight: bold;
}
.nachrechts {
  display: block;
  float: right;
  width: auto;
  padding-right: 20px;
}
.einrueck {
  padding-left: 30px;
  font-style: italic;
}
#head {
  position: absolute;
  top: 50px;
  left: 140px;
  background-image: url('head_bg_neu.png');
  width: 850px;
  height: 193px
}

#menu {
  position: relative;
  top: 157px;
  left: 55px;
  width: 700px;
  color: #969696;
  font-size: 16px;
  font-weight: bold;
}

#menu a:link {
  color: #969696;
  text-decoration: none;
}

#menu a:visited {
  color: #969696;
  text-decoration: none;
}

#menu a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#menu a:active {
  color: #FFFFFF;
  text-decoration: none;
}

#menu a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

#main {
  position: absolute;
  top: 243px;
  left: 140px;
  background-image: url('main_neu2.png');
  width: 850px
}

#content {
    position: relative;
    left: 50px;
    width: 765px;
    height: 426px;
    overflow: auto;
}

#heading1 {
	color: #365F91;
	font-size: 14px;
	font-weight: bold;
}

#heading2 {
	color: #00000;
	font-size: 13px;
	font-weight: bold;
}

#table {
    font-size: 13px;
    font-family: Helvetica;
}

a:link {
	text-decoration: underline;
	color: #0070C0;
}

a:visited {
	text-decoration: underline;
	color: #660099;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}

#foot {
  position: absolute;
  top: 669px;
  left: 140px;
  background-image: url('foot_neu2.png');
  width: 850px;
  height: 51px
}