
/* menue linke seite */


#menu a {display: block;
color:#000000; text-decoration:none ;font-family:arial,verdana, sans-serif; font-size: 9pt;
width:200px;
background-image:url(images/button_off.jpg);
line-height:24px;
}


#menu a:visited{
color:#000000; text-decoration:none ;font-family:arial,verdana, sans-serif; font-size: 9pt;
width:200px;
background-image:url(images/button_off.jpg);
line-height:24px;

}


#menu a:active{
color:#000000; text-decoration:none ;font-family:arial,verdana, sans-serif; font-size: 9pt;
width:200px;
background-image:url(images/button_off.jpg);
line-height:24px;
}


#menu a:hover {
color: #FF9933;
text-decoration:none ;font-family:arial,verdana, sans-serif;
font-size:9pt;
width:200px;
background-image:url(images/button_on.jpg);
line-height:24px;
letter-spacing:0px;
}

