

body {cursor: url('/fileadmin/template/sym57.cur'),url('/fileadmin/template/sym57.png'),url('/fileadmin/template/sym57.gif') ,auto;}



ul.menu , ul.menu ul{
list-style-type: none;
}



ul.menu a {

    display: block;

    padding: 3px 30px 3px 5px;

    font-weight: normal;
    font-family: Bastard, Helvetica, sans-serif;
    font-size: 17px;
   
    color: #B11314;
    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: #C0C0C0;
   

}

/* 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: #D48100;
   

}



/* Zweite Ebene */

        ul.menu ul {

              margin:0;

                 padding:0;

               position: absolute;
              
               background-color: #2A2A2A;
 

                border: 0px solid #D48100;

                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:  Microsoft Sans Serif, Tahoma , Helvetica, sans-serif ;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}


h1 {
	font-family: Microsoft Sans Serif, Tahoma , Helvetica, sans-serif ;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #F4F965;
	text-decoration: none;
	}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	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;
	}





