  
    var font1 = {
      src: 'fileadmin/SITE/sifr/font.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(font1);

	sIFR.replace(font1, { 
	  selector: 'h1', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Regular', 'font-size' : '24px', 'color' : '#5C8727' }, 
		  'strong': { 'font-family' : 'KievitPro-Bold', 'font-weight' : 'plain' },
		  'em': { 'font-family' : 'KievitPro-Italic', 'font-style': 'normal' }
		  }
	  });

	sIFR.replace(font1, { 
	  selector: 'h2', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Regular', 'font-size' : '18px', 'color' : '#5C8727' }, 
		  'strong': { 'font-family' : 'KievitPro-Bold', 'font-weight' : 'plain' },
		  'em': { 'font-family' : 'KievitPro-Italic', 'font-style': 'normal' }
		  }
	  });

	sIFR.replace(font1, { 
	  selector: '.teaserLabel', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Regular', 'font-size' : '13px', 'color' : '#5C8727', 'text-transform' : 'uppercase' }, 
		  'strong': { 'font-family' : 'KievitPro-Bold', 'font-weight' : 'plain' }
		  }
	  });

	sIFR.replace(font1, { 
	  selector: '#labelNaviMain, #labelNaviMainAlt, #labelNaviMeta, #labelTargetgroups', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Regular', 'color' : '#999999', 'font-size' : '15px', 'text-transform' : 'uppercase', 'letter-spacing' : '0.5' }, 
		  'strong': { 'font-family' : 'KievitPro-Bold', 'font-weight' : 'plain', 'color' : '#CCCCCC' }
		  }
	  });

	sIFR.replace(font1, { 
	  selector: '#labelIP', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Regular', 'color' : '#999999', 'font-size' : '21px', 'text-transform' : 'uppercase', 'letter-spacing' : '0.5' }, 
		  'strong': { 'font-family' : 'KievitPro-Bold', 'font-weight' : 'plain', 'color' : '#CCCCCC' },
		  'em': { 'font-family' : 'KievitPro-Italic', 'font-style': 'normal' }
		  }
	  });

