/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 14px; color: rgb(0,102,0);
background-image: url("../assets/images/grau.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;}
 A:active { color: rgb(0,102,0); font-weight: bold; text-decoration: none ;}
 A:link { color: rgb(0,102,0); text-decoration: none ;}
 A:visited { color: rgb(0,102,0); font-weight: bold; text-decoration: none ;}
 A { color: rgb(0,102,0); font-weight: bold; text-decoration: none ;}
 A:hover { color: rgb(0,102,0); font-weight: bold;}

