
a:link {
    font-size: 9pt;
    font-family: Verdana,sans-serif;
    color: #C80000;
    font-weight: bold;
	text-decoration: none;
}

a:visited {
    font-size: 9pt;
    font-family: Verdana,sans-serif;
    color: #C80000;
   font-weight: bold;
    text-decoration: none;
}

a:active {
    font-size: 9pt;
    font-family: Verdana,sans-serif;
    color: #000000;
   font-weight: bold;
    text-decoration: underline;
}
a:hover {
    font-size: 9pt;
     font-family: Verdana,sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
h2 {
    font-family: Verdana,sans-serif;
    color: #C80000;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20pt;
    text-align: center;
}
h3 {
    font-family: Verdana,sans-serif;
    color: #C80000;
    font-weight: bold;
    text-decoration: none;
    font-size: 15pt;
    text-align: center;
}

.mytableu { 
border-style: solid;
border-width: 1px;
border-color: #000044;
}

#head {
    height: 100px;
    text-align: left;
    border: 0;
    font-size: 30pt;
}
#navi {
    height: 30px;
    border: 0px solid #000000;
    font-size: 9pt;
    display: block;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/background.png);
    background-repeat: repeat-y;
}
#navi2 {
    height: 30px;
    border-width: 0 1px 1px 1px;
    border-color: #000000;
    border-style: solid;
    font-size: 9pt;
    display: block;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/background.png);
    background-repeat: repeat-y;
}
#content {
    padding: 2px;
    border-width: 0 0px 0 0px;
    border-color: #000000;
    border-style: solid;
    font-size: 10pt;
    display: block;
    text-align: left;
    background-image: url(../images/background.png);
    background-repeat: repeat-y;
}
#contact {
    height: 15px;
    border: 1px solid #000000;
    font-size: 9pt;
    display: block;
    text-align: center;
    background-image: url(../images/background.png);
    background-repeat: repeat-y;
}
#copy {
    height: 15px;
    border: 0;
    font-size: 7pt;
    display: block;
    text-align: right;
}


/* Dynamische Navigation */

  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
    font-size: 9pt;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border-left-color: white; border-top-color: white;
    color: #C80000; 
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    color: #000000;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #000000;
  }
  
  
  ul#Navigation2 {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation2 li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.2em; padding: 0;
  }
  * html ul#Navigation2 li {  /* Korrektur fuer den IE */
    margin-bottom: -0.2em;
  }

  ul#Navigation2 a, ul#Navigation2 span {
    display: block;
    padding: 0.2em 0.5em;
    text-decoration: none; font-weight: bold;
    border-left-color: white; border-top-color: white;
    color: #C80000; 
  }
  ul#Navigation2 a:hover, ul#Navigation2 span, li a#aktuell2 {
    color: #000000;
  }
  li a#aktuell2 {  /* aktuelle Rubrik kennzeichnen */
    color: #000000;
  }
