
var theserif = {
  src: 'sifr/theserif8-latin.swf'
};

sIFR.useDomLoaded=true;
sIFR.fitExactly=true;
sIFR.activate(theserif);

if(typeof sIFR == "function"){
    sIFR.bHideBrowserText = false;
    sIFR.bFixFragIdBug = false; // not recommended!
    sIFR.setup();
};






sIFR.replace(theserif, {
   selector: '#titelpart'  
  ,css: ['.sIFR-root {color: #243d5f; font-size: 24px;}']  
  ,transparent: true
});






