/*English Version*/

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color:#E4E4E4;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  vertical-align: top;
}

.backgroundtable {
  min-height: 100%;
  height: 100%;
  width: 1000px;
  background-image: url(../images/back_main.gif);
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

.backgroundcell {
  vertical-align:top;
}

.maintable {
  width: 930px;
  background-color: #FFFFFF;
  border: 0px;
  padding: 0px;
  margin-left: 30px;
  margin-right: 30px;
  border-spacing: 0px;
  vertical-align: top;
}

.headertable {
  width: 100%;
  border: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

.logocell {
  text-align: left;
  vertical-align: bottom;
}

.bannercell {
  text-align: right;
  vertical-align: bottom;
}

.navtable {
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

.homenavcell {
  text-align: left;
  font-size: 8pt;
  padding-bottom: 5px;
}

.breadcrumbcell {
  text-align: right;
  font-size: 8pt;
  padding-bottom: 5px;
}

.mainnavcell {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #CC0000;
}

.contenttable {
  text-align: left;
  width: 100%;
  border: 0px;
  margin-top: 10px;
  padding: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

.contentcol {
  width: 80%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
}

.infocol {
  width: 20%;
  border-left: 1px #cccccc dotted;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
}

.footerleftcol {
  border-top: 1px #cccccc dotted;
  padding: 20px;
  margin-left: 20px;
  margin-right: 10px;
  text-align: center;
}

.footerrightcol {
  width: 180px;
  border-top: 1px #cccccc dotted;
  padding: 20px;
  text-align: right;
  vertical-align: bottom;
}

.infobox {
/*  background-image: url(../images/back_box_out.gif);*/
  background-color: #E4E4E4;
  border: 1px solid #CCCCCC;
  margin-top: 10px;
  margin-bottom:10px;
}

.mainheadflags {
  font-size: 12pt;
  font-weight: bold;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 0px;
  background-color: #E4E4E4;
  border-top: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  margin-top: 30px;
  margin-bottom: 10px;
}

.text {
  font-size: 11pt;
  line-height: 1.4em;
}

.mainhead {
  font-size: 12pt;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #E4E4E4;
  border-top: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
}

.infocolhead {
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  border: 0px;
  padding: 3px;
  background-color: #000000;
  text-align: left;
  color: #FFFFFF;
}

.texthead {
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #E4E4E4;
}

.texttab {
  font-size: 8pt;
  line-height: 120%;
}

.tabclient {
  color: #999999;
}

.tabhead {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC0000;
  background-image: url(../images/nav_out.gif);
}

.textsmall {
  font-size: 8pt;
  line-height: 120%;
}

.anzeige {
  font-size: 8pt;
  line-height: 100%;
  color: #999999;
  margin-bottom: 10px;
}

.texthigh {
  font-weight: bold;
  color: #CC0000;
}

.textlink {
  font-weight: bold;
  color: #666666;
}

.navlink {
  color: #000000;
  font-weight: bold;
}

a:hover {
  color: #CC0000;
  text-decoration: underline;
}

.formular {
  background-color: #FAFAFA;
  border: 1px #999999 solid;
  font-size: 9pt;
}

.button {
  font-size: 8pt;
}

div#raster * td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  /*vertical-align: top;*/
}

div.tdborder {
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.highlight {
  font-size: 9pt;
  line-height: 120%;
  background-color: #F2F2F2;
  padding: 10px;
}

.nolight {
  font-size: 9pt;
  line-height: 120%;
  padding-left: 18px;
}


/*hover in Tabellenzellen*/

.normal {
  color:#000000;
  background-color:#FFFFFF;
}

.spezial {
  background-color:#E4E4E4;
  cursor:pointer;
} 



/*Navigation*/

  ul#Navigation {
    margin: 0; 
    padding: 0;
    padding-left:20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    width:100%;
  }

  ul#Navigation li {
    text-align: center;
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    padding: 0;
    background-color: #CC0000;
    /*background-image: url(../images/nav_out.gif);*/
    background-repeat: repeat-x;
  }

  ul#Navigation li ul{
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;  /* Unternavigation ausblenden */
    top: 2.2em;
    left: -0.01em;
  }
  * 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 {
    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: #CC0000;
    /*background-image: url(../images/nav_out.gif);*/
    background-repeat: repeat-x;
    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: #999999;
    /*background-image: url(../images/nav_high.gif);*/
    background-repeat: repeat-x;
    color: #FFFFFF;
 }

  ul#Navigation a:hover {
    background-color: #B20000;
    /*background-image: url(../images/nav_over.gif);*/
    background-repeat: repeat-x;
  }

/*Homepage Portfolio*/

  ul#portfolio {
    margin: 0; 
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    width:100%;
  }

  ul#portfolio li {
    text-align: center;
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    padding: 0;
    border-top: 5px solid #FFFFFF;
  }

  ul#portfolio a, ul#portfolio span {
    padding: 10px;
    margin: 1px;
    display: block;
    width: 140px;  /* Breite den in li enthaltenen Elementen zuweisen */
    text-decoration: none;
    color: #000000;
    background-color: #E4E4E4;
    background-image: url(../images/back_box_out.gif);
    border: 1px solid #999999;
  }
  * html ul#portfolio a, * html ul#portfolio 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#portfolio a:hover {
    color: #FFFFFF;
    background-color: #B20000;
    background-image: url(../images/back_box_over.gif);
  }

