/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(92,92,92); text-decoration: none ;}
 .kategorie { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 16px; color: rgb(255,255,255); font-weight: bold; text-decoration: none ; text-align: left; padding: 4px; border-bottom: 1px solid rgb(124,124,124);}
 A:link { text-decoration: none ;}
 A:visited { text-decoration: none ;}
 A { text-decoration: none ;}
 .content { background-image: url("./assets/images/layout_backgrnd.gif"); width: 800;}
 A:hover { text-decoration: underline;}
 
