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

