sIFR.activate(sanslight, sansreg);

sIFR.replace(sanslight, {
  selector: '#kopfzeilemitte h2'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #939393; font-size: 22px; }'
 	,'em { font-style:normal; color: #000000; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #939393; }'
    ,'a:hover { color: #00217a; }'
  ]
});


sIFR.replace(sansreg, {
  selector: '.boxkopfzeile h2'
  ,css: [
    '.sIFR-root { font-weight: normal; font-size: 11px; background-color:#272627; color:#ffffff; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #CCCCCC; }'
  ]
});
