var avantgarde = {
	src: 'flash/avantgarde.swf'
	,selectable: false
	,wmode: 'transparent'
	,ratios: [6, 1.07, 9, 1.08, 12, 1.17, 21, 1.2, 24, 1.21, 36, 1.22, 47, 1.23, 58, 1.24, 59, 1.25, 62, 1.24, 65, 1.25, 66, 1.24, 91, 1.25, 92, 1.26, 95, 1.25, 96, 1.26, 99, 1.25, 100, 1.26, 102, 1.25, 105, 1.26, 106, 1.25, 109, 1.26, 110, 1.25, 1.26]
};

sIFR.activate(avantgarde);


sIFR.replace(avantgarde, {
	selector: 'h1'
	,css: [
		'.sIFR-root { font-weight: bold; color: #000000; leading: -2; text-transform:lowercase; }'
	]
});

sIFR.replace(avantgarde, {
	selector: 'div.block h2'
	,css: [
		'.sIFR-root { font-weight: bold; color: #f0267c; background-color: #c6c8c9; leading: -2; text-transform:lowercase; }'
	]
	,offsetTop: -4
	,tuneHeight: -3
});

sIFR.replace(avantgarde, {
	selector: 'div.vacatures h2'
	,css: [
		'.sIFR-root { font-weight: bold; color: #ffffff; background-color: #000000; text-transform:lowercase; }'	
	]
	,tuneHeight: -8
	,offsetTop: -4
});

sIFR.replace(avantgarde, {
	selector: 'div.nieuws h2'
	,css: [
		'.sIFR-root { font-weight: bold; color: #f0267c; background-color: #ffffff; text-transform:lowercase; }'
	]
	,tuneHeight: -8
	,offsetTop: -4
});

sIFR.replace(avantgarde, {
	selector: 'div.vacatures h3, div.vacatureoverzicht h3'
	,css: [
		'.sIFR-root { font-weight: bold; color: #f0267c; background-color: #000000; text-transform:lowercase; }'
		,'a { color: #f0267c; text-decoration: none;  }'
		,'a:hover { color: #f0267c; }'	
	]
	,offsetTop: 4

});


sIFR.replace(avantgarde, {
	selector: 'div.nieuws div.item h3 span.title'
	,css: [
		'.sIFR-root { font-weight: bold; color: #000000; background-color: #ffffff; text-transform:lowercase; }'
		,'a { color: #000000; text-decoration: none;  }'
		,'a:hover { color: #000000; }'	
	]
	,offsetTop: 4

});



