// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////

var dinh1 = {
  src: 'schriften/din-anke-sifr3.swf'
};

sIFR.activate(dinh1); // From revision 209 and onwards
sIFR.useStyleCheck = true;
sIFR.replace(dinh1, {
selector: 'h1'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '-5px'
,css: [
      '.sIFR-root { color: #624d12; }'
      ]
  });

// /////////////////////////////////////////////////
// H2 CONFIG
// /////////////////////////////////////////////////

var dinh2 = {
  src: 'schriften/din-anke-sifr3.swf'
 
};

sIFR.activate(dinh2);
sIFR.useStyleCheck = true;
sIFR.replace(dinh2, {
selector: 'h2'
,wmode: 'transparent'
,offsetTop: '3px'

    ,css: [
      '.sIFR-root { color: #624d12; }'
      ]
  });
  

