sIFR.useStyleCheck = true;
sIFR.activate(fertigo);

reloadSIFRElements();

function reloadSIFRElements() {

	sIFR.replace(fertigo, {
	  selector: 'h1',
	  css: '.sIFR-root { color: #ffffff; } a{ text-decoration: none; color: #ffffff }',
	  fitExactly: true,
	  wmode: 'transparent'
	});
	
	sIFR.replace(fertigo, {
	  selector: '#last10 h2',
	  css: '.sIFR-root { color: #5886AE; }  a{ text-decoration: none; color: #5886AE }',
	  fitExactly: true,
	  wmode: 'transparent'
	});

	sIFR.replace(fertigo, {
	  selector: 'h2',
	  css: '.sIFR-root { color: #6294C1; } a{ text-decoration: none; color: #6294C1 }',
	  fitExactly: true,
	  wmode: 'transparent'
	});
	
	sIFR.replace(fertigo, {
	  selector: '#home-three-col #right h3',
	  css: '.sIFR-root { color: #FFFFFF; } a{ text-decoration: none; color: #ffffff }',
	  fitExactly: true,
	  wmode: 'transparent'
	});
	
	sIFR.replace(fertigo, {
	  selector: 'h3',
	  css: '.sIFR-root { color: #333333; } a{ text-decoration: none; color: #333333 }',
	  fitExactly: true,
	  wmode: 'transparent'
	});

}
