/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: small; color: rgb(0,0,0); background-color: rgb(51,51,51); background-image: url("../bg_01.jpg");}
 A:active { color: rgb(255,255,255);}
 A:link { color: rgb(51,51,51);}
 A:hover { color: rgb(255,255,255);}
 A:visited { color: rgb(153,153,153);}
 .TextNavBar { font-size: x-small; color: rgb(204,204,204);}
 
