/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { background-image: url("../assets/images/hintergrund1.jpg");}
 A:active { color: rgb(0,102,51);}
 A:link { color: rgb(0,102,51);}
 A:visited { color: rgb(0,102,51);}
 .TextObject { color: rgb(0,102,51);}
 .TextNavBar { color: rgb(0,102,0);}
 A:hover { color: rgb(0,102,51); font-weight: bold;}
 
