html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/main_back.gif);
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-color:#FFFFFF;
  }

div#maintable {
  min-height: 100%;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  background-color:#FFFFFF;
/*   background-image: url(../images/maintable_back.gif);
  background-attachment: fixed;
  background-repeat: repeat-x;
 */}

.header {
}

.nav {
  background-image: url(../images/nav_back.gif)
}

.content {
}
.text {
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}

.mainhead {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.texthead {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.textsmall {
  font-family: Arial, Helvetica;
  font-size: 11px;
  color: #000000;
}

.textlink {
  font-family: Arial, Helvetica;
  font-weight: bold;
  color: #000000;
}

.headnavlink {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 11px;
  color: #999999;
}

.navlink {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 11px;
  color: #000000;
}

.navbar {
  border-top: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
}

.boxhead {
  font-family: Arial, Helvetica;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 16px;
  background-image: url(../images/boxhead_back.gif);
  background-repeat: repeat-x;
}

.mainbox {
  background-color: #FFFFFF;
  border: 1px #E4E4E4 solid;
  margin-bottom: 10px;
}

.sideboxhead {
  font-family: Arial, Helvetica;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 12px;
  background-image: url(../images/sideboxhead_back.gif);
  background-repeat: repeat-x;
}
.sidebox {
  background-color: #f2f2f2;
}

.indent {
padding-left: 15px;
padding-right: 15px;
}


.rightimage {
  margin-left: 20px;
  border: 1px solid #000000;
}

.border_t {
  border-top: 1px #B2CCE4 solid;
}

.border_b {
  border-bottom: 1px #B2CCE4 solid;
}

.border_rl {
  border-right: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

.border_tb {
  border-top: 1px #B2CCE4 solid;
  border-bottom: 1px #B2CCE4 solid;
}

.border_rtb {
  border-right: 1px #000000 solid;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}

.border_nav_inakt {
  border-right: 1px #B2B2B2 solid;
  border-left: 1px #E4E4E4 solid;
  border-top: 1px #666666 solid;
}
a:hover {
  color: #CC0000;
}

.formular {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px #999999 solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 100%;
}


/*Navigation*/

  ul#Navigation {
    margin: 0; 
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width:100%;
  }

  ul#Navigation li {
    z-index: 2;
    text-align: center;
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    padding: 0;
    border-right: 1px solid #cccccc;
    background-color: #000000;
  }

  ul#Navigation li ul{
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;  /* Unternavigation ausblenden */
    width: 100%;
    top: 2.4em;
    left: -0.1em;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    width: 100%;
    font-weight: normal;
    border-top: 1px solid #CCCCCC;
  }

  ul#Navigation a, ul#Navigation span {
    margin: 0;
    padding: 8px;
    display: block;
    width: 10em;  /* Breite den in li enthaltenen Elementen zuweisen */
    text-decoration: none;
    color: #FFFFFF;
    background-color: #000000;
    top: -1px;
}
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }

  ul#Navigation span, ul#Navigation .aktuell {
    padding: 8px;
    background-color: #CC0000;
    color: #FFFFFF;
 }

  ul#Navigation a:hover {
    background-color: #CC0000;
  }

