var extrafont = { src: '/fileadmin/templates/sIFR3/delicious-roman.swf' };

sIFR.activate(extrafont);

/********* H1
*/
sIFR.replace(extrafont, {
	selector:'div#text_content h1',
	css: ['.sIFR-root { color: #75b9d7; font-size:24px; leading:4;}',
		'a { text-decoration: none; }',
		'a:link { color: #004393; }',
		'a:hover { color: #333333; }'
	],
	wmode: 'transparent'
});

/********* H2
*/
sIFR.replace(extrafont, {
	selector:'h2 a.internal-link, div#text_content h2',
	css: ['.sIFR-root { color: #9f7742; font-size:19px; leading:4;}',
		'a { text-decoration: none; }',
		'a:link { color: #9f7742; }',
		'a:hover { color: #75b9d7; }'
	],
	wmode: 'transparent'
});

/********* Überschrift in Box
*/
sIFR.replace(extrafont, {
	selector:'.fce_box_head_content h3',
	css: ['.sIFR-root { color: #ffffff; font-size:18px;}',
		'a { text-decoration: none; }',
		'a:link { color: #004393; }',
		'a:hover { color: #333333; }'
	],
	wmode: 'transparent'
});

/********* H4
*/
sIFR.replace(extrafont, {
	selector:'h4',
	css: ['.sIFR-root { color: #9f7742; font-size:19px; leading:4;}',
		'a { color: #9f7742; text-decoration: none; }',
		'a:link { color: #9f7742; }',
		'a:hover { color: #75b9d7; }'
	],
	wmode: 'transparent'
});

