body { 
     background-color: #444444;
     background-image: url('../images/bg_noten3.gif'); 
     background-attachment: fixed; 
     }
a:link {
       text-decoration: none;
       color: #FFFFFF;
       }
a:active {
         text-decoration: none;
         color: #FFFFFF;
         }
a:visited {
          text-decoration: none;
          color: #FFFFFF;
          }
a:hover {
        text-decoration: underline;
        color: #FFFFFF;
        }