// /////////////////////////////////////////////////
// TOPIC CONFIG
// /////////////////////////////////////////////////

var dinh1 = {
  src: 'schriften/din-frutiger-sifr3.swf'
};

sIFR.activate(dinh1); // From revision 209 and onwards
sIFR.useStyleCheck = true;
sIFR.replace(dinh1, {
selector: '.topic'
,wmode: 'transparent'
,offsetTop: '0px'
,tuneHeight: '-5px'
,css: [
      '.sIFR-root { color: #333333; }'
      ]
  });


  

