//<[CDATA[

	var thesanssemibold = { src: 'fileadmin/sifr/TheSansSemiBold.swf' };
	var thesanssemilight = { src: 'fileadmin/sifr/TheSansSemiLight.swf' };
	
	sIFR.activate(thesanssemibold);
	sIFR.activate(thesanssemilight);

	sIFR.replace(thesanssemibold, {
		selector: '.headlines .csc-header-n1 h1, .headlines_start .csc-header-n1 h1',
		wmode : 'transparent',
		css: [
			'.sIFR-root { color: #CB071D; }',
			'a { text-decoration: none; }',
			'a:link { color: #CB071D; }',
			'a:hover { color: #CB071D; }'
		]
	});
	
	sIFR.replace(thesanssemilight, {
		selector: '.headlines h2, .headlines_start h2',
		wmode : 'transparent',
		css: [
			'.sIFR-root { color: #ffffff; }',
			'a { text-decoration: none; }',
			'a:link { color: #ffffff; }',
			'a:hover { color: #ffffff; }'
		]
	});

//]]>

