var frutiger = { src: '/CamingoDos.swf' };
sIFR.activate(frutiger);
sIFR.replace(frutiger, {
  selector: '.titels h1',
  css: '.sIFR-root { background-color: #FFFFFF; color: #FFFFFF; font-size:18px; font-weight:bold; }',
  wmode: 'transparent'
});
sIFR.replace(frutiger, {
  selector: '.content h1',
  css: '.sIFR-root { background-color: #FFFFFF; color: #000000; font-size:20px; font-weight:bold; }',
  wmode: 'transparent'
});
sIFR.replace(frutiger, {
  selector: 'h2',
  css: '.sIFR-root { background-color: #FFFFFF; color: #292E82; font-size:15px; }',
  wmode: 'transparent'
});
