var optimaltstd = {
    src: '/fileadmin/templates/fonts/optimaLT-Bold.swf',
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
  };

//sIFR.debug.ratios({ src: '/fileadmin/templates/fonts/optimaLT-Bold.swf', selector: '#kopfnavi h3' });


  	// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  	sIFR.useStyleCheck = false;
  	sIFR.activate(optimaltstd);
	sIFR.useDomContentLoaded = true;
	sIFR.delayCSS  = true;
	

  sIFR.replace(optimaltstd, {
    selector: '#kopfnavi h3, #fuss h3, #lang-de, #lang-en'
	,wmode: 'transparent'
	,forceSingleLine: true
	,fitExactly: true
	,tuneWidth: 0
    ,css: [
      '.sIFR-root { color: #ffffff; letter-spacing: 0; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #E53517; }'
	  ,'.aktiv a { color: #E53517; }'
	  ,'.spracheaktiv  { color: #E53517; }'
    ]
  });
    
    sIFR.replace(optimaltstd, {
    selector: '#mitte h1, #mitte DIV.news-list-item h2, #mitte-breit-bilder h1'
	,wmode: 'transparent'
	,selectable: false
    ,css: [
      '.sIFR-root { color: #004C99; font-size: 16px; leading: 1.0; }'
      ,'a { text-decoration: none; color: #004C99; }'
      ,'a:link { color: #004C99; }'
      ,'a:hover { color: #004C99; }'
	  ,'.aktiv a { color: #004C99; }'
    ]
  });