/*--------------------------------------------------------------------
sifr config file - Frontoffice

Version: 1.0
Copyright: 2009, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

var sifr_font = {
    src: siteurl+'js/sifr/swf/HelveticaNeue.swf'
  };

sIFR.activate(sifr_font);
sIFR.fitExactly = true;

sIFR.replace(sifr_font, {
    selector: 'h1.news',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #00755d; background-color: none; font-size: 28px; margin: 0; padding: 0; } .light { color: #dadada; font-size: 36px; }'
    ]
  }); 

sIFR.replace(sifr_font, {
    selector: 'h1.linkjes',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #9fbb43; background-color: none; font-size: 28px; margin: 0; padding: 0; } .light { color: #dadada; font-size: 36px; }'
    ]
  }); 

sIFR.replace(sifr_font, {
    selector: 'h1.vacatures',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #fdac13; background-color: none; font-size: 28px; margin: 0; padding: 0; } .light { color: #dadada; font-size: 36px; }'
    ]
  }); 

sIFR.replace(sifr_font, {
    selector: 'h1',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #fdac13; background-color: none; font-size: 30px; font-weight: bold; }'
    ]
  }); 

sIFR.replace(sifr_font, {
    selector: 'h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #bfbfbf; background-color: none; font-size: 21px; }'
    ]
  });
 
