/* CSS Document */

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }

  #fixiert {
    position: absolute;
    top: 0px; left: 0px;
    width: 100%;
    background-color: white;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

.footer
{
background-color:#800080;
color:#ffffff;
font-weight:bold;
font-family:Arial;
font-size:15px;
padding-top:15px;
padding-bottom:15px;
}
.footer a:link
{
color:#ffffff;
}
.footer a:visited
{
color:#ffffff;
}
.content
{
background-color:#ffcc99;
padding-bottom:15px;
padding-top:60px;
font-family:Arial;
font-size:13px;
font-weight:bold;
color:#970000;
}
.tdfarbe
{
background-color:#ffbf7f;
}
.content td
{
font-family:Arial;
font-size:13px;
font-weight:bold;
color:#970000;
}
.linie
{
border-top:1px solid #970000;
margin-top:15px;
margin-bottom:15px;
}
.navbox
{
background-color:#ffcc99;
font-family:Arial;
font-size:13px;
font-weight:bold;
color:#970000;
border-bottom:1px solid #970000;
height:35px;
text-align:center;
}
.nav
{
color:#970000;
text-decoration:none;
padding:0px 10px 0px 10px;
}
.navaktiv
{
color:#970000;
text-decoration:underline;
padding:0px 10px 0px 10px;
}
