// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////

var dinh1 = {
  src: 'schriften/din-bradley-sifr3.swf'
};

sIFR.activate(dinh1); // From revision 209 and onwards
sIFR.useStyleCheck = true;
sIFR.replace(dinh1, {
selector: 'h1'
,wmode: 'transparent'
,offsetTop: '-2px'
,tuneHeight: '-8px'
,css: [
      '.sIFR-root { color: #2f4b92; font-weight: bold; }'
      ]
  });

