

/*TAB Steuerung*/

#menu2 a span{
float:left;
background:  url(images/Tab_Left_aus.gif) no-repeat left 50%;
line-height:33px;
height:33px;
width:13px;
}

#menu2 a , #menu2 a:visited , #menu2 a:active {
display:block;
background:  url(images/Tab_aus.gif) no-repeat right 50%;
color:#3f3f3f;
font: bold 12px/33px georgia, "verdana serif";
height:33px;
text-decoration:none ;
padding: 0 15px 0 0;
text-align:center;
margin-left:-2px;
}

/*Aktiv*/

#menu2 a:hover span{
background:  url(images/Tab_Left_ein.gif)  left ;
}

#menu2 a:hover {
background:  url(images/Tab_ein.gif)  right ;
color:#3F3F3F;
text-decoration:none ;
}