var segoe = { src: '/font/segoe_condensed.swf'};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
//sIFR.useStyleCheck = true;

sIFR.activate(segoe);


    	sIFR.replace(segoe, {
      		selector: 'div.homeNazev',
                css: [
                	'.sIFR-root { font-weight: normal; font-size: 24px; color: #ff0000; }'
                ],
                wmode: 'transparent'
		}
	);
  
    	sIFR.replace(segoe, {
      		selector: 'div.nadpisAktuality',
                css: [
                	'.sIFR-root { font-weight: normal; font-size: 24px; color: #ff0000; }',
			'a { text-decoration: none; color: #ff0000; }',
			'a:hover { color: #ff0000; }',
                ],
                wmode: 'transparent'
		}
	);


	sIFR.replace(segoe, {
      		selector: 'div.nazevUpoutavky',
                css: [
                	'.sIFR-root { font-weight: normal; font-size: 24px; color: #ff0000; }'
                ],
                wmode: 'transparent'
		}
	);
/*
	sIFR.replace(segoe, {
      		selector: '#polozka td',
                css: [
                	'.sIFR-root { text-align: center;}',
			'a { text-decoration: none; color: #ffffff; font-size: 16px; font-weight: normal; }',
			'a:hover { color: #ffffff; font-weight: normal; }',
                ],
                wmode: 'transparent'
		}
	);
*/

	sIFR.replace(segoe, {
      		selector: '.content.oneCol h2',
                css: [
                	'.sIFR-root { font-size: 24px; color: #ff0000; }'
                ],
                wmode: 'transparent'
		}
	);

