init_sIFR();

function init_sIFR()
{
	sIFR.replace(din_engschrift, 
	{
		selector: 'h2',
		wmode: 'transparent',
		thickness: 100,
		sharpness: 0,
		css: ['.sIFR-root { color: #f86000; font-size: 23px; }, .sIFR-root a { color: #f86000; },  .sIFR-root a:hover { color: #f86000; text-decoration: underline; }']
	});
	
	sIFR.replace(din_engschrift, 
	{
			selector: 'h4', 
			wmode: 'transparent',
			thickness: 200,
			sharpness: 0,
			css: ['.sIFR-root { color: #f86000; font-size: 13px; letter-spacing:0.5; }']
	});
}