span.hintergrund {background-image: url('untermenu.jpg');}

.untermenu   { font-family: Verdana; font-size: 10pt; color: #F3B90C; font-weight: bold; 
               margin-top: 18; margin-left:14 }

BODY{
 background-image:url('untermenu.jpg');
 background-attachment:fixed;
 background-position: left;
 background-repeat:yes-repeat;
} 

A:link { color : #F3B90C; text-decoration: none; }
A:visited {color : #F3B90C; text-decoration: none; }
A:hover {color:#F3B90C; text-decoration: none; background:"#1A3040"; padding: 0.7mm}

A:active {color: white; text-decoration: none; }

 