/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial,sans-serif; font-size: 12px; color: rgb(0,0,0); font-weight: normal; font-style: normal; text-decoration: none ; background-image: url("./bg_main.jpg"); background-repeat: no-repeat;}
 A:active { font-family: Arial,sans-serif; font-size: 12px; color: rgb(204,0,0); font-weight: bold; text-decoration: none ;}
 A:link { font-family: Arial,sans-serif; font-size: 12px; color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 A:hover { font-family: Arial,sans-serif; font-size: 12px; color: rgb(0,0,0); font-weight: bold; text-decoration: underline;}
 A:visited { font-family: Arial,sans-serif; font-size: 12px; font-weight: bold;}
 A { font-family: Arial,sans-serif; font-size: 12pt; color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 
