var headerFont = {
      src: '/sifr/header.swf'
};

sIFR.activate(headerFont);

sIFR.replace(headerFont, {
      selector: '#page h1, #pagens h1, #home h2, #werkzaamheden h3',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#3d3d3d; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(headerFont, {
      selector: 'li.current h2, #sub h2',
      css: [
      '.sIFR-root { font-size:24px; color:#b33132; }',
      'a {color: #b33132; text-decoration: none;}',
      'a:hover {color: #b33132; text-decoration: none;}'
      ],
      wmode: 'transparent'
});


/*sIFR.replace(headerFont, {
      selector: 'span.navlink',
      css: [
      '.sIFR-root { font-size:20px; color:#ffffff; text-align: center;}',
      'a {color: #ffffff; text-decoration: none;}',
      'a:hover {color: #ffffff; text-decoration: none;}'
      ],
      wmode: 'transparent'
});


sIFR.replace(headerFont, {
      selector: 'span.navlinksel',
      css: [
      '.sIFR-root { font-size:20px; color:#ffcfcf; text-align: center;}',
      'a {color: #ffcfcf; text-decoration: none;}',
      'a:hover {color: #ffcfcf; text-decoration: none;}'
      ],
      wmode: 'transparent'
});*/


sIFR.replace(headerFont, {
      selector: '#bar-content h3',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#ffcfcf; }'
      ],
      wmode: 'transparent'
});
/*
sIFR.replace(headerFont, {
      selector: 'li.sub',
      css: [
      '.sIFR-root { font-size:17px; color:#ffffff; }',
      'a {color: #ffffff; text-decoration: none;}',
      'a:hover {color: #ffffff; text-decoration: none;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(headerFont, {
      selector: 'li.subsel',
      css: [
      '.sIFR-root { font-size:17px; color:#ffcfcf; }',
      'a {color: #ffcfcf; text-decoration: none;}',
      'a:hover {color: #ffcfcf; text-decoration: none;}'
      ],
      wmode: 'transparent'
});
*/

