//<[CDATA[

	var font1 = { src: '/fileadmin/exxtra/sifr/sifr.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

// -------------------------------------------------------
// Fonts for maincontent homepage news
// -------------------------------------------------------

sIFR.replace(font1, {
selector: 'body.boa div#topcontent h1'
,css: [

'.sIFR-root { color: #ffd500; font-size:24px; font-weight:normal; }'
,'a { color: #ffd500;text-decoration: none; }'
,'a:visited { color: #ffd500;text-decoration: none; }'
,'a:hover { color: #ffd500;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'body.boa h1'
,css: [

'.sIFR-root { color: #000000; font-size:24px; font-weight:normal; }'
,'a { color: #000000;text-decoration: none; }'
,'a:visited { color: #000000;text-decoration: none; }'
,'a:hover { color: #000000;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'body.boa h2'
,css: [

'.sIFR-root { color: #000000; font-size:20px; font-weight:normal; }'
,'a { color: #000000;text-decoration: none; }'
,'a:visited { color: #000000;text-decoration: none; }'
,'a:hover { color: #000000;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'body.boa h5'
,css: [

'.sIFR-root { color: #454c52; font-size:20px; font-weight:normal; }'
,'a { color: #454c52;text-decoration: none; }'
,'a:visited { color: #454c52;text-decoration: none; }'
,'a:hover { color: #454c52;text-decoration: none; }'
]

, wmode: 'transparent'

});