/* Formatierung für Grafenwald */
/* für Menüleiste */
/* erstellt am 18.01.2005 */

/* normaler Text */
body {font: normal 100% Arial, serif; 
      color: white; 
      background-attachment: fixed;
      margin-left: 8pt;
      margin-top: 0pt      
     }

p {font: 100% Arial, serif; 
      color: white; 
      background-attachment: fixed
     }

a:active { color: green;
           text-decoration: none;
           font: normal 100% Arial, serif
         }
a:link   { color: green;
           text-decoration: none;
           font: normal 100% Arial, serif
         }
a:visited{ color: green;
           text-decoration: none;
           font: normal 100% Arial, serif
         }
a:hover  { color: green;
           text-decoration: underline;
           font: normal 100% Arial, serif
         }    
         
img {border: 0px none;
    }