/* Formatierung für Najubria */
/* für Menüleiste */
/* erstellt am 10.08.2000    */

/* normaler Text */
body {font: 100% Arial; 
      background-image: url('bilder/hintergrund_menue.jpg');
      color: black; 
      background-attachment: fixed;
      margin-top: 5pt;
      margin-height: 0pt;
      margin-width: 0pt;
     }
p {font: 100% Arial; 
      color: black; 
      background-attachment: fixed
     }

a:active { color: black;
           text-decoration: none;
           font: 100% Arial
         }
a:link   { color: black;
           text-decoration: none;
           font: 100% Arial
         }
a:visited{ color: black;
           text-decoration: none;
           font: 100% Arial
         }
a:hover  { color: black;
           text-decoration: underline;
           font: 100% Arial
         }