/*****************************************************************************
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.
*****************************************************************************/

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var frutiger = { src: 'sifr/frutiger-roman.swf' };

// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(frutiger);
sIFR.useStyleCheck = true;

sIFR.replace(frutiger, {
  selector: '#navigation .spancurrent',
forceSingleLine: true,
tuneWidth: '0',
    forceWidth: true,
  css: [
		'.sIFR-root {height: 21px; display: block; width: 100%; leading: 1;}',
		'a {color: #61413e; height: 21px; font-size: 14px; font-weight: normal; text-decoration: none;}',
		'a:hover {color: #61413e; cursor: pointer;}'
	],
wmode: 'transparent'
});


sIFR.replace(frutiger, {
  selector: '#navigation span',
forceSingleLine: true,
tuneWidth: '0',
    forceWidth: true,
  css: [
		'.sIFR-root {height: 21px; display: block; width: 100%; leading: 1;}',
		'a {color: #FFFFFF; height: 21px; font-size: 14px; font-weight: normal; text-decoration: none;}',
		'a:hover {color: #61413e; cursor: pointer;}'
	],
wmode: 'transparent'
});

sIFR.replace(frutiger, {
  selector: '#cf_kop',
tuneWidth: '0',
    forceWidth: true,
  css: '.sIFR-root { background-color: #f3ecde; color: #000000; font-size: 18px; font-weight: strong; }'
});

/*
sIFR.replace(frutiger, {
  selector: '#cf_tekst',
  css: '.sIFR-root { background-color: #f3ecde; color: #372726; font-weight: normal; font-size: 12px;}'
});
*/

sIFR.replace(frutiger, {
  selector: '.cf_blok_item_tekst h1',
tuneWidth: '0',
    forceWidth: true,
  css: '.sIFR-root { background-color: #000000; font-size: 15px; color: #20201e; font-weight: normal; }',
wmode: 'transparent'
});


sIFR.replace(frutiger, {
  selector: '#bigblock_mid h1',
forceWidth: true,
tuneWidth: '5',
  css: '.sIFR-root { font-size: 28px; color: #000000; margin: 0px; font-weight: normal; }',
wmode: 'transparent'
});






sIFR.debug.ratios({ src: 'sifr/frutigerBold.swf', selector: 'h1' });


