//<[CDATA[
  
	var font = {
		src: './layout/swf/neosansmt-light-3.swf'
	};

	sIFR.delayCSS  = true;

	sIFR.prefetch(font);
	sIFR.activate(font);
  
	sIFR.replace(font, {
		selector: '#titulka-top h1'
		,css: [
			'.sIFR-root { color: #ff3399; background-color: #000000; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #ffffff; }'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		selector: '#sekce-top h1'
		,css: [
			'.sIFR-root { color: #ff3399; background-color: #000000; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #ffffff; }'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		selector: '#archiv-top h1'
		,css: [
			'.sIFR-root { color: #ff3399; background-color: #000000; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #ffffff; }'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		selector: '#blog-top p'
		,css: [
			'.sIFR-root { color: #ff3399; background-color: #000000; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #ffffff; }'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		selector: '#blog-prava h1'
		,css: [
			'.sIFR-root { color: #ff3399; background-color: #000000; }'

		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		selector: '.kontakt h2'
		,css: [
			'.sIFR-root { color: #ff3399; }'

		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		selector: '.pratele h2'
		,css: [
			'.sIFR-root { color: #ffffff; }'

		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		selector: '#sekce h2'
		,css: [
			'.sIFR-root { color: #000000; }'

		]
		,wmode: 'transparent'
	});
	
//]]>
