/* CSS Document */

body, p a {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #000000;
  }

  div#Rahmen {
    width: 820px;
    padding: 0em;
    border: 1px solid black;
    background-color: white;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 822px;
    w\idth: 820px;
	height: 35px;
	margin:0 auto;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

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

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 100%; left: 0em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  } 
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 84px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px 0px;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: silver; border-top-color: silver;
    color: black; background-color: white;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 88px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 84px  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: silver;
    border-left-color: black; border-top-color: black;
    color: white; background-color: black;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: white;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }
  
  
  #siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

h1 { font-variant:small-caps; font-family:"Trebuchet MS"}

h2,h3,h4,h5,p,li  { font-family:"Trebuchet MS"}

h2,h3,h4,h5,p,li {line-height: 1.4;}

a:link { text-decoration:none; color:#336633; background-color:transparent; font-family: Georgia; }
a:hover { text-decoration:underline; color:#0000FF; background-color:transparent; font-family: Georgia;}
a:visited { color:#336633; background-color:transparent; font-family: Georgia; }