/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/


var helveticaneue = { src: '/fileadmin/templates/SIHK/fonts/helveticaneueltstd-lt.swf' };

sIFR.activate(helveticaneue);
  
  
sIFR.replace(helveticaneue, {
  selector: 'h1,h2',
  css: '.sIFR-root {color:#333333;}',
  offsetTop: '10',
  wmode: 'transparent'
});

sIFR.replace(helveticaneue, {
  selector: '.tx-wecstaffdirectory-header h3',
  css: '.sIFR-root {color:#02447e;}',
  offsetTop: '5',
  wmode: 'transparent'
});

sIFR.replace(helveticaneue, {
  selector: '.widebox h3, #col2 h3, #col3 h3',
  css: '.sIFR-root {color:#FFFFFF;}',
  offsetTop: '5',
  wmode: 'transparent'
});

sIFR.replace(helveticaneue, {
  selector: '#col1 h3, #col1_fullwidth h3',
  css: '.sIFR-root {color:#333333;}',
  offsetTop: '5',
  wmode: 'transparent'
});


sIFR.replace(helveticaneue, {
  selector: 'vmh2',
  css: '.vmh2 { color: #FFFFFF; display: block; text-align:center; width:316px; }',
  tuneHeight: '1',
  wmode: 'transparent',
  fitExactly: 'true'
});





