body {
	background : url('Navigation/hg-pfote.jpg') fixed;
    font-size: 1em;
    font-family: "century gothic", arial;
    color: #FECC4F;
    background-color:#001010;
    margin-top: 15pt;
    margin-bottom: 20pt;
   }



h1 {color: #FECC4F; font-family: "maiandra gd", "arial rounded mt bold"; font-size: 2em; font-weight: 400; margin-top: 5px; text-align: center;}
h2 {color: #FECC4F; font-family: "century gothic", arial; font-size: 1.2em; font-weight: 400; margin-top: 5px; text-align: center;}
h3 {color: #FECC4F; font-family: "century gothic", arial; font-size: 1.2em; font-weight: 400; text-align: justify;}
h4 {color: #FECC4F; font-family: "century gothic", arial; font-size: 1em; font-weight: 400; text-align: center;}	
h5 {color: #FECC4F; font-family: "century gothic", arial; font-size: 1em; font-weight: 400; text-align: justify;}	
h6 {color: #FECC4F; font-family: "century gothic", arial; font-size: 0.8em; font-weight: 400; text-align: right;}	
p {color: #FECC4F; font-family: "century gothic", arial; font-size: 1em; font-weight: 400; text-align: justify;}


/* Vertikale Navigation */
  div#menu {
  	margin-top: 40px;
    padding: 0em;
    border: 0px solid white;
    background-color: #003030;
  }
  * html div#menu {
    width: 11.3em;
    w\idth: 10em;  /* (IE 6 in standards-compliant mode) */
  }
  
  ul#Navigation {
    width: 10em;
    margin: 0; padding: 0.2em 0.8em 0.8em;
    border: 0px solid black;
    background-color: #003030;
    float: left; width: 10em; 
  }

  ul#Navigation li {
    list-style: none;
    position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {
    margin-bottom:0;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 0; left: 9em;
  }
  *:first-child+html ul#Navigation li ul {
    left: 9em;  /* (IE 7 in standards-compliant mode) */
  }
  ul#Navigation li ul li {
    margin: 0; padding-left: 1.4em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 7em;
    font-family: "Century Gothic", Arial;
    text-align: center;
    padding: 0.2em 1em;
    text-decoration: none; font-weight: 400;
    border: 1px solid black;
    border-left-color: #FECC4F; border-top-color: #FECC4F;
    color: #FECC4F; background-color: #001010;
  }
  
  * html ul#Navigation a, * html ul#Navigation span {
    width: 9em;
    w\idth: 7em;  /* (IE 6 in standards-compliant mode) */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
    border-color: #FECC4F;
    border-left-color: black; border-top-color: black;
    color: #FECC4F; background-color: #004040;
  }
  li a#aktuell {
    border-right-color: #000; border-bottom-color: #000;
    background-color: #004040;
  }
  ul#Navigation li ul span {
    border-color: #000; border-left-color: #FECC4F;
    color: #FECC4F; background-color: #006060;
  }
  ul#Navigation li a:active {
    color: black; background-color: #004040;
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
    display: none;
  }
  ul#Navigation li:hover>ul {
    display: block;
  }


/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
  * html ul#Navigation li.hoverIE {
    margin-right:0;  /* reservierten Platz freigeben */
    margin-bottom:-1.15em;  /* Fehlerkorrektur, ggfls. anpassen */
  }
  * html ul#Navigation li.hoverIE ul {
    display: block;
  }
  * html ul#Navigation li .hoverIE {
    width: 10.3em;
    w\idth: 8.2em;  /* (IE 6 in standards-compliant mode) */
  }
  
  div#Inhalt {
	margin-right: 5px;
    padding: 0 1em;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
  }
  div#Inhalt h1 {
  	font-family: "maiandra gd", "arial rounded mt bold";    
  	font-size: 2em;
  	margin: 0 0 1em;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0 0 1em;
  }
  div#Inhalt h3 {
    font-size: 1.2em;
    margin: 0 0 1em;
    text-align: justify;
  }
  div#Inhalt h4 {
  	margin-right: 5px;
    font-size: 1em;
    margin: 0 0 0em;
    text-align: center;

  }

  
  div#Inhalt p {
    font-size: 1em;
    margin: 0em 0;
    text-align: justify;
  }
  
td {
font-family : "century gothic", arial;
color: #FECC4F;
background-color : #003030;
}


a {color: #FECC4F; font-family: "century gothic", arial; color:#FECC4F;}
a:link {color: #FECC4F;}
a:visited {color: #FECC4F;}
a:hover {color: #FFe67d;}
