html {
  height: 100%;
}

body {
  height: 100%;
  background-color:#F1F1F1;
  margin: 0px;
  padding: 0px;
}

div#maintable {
  min-height: 100%;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-left: 3px #000000 solid;
  border-right: 3px #000000 solid;
  background-image: url(../images/main_back.gif);
}

.text {
  font-family: Arial, Helvetica;
  font-size: 9pt;
  color: #000000;
  line-height: 12pt;
}

.mainhead {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 18pt;
  color: #000000;
}

.texthead {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 12pt;
  color: #000000;
  line-height: 12pt;
}

.textsmall {
  font-family: Arial, Helvetica;
  font-size: 8pt;
  color: #000000;
}

.textlink {
  font-family: Arial, Helvetica;
  font-weight: bold;
  color: #000000;
}

.headnavlink {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 8pt;
  color: #CCCCCC;
}

.navlink {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 8pt;
  color: #000000;
}

.navbar {
  border-top: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
}

.boxhead {
  font-family: Arial, Helvetica;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  background-image: url(../images/nav_back.jpg);
}

.mainbox {
  background-color: #E4E4E4;
  border: 1px #999999 solid;
  margin-bottom: 10px;
}

.sidebox {
  background-color: #D8D8D8;
  border: 1px #999999 solid;
}

.rightimage {
  margin-left: 20px;
  border: 1px solid #666666;
}

.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: #808080;
}

.formular {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px #999999 solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  width: 100%;
}


/*Navigation*/

  ul#Navigation {
    margin: 0; 
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    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: #808080;
  }

  ul#Navigation li ul{
    font-size: 10pt;
    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: #808080;
    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;
  }


/*BoxNavigation*/

ul#BoxNavigation {
  margin: 0; 
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  width:100%;
}

ul#BoxNavigation li {
  z-index: 1;
  list-style: none;
  float: left;
  width: 46%;
  position: relative;
  border: #999999 1px solid;
  margin-right: 20px;
  margin-bottom: 20px;
}

ul#BoxNavigation a {
  margin: 0;
  padding: 0px;
  display: block;
  text-decoration: none;
  color: #000000;
  background-color: #E4E4E4;
}

ul#BoxNavigation a:hover {
  background-color: #FFE4E4;
}

.boxheader {
  display: block;
  font-family: Arial, Helvetica;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  background-image: url(../images/nav_back.jpg);
  padding: 5px;
}

.boxcontent {
  display: block;
  text-align: left;
  font-size: 10pt;
  font-weight: normal;
  margin: 0px;
  padding: 5px;
}

.boxfooter {
  display: block;
  text-align: right;
  margin: 0px;
  padding: 5px;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: underline;
}



