danke, hab ich gemacht und klappt fast...
die hover-funktion klappt aber nicht...
#menueleiste {
background-image: url("gfx/menue_leiste.gif");
background-repeat: repeat-x;
padding: 0;
margin: 0;
border: 0;
height: 16px;
width: 780px;
color: #FFFFFF;
font-family: Verdana, Helvetia, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
}
#menueleiste a:link { font-weight:bold; color:#FFFFFF; text-decoration:none; }
#menueleiste a:hover { font-weight:bold; color:#FFFF00; }
#menueleiste a:visited { font-weight:bold; color:#CCCCFF; text-decoration:none; }
#menueleiste a:active { font-weight:bold; color:#FFFFFF; text-decoration:none; }