  
    var fontRegular = { src: 'fileadmin/SITE-HMI/sifr/sifr_k.swf' };
    var fontBold = { src: 'fileadmin/SITE-HMI/sifr/sifr_kb.swf' };
    var fontItalic = { src: 'fileadmin/SITE-HMI/sifr/sifr_ki.swf' };
    var fontBoldItalic = { src: 'fileadmin/SITE-HMI/sifr/sifr_kbi.swf' };
    var fontCaps = { src: 'fileadmin/SITE-HMI/sifr/sifr_kcap.swf' };
    var fontCapsMedium = { src: 'fileadmin/SITE-HMI/sifr/sifr_kcapm.swf' };
    var fontCapsBold = { src: 'fileadmin/SITE-HMI/sifr/sifr_kcapb.swf' };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(fontRegular);
    sIFR.activate(fontBold);
    sIFR.activate(fontItalic);
    sIFR.activate(fontBoldItalic);
    sIFR.activate(fontCaps);
    sIFR.activate(fontCapsMedium);
    sIFR.activate(fontCapsBold);

	/* Ueberschriften */
	sIFR.replace(fontRegular, { 
	  selector: 'h1', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-size' : '30px', 'color' : '#00315E' }
		  }
	  });

	sIFR.replace(fontRegular, { 
	  selector: 'h2', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-size' : '20px', 'color' : '#00315E' }
		  }
	  });

	/* Boxen */
	sIFR.replace(fontBoldItalic, { 
	  selector: '.xxlPhone, .staffname',
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-size' : '22px', 'color' : '#00315E' }
		  }
	  });
	sIFR.replace(fontItalic, { 
	  selector: '.xxlMail',
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-size' : '22px', 'color' : '#00315E' }
		  }
	  });
	sIFR.replace(fontItalic, { 
	  selector: '.info',
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-size' : '15px', 'color' : '#00315E' }, 
		  'a': { 'text-decoration' : 'none' },
		  'a:link': { 'color' : '#00315E' },
		  'a:hover': { 'color' : '#DF4443', 'text-decoration' : 'underline' }
		  }
	  });


	/* Navigation */
	sIFR.replace(fontBold, { 
	  selector: '#naviLeft LI.cur DIV',
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-size' : '16px', 'color' : '#DF4443' },
		  'a': { 'text-decoration' : 'none' },
		  'a:link': { 'color' : '#DF4443' },
		  'a:hover': { 'color' : '#DF4443' }
		  }
	  });
	sIFR.replace(fontRegular, { 
	  selector: '#naviLeft LI.nor DIV, #naviLeft LI.act DIV, #naviLeft LI.actifsub DIV',
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-size' : '16px', 'color' : '#00315E' },
		  'a': { 'text-decoration' : 'none' },
		  'a:link': { 'color' : '#00315E' },
		  'a:hover': { 'color' : '#DF4443' }
		  }
	  });

	/* Fussbereich */

	sIFR.replace(fontCapsBold, { 
	  selector: '#footContent H3',
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-size' : '14px', 'color' : '#C0CCD7', 'text-transform' : 'uppercase', 'letter-spacing' : '1' }
		  }
	  });


