/* Formatierung für Najubria */
/* erstellt am 10.08.2000    */

/* normaler Text */
body {color: black; 
      background-image: url('bilder/hintergrund3.png');
      background-attachment: fixed;
      background-color: white;
      text-align: left;
      margin-top: 0; font-style:normal; 
      font-variant: normal; 
      font-weight: normal; 
      font-size: 100%; 
      font-family: Arial
     }
     
p {font: normal 100% Arial, serif;}

/* Text in Überschriften */
h3 {font: normal 140% Arial, serif; 
    color: black
   }
h4 {font: bold 120% Arial, serif; 
    color: black
   }

/* Text in Tabellen, benötigt für Netscape Navigator */
td {font: normal 100% Arial, serif;
    color: black;
    vertical-align: top
   }

a:active  { color: blue;
            text-decoration: none
          }
a:link    { color: blue;
            text-decoration: none
          }
a:visited { color: blueviolet;
            text-decoration: none
          }
a:hover   { color: blue;
            text-decoration: underline
          }
