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: '#brand h2'
  ,css: [
    '.sIFR-root { font-weight: normal; font-size: 11px; background-color:#540000; color:#ffffff; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #CCCCCC; }'
  ]
});
sIFR.replace(sansreg, {
  selector: '#change h2'
  ,css: [
    '.sIFR-root { font-weight: normal; font-size: 11px; background-color:#e06021; color:#ffffff; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #CCCCCC; }'
  ]
});
sIFR.replace(sansreg, {
  selector: '#channe h2'
  ,css: [
    '.sIFR-root { font-weight: normal; font-size: 11px; background-color:#004281; color:#ffffff; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #CCCCCC; }'
  ]
});

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

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; }'
  ]
});


