







ul.menu , ul.menu ul{
list-style-type: none;
}



ul.menu a {

    display: block;

    padding: 3px 30px 3px 0px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #FBFCE8;
    
    
    text-decoration:none;
}



ul.menu li {

    padding: 0;

    margin: 0;

    float: left;
     
   background-color : transparent;  




    border: 1px  transparent;

    height: 20px;

}

ul.menu  li.hover {

    background-color: #A12A05;
   

}

/* Für Unterpunkte keine Float-Eigenschaft */

ul.menu ul li {

    float:none;

    background-color: transparent;

}



/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */

ul.menu ul li.hover, ul.menu ul li:hover {

    background-color: #395200;
   

}



/* Zweite Ebene */

        ul.menu ul {

              margin:0;

                 padding:0;

               position: absolute;
              
               background-color: #829B05;

                border: 0px solid #000000;

                display: none;

                    width: 140px;




     }



   /* Zweite Ebene anzeigen */

       ul.menu li.hover ul, ul.menu li:hover ul  {

               display: block;

   }



/* Dritte Ebene */

   ul.menu li.hover ul ul, ul.menu li:hover ul ul {

                  display: none;

                    margin-left: 160px; /* Breite eines Listenelements - Überlagerung */

              margin-top: -20px; /* Höhe eines Listenelements */

        }



   /* Dritte Ebene anzeigen */

       ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {

                display: block;

   }





/* Vierte Ebene */

     ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {

                  display: none;

    }



   /* Vierte Ebene anzeigen */

       ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {

               display: block;

   }









p {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #00036E;
	text-decoration: none;
	}


h1 {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #680000;
	text-decoration: none;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}












