// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////

var dinh1 = {
  src: 'schriften/din-meta-b-sifr3.swf'
};

sIFR.activate(dinh1); // From revision 209 and onwards
sIFR.useStyleCheck = true;
sIFR.replace(dinh1, {
selector: 'h1'
,wmode: 'solid'
,offsetTop: '-3px'
,tuneHeight: '-5px'
,css: [
      '.sIFR-root { color: #c6ae78; }'
      ]
  });

// /////////////////////////////////////////////////
// H3 CONFIG
// /////////////////////////////////////////////////

var dinh3 = {
  src: 'schriften/din-meta-b-sifr3.swf'
 
};

sIFR.activate(dinh3);
sIFR.useStyleCheck = true;
sIFR.replace(dinh3, {
selector: 'h3'
,wmode: 'solid'
,offsetTop: '-16px'

    ,css: [
      '.sIFR-root { color: #cccccc; }'
      ]
  });
  
