//<[CDATA[

var kabel = { src: '/_flash/KabelLTStd-Light2.swf' };

sIFR.delayCSS  = false;
sIFR.activate();

sIFR.replace(kabel, {
    selector: '#content h1'
	,wmode: 'transparent'
    ,css: '.sIFR-root { font-weight: bold; font-size:35px; margin-bottom:0; color:#B9B12C; }'
});
sIFR.replace(kabel, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: '.sIFR-root { font-weight: bold; font-size:30px; margin-bottom:0; color:#B9B12C; } *html .sIFR-root { font-weight: bold; height:30px; font-size:30px; margin-bottom:0; color:#B9B12C; }'
});
sIFR.replace(kabel, {
    selector: '#sidebar h3'
	,wmode: 'transparent'
    ,css: [
		'.sIFR-root {margin-left: 35px; font-weight:bold; font-size:22px; color:#B9B12C; }'
		,'a { text-decoration:none; }'
		,'a:link { color:#B9B12C; }'
		,'a:hover { color:#B9B12C; cursor:pointer; }'
	]
});
sIFR.replace(kabel, {
    selector: 'h3'
	,wmode: 'transparent'
    ,css: '.sIFR-root { font-size:20px; color:#B9B12C; }'
});
//]]>