







ul.menu, ul.menu ul{
list-style-type: none;
}



ul.menu a {

    display: block;

    padding: 3px 30px 3px 5px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    color: #FBFCE8;
    
    
    text-decoration:none;
}



ul.menu li {

    padding: 0;
    margin: 0;
    float: left;   
    background-color : transparent;  
    border: 1px  transparent;

    height: 25px;

}

ul.menu  li.hover, ul.menu  li:hover{

    background-color: #FFB900;
   

}

/* 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: #E49100;
   

}



/* Zweite Ebene */

        ul.menu ul {

              margin:0;

                 padding:0;

               position: absolute;
              
               background-color: #FFB900;

                border: 0px solid #000000;

                display: none;

                    width: 160px;




     }



   /* 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: #FFB900;
	text-decoration: none;
	}



h1 {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFB900;
	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;
	}













