/* menü aus der version index.html */

#menu1 a, #menu1 a:visited, #menu1 a:active {padding:0px; display: block;
color:#AFAFAF;
text-decoration:none ;
font-size: 14px;
font-family:arial, helvetica, tahoma ,verdana, sans-serif;
border-left:0px solid #fff;border-top:0px solid #fff;
line-height:56px;
height:56px;
width:150px;
text-align:center;
background-image:url('images/button.jpg');
background-repeat:repeat-x
}

#menu1 a:hover {
color:#fff;
background:url('images/button2.jpg') repeat-x;
text-decoration:overline ;
background-image:url('images/button2.jpg'); background-repeat:repeat-x
}

/* variante: menü aus der version index2.html */

#menu2 a, #menu2 a:visited, #menu2 a:active {padding:0px; display: block;
color:#AFAFAF;
text-decoration:none ;
font-size: 14px;
font-family:arial, helvetica, tahoma ,verdana, sans-serif;
border-left:0px solid #fff;border-top:0px solid #fff;
line-height:56px;
height:56px;
width:94px;
text-align:center;
background-image:url('images/button.jpg');
background-repeat:repeat-x
}

#menu2 a:hover {
color:#fff;
background:url('images/button2.jpg') repeat-x;
text-decoration:none ;
background-image:url('images/button2.jpg'); background-repeat:repeat-x
}
