//<[CDATA[

	var font1 = { src: '/fileadmin/exxtra/sifr/sifr.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

// -------------------------------------------------------
// Fonts for maincontent homepage news
// -------------------------------------------------------

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color: #f3870d; font-size:17px; font-weight:bold; text-transform:uppercase; }'
,'a { color: #f3870d;text-decoration: none; }'
,'a:visited { color: #f3870d;text-decoration: none; }'
,'a:hover { color: #f3870d;text-decoration: none; }'
]

, wmode: 'transparent'

});
/*
sIFR.replace(font1, {
selector: 'div#main h2'
,css: [

'.sIFR-root { color: #999999; font-size:15px; font-weight:bold; text-transform:uppercase; }'
,'a { color: #999999;text-decoration: none; }'
,'a:visited { color: #999999;text-decoration: none; }'
,'a:hover { color: #999999;text-decoration: none; }'
]

, wmode: 'transparent'

});*/

sIFR.replace(font1, {
selector: 'div#leftcontentmid h5'
,css: [

'.sIFR-root { color: #999999; font-size:17px; font-weight:bold; text-transform:uppercase; }'
,'a { color: #999999;text-decoration: none; }'
,'a:visited { color: #999999;text-decoration: none; }'
,'a:hover { color: #999999;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'div#rightcontentmid h5'
,css: [

'.sIFR-root { color: #999999; font-size:17px; font-weight:bold; text-transform:uppercase; }'
,'a { color: #999999;text-decoration: none; }'
,'a:visited { color: #999999;text-decoration: none; }'
,'a:hover { color: #999999;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'div#rightcontentmid h6'
,css: [

'.sIFR-root { color: #999999; font-size:17px; font-weight:bold; text-transform:uppercase; }'
,'a { color: #999999;text-decoration: none; }'
,'a:visited { color: #999999;text-decoration: none; }'
,'a:hover { color: #999999;text-decoration: none; }'
]

, wmode: 'transparent'

});
