var kabel = { src: 'fileadmin/uitvaart-offerte.nl/js/vivaldi.swf' };
	sIFR.activate(kabel);

	sIFR.replace(kabel, {
		selector: '.intro .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#E30045' }
		}
		,wmode: 'transparent'
	});
	
	sIFR.replace(kabel, {
		selector: '#mailform-area .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#90CEC7' }
		}
		,wmode: 'transparent'
	});
	
	
	sIFR.replace(kabel, {
		selector: '#banner2 h1'
		,css: {
			'.sIFR-root': { 'color': '#ffffff' }
		}
		,wmode: 'transparent'
	});
	
	sIFR.replace(kabel, {
		selector: '#sidebar .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#0173bc' }
		}
		,wmode: 'transparent'
	});

	sIFR.replace(kabel, {
		selector: '#left .leftmenu .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#FFDF6F' }
		}
		,wmode:'transparent'
	});
	
	sIFR.replace(kabel, {
		selector: '#contact .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#F59F00' }
		}
		,wmode:'transparent'
	});