html, body {
        height: 100%;
        margin: 0;
        padding: 0;
}

body
{
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
}

td
{
  color: #000000;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Trebuchet MS;
  line-height: 15px;
}

a:link
{
  color: #000000;
  text-decoration: none;
}

a:active
{
  color: #000000;
  text-decoration: none;
}

a:visited
{
  color: #000000;
  text-decoration: none;
}

a:hover
{
  color: #8DB3DF;
  text-decoration: none;
}

a:link.intext
{
  color: #000000;
  text-decoration: underline;
}

a:active.intext
{
  color: #000000;
  text-decoration: underline;
}

a:visited.intext
{
  color: #000000;
  text-decoration: underline;
}

a:hover.intext
{
  color: #8DB3DF;
  text-decoration: none;
}

a:link.blau
{
  color: #8DB3DF;
  text-decoration: none;
}

a:active.blau
{
  color: #8DB3DF;
  text-decoration: none;
}

a:visited.blau
{
  color: #8DB3DF;
  text-decoration: none;
}

a:hover.blau
{
  color: #000000;
  text-decoration: none;
}

.text_titel
{
  color: #8DB3DF;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
}

.text_blau
{
  color: #8DB3DF;
}

.text_weiss
{
  color: #FFFFFF;
}

.formularfeld
{
  font-family: Verdana, Arial, Helvetica, Trebuchet MS;
  font-size: 9px;
  color: #003478;
  text-align: left;
}

.such
{
  color: #FFFFFF;
  font-size: 5px;
}

.balken_aktiv
{
  background-image: url(bilder/balken_aktiv.gif);
  background-repeat: no-repeat;
  background-position:left;
}
.balken1_aktiv
{
  background-image: url(bilder/balken1_aktiv.gif);
  background-repeat: no-repeat;
  background-position:right;
}

.balken_breit_aktiv
{
  background-image: url(bilder/balken_breit_aktiv.gif);
  background-repeat: no-repeat;
}

img#hintergrund
{
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
ul {
  margin:0px 0px 0px 5px;
  padding:0px 0px 0px 10px;
}

