/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
.bg-body { background-color: rgb(233,230,200);}
 .bg-gold { background-color: rgb(240,221,135);}
 A:link { color: rgb(38,6,107);}
 A:visited { color: rgb(38,6,107);}
 H1 { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 16px; color: rgb(34,5,92); font-weight: bold;}
 H2 { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 14px; color: rgb(38,6,107); font-weight: bold;}
 H3 { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 13px; color: rgb(166,129,0); font-weight: bold;}
 .bg-blau { background-color: rgb(34,5,92);}
 A { color: rgb(38,6,107);}
 A:hover { color: rgb(35,33,1);}
 
