a.Navi
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
  color:#336666;
  line-height: 1.2em;

}

a.Navi:hover{
             background-color: #EAFFEA;
             color:#336666;
             text-shadow:none;
             }
a.Navi:before{
              content:none;
              }

/*a.Navi:hover{
             background-color:#DAEEDA;
             }     */


		
/*Aufklapp-Navi*/

#menu { /* Liste EBENE 0*/      /*Aufklapp-Punkte*/
				padding: 0 0 0 0px;
				margin: 0 0 0 0px;
				list-style-type: none;
  			font-family: Arial, Verdana, Helvetica, sans-serif;
  			font-size: 1em;
        width: 240px;
  	    color:#336666;
		  }

/*#menu li:hover
		{font-style: italic;
		font-size: 3pm;
		background-color: red;}   */

#menu li { /*Listenpunkte EBENE 1*/
					
					list-style-type: none;      /*keine Aufzählungszeichen*/
					cursor: pointer;
					margin-bottom: 6px;            /*Abstand zwischen den Menüpunkten*/
					margin-top: 4px;
 }

#menu li a {                         /*Link, kursiv               */
          font-style:normal;         /*Mauszeiger drüber ->       */
          color:#336666;
          /*background-color: #DAEEDA;*/ }  /*Link, normal               */



#menu li a:hover {
          /*font-style:italic;*/

          background-color: #EAFFEA;
				
				  }


#menu ul { /*Liste EBENE 1*/

				list-style-type: none;
  			font-family: Arial, Verdana, Helvetica, sans-serif;
  			font-size: 1em;
        		}				

#ebene1 {  /*Listenpunkte künstliche EBENE 1 (Für Schüler + Für Erwachsene)*/
        padding-left: 10px;
        }




#menu ul li { /* Listenpunkte EBENE 2 */
					list-style-type: none;      /*keine Aufzählungszeichen*/
					cursor: pointer;
					/*padding: 0 10px;
          /*text-indent: -1.5em;          /*Text-     */
          /*margin-left: 1.5em;           /*Einrückung*/
          line-height:1.4em;              /*Abstand zwischen den Unterpunkten*/

        			}


     
.box:hover {
           background-color: #EAFFEA;
           }



