body {
  background:#252525;
}

div.rahmen {
  margin:0px auto 0px;
  padding:0;
  width:747px;
  height:551px;
  background:url(Bilder/hintergrund.png);
  text-align:left;
}

div.cont_rahmen {
  padding-top:160px;
  padding-left:210px;
}

div.cont {
  width:200px;
  width:470px;
  height:370px;
  overflow:auto;
  font-family:sans-serif;
  font-size:11pt;
}

td {
  text-align:right;
  font-family:sans-serif;
  font-size:10pt;
}

img {
  border:none;
}

div.navi {
  float:left;
  border:0px solid #ffffff;
  margin-top:140px;
  text-align:center;
  font-weight:bold;
  line-height:26px;
  font-size:13pt;
  font-family:arial;
}

div.navi ul {
  list-style:none;
  padding:0;
  margin:0;
  width:150px;
  text-align:center;
  margin-left:1px;
}

div.navi ul li {
  width:150px;
  height:35px;
  line-height:26px;
}

div.navi ul li a {
  display:block;
  background:url(Bilder/navi.png) no-repeat;
  color:#000000;
  text-decoration:none;
}


div.navi ul li a.active {
  display:block;
  background:url(Bilder/navi_over.png) no-repeat;
  color:#000000;
  text-decoration:none;
}