/* CSS Style-Definitionen  */

body {font-family:Verdana,Arial,sans-serif; font-size:small;
    color:#000000; background-color:#ffffff;
	}
	
A:link{text-decoration: none; color: #000000; font-weight: normal} 
A:visited{text-decoration: none; color: #000000; font-weight: normal} 
A:active{text-decoration: none; color: #000000; font-weight: bold} 
A:hover{text-decoration: none; color: #000000; font-weight: bold}

/* sub1:        aktiver Menüeintrag 1. Ebene         */
/* sub2:        aktiver Menüeintrag 2. Ebene         */
/* sub3:        inaktiver Menüeintrag 1. Ebene       */


.sub1        {background-color:#cdcdcd; }
.sub2        {background-color:#e1e1e1; }
.sub3        {background-color:#d5d5d5; }


