
var prestige = { src: 'sifr/prestige.swf' };

sIFR.activate(prestige);

sIFR.replace(prestige, {
  selector: '.content',
  css: '.sIFR-root { background-color: #ffffff; color: #000000; }'
});

sIFR.replace(prestige, {
  selector: '.content_table',
  css: '.sIFR-root { background-color: #ffffff; color: #000000; }'
});


sIFR.replace(prestige, {
  selector: '.content_titel',
  css: '.sIFR-root { background-color: #ffffff; color: #cc081e; }'
});


