//sIFR.registerEvents = false;
if (!ROCsIFR.kleurLicht) ROCsIFR.kleurLicht = ROCsIFR.kleur;
var dinbold = {
	src: 'sv2res/fonts/dinbold.swf'
};

var quaybook = {
	src: 'sv2res/fonts/quaybook.swf'
};

sIFR.activate(dinbold, quaybook);

sIFR.replace(dinbold, {
	selector: '#leftnav h3'
});

sIFR.replace(quaybook, {
	selector: '#pagecontent h3'
	,tuneHeight: -5
	,css: {'.sIFR-root':{'color':ROCsIFR.kleur}}
});

sIFR.replace(quaybook, {
	selector: '#pagecontent .inleiding p'
	,wmode: 'transparent'
	,css: {'.sIFR-root':{'color':ROCsIFR.kleur}}
});

sIFR.replace(dinbold, {
	selector: 'h2.sector'
	,fitExactly: true
	,tuneHeight: -7
	,offsetTop: -8
	,fitExactly: true
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'color': '#ffffff'}
	}
});

sIFR.replace(dinbold, {
	selector: '#rightnav ul h3'
	,fitExactly: true
	,tuneHeight: -6
	,offsetTop: -4
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'color': '#ffffff','leading':-2}
	}
});

sIFR.replace(dinbold, {
	selector: '#top2nav li'
	,fitExactly: true
	,tuneHeight: -9
	,offsetTop: -4
	,wmode: 'transparent'
	,css: {
		'a': { 'color': ROCsIFR.kleurLicht, 'text-decoration':'none'},
		'a:hover' : {'color':ROCsIFR.kleurLicht},
		'.act' : {'color':'#cccccc'}
	}
});

sIFR.replace(dinbold, {
	selector: '.richting .richtingnaam'
	,fitExactly: true
	,tuneHeight: -4
	,offsetTop: -4
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'color': ROCsIFR.kleur}
	}
});