// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////

var dinh1 = {
  src: 'schriften/din-helvetica-sifr3.swf'
};

sIFR.activate(dinh1); // From revision 209 and onwards
sIFR.useStyleCheck = true;
sIFR.replace(dinh1, {
selector: 'h1'
,wmode: 'transparent'
,tuneHeight: '-2px'
,offsetTop: '3px'

    ,css: [
      '.sIFR-root { color: #121e3f; }'
      ]
  });

// /////////////////////////////////////////////////
// TOPIC CONFIG
// /////////////////////////////////////////////////

var dintopic = {
  src: 'schriften/din-helvetica-sifr3.swf'
 
};

sIFR.activate(dintopic);
sIFR.useStyleCheck = true;
sIFR.replace(dintopic, {
selector: '.topic'
,wmode: 'transparent'
,offsetTop: '3px'

    ,css: [
      '.sIFR-root { color: #121e3f; }'
      ]
  });