body {
  background-color:#FfFfFf;
  font-family:Verdana, Arial, Helvetica, sans serif;
  font-size:8pt;
  color:#ffffff;
}

#container {
  border:2px solid #ccffcc;
  margin-top:40px;
  padding-top:10px;
  padding-bottom:10px;
  width:700px;
  //bild und tabelle sind 680px breit
  height:430px;
  background-color:#99cc66;
}

#navi {
  width:770px;
}

a.navi_link {
  display:block;
  width:110px;
  height:18px;
  text-align:center;
  padding-top:1px;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  background-image:url(bilder/btn_hg.gif);
  background-position:top right;
  background-repeat:no-repeat;

}

a.navi_link:link, a.navi_link:visited {
  color:#f0f0f0;
}

a.navi_link:hover, a.navi_link:active {
  color:#FFFF00;
}

a.webmaster {
  text-decoration:none;
}

a.webmaster:link, a.webmaster:visited {
  color:#ffffff;
}

a.webmaster:hover, a.webmaster:active {
  color:#FFFF00;
}