// set font
var unit = { src: '../images/flash/unit.swf' };

// activate
sIFR.activate(unit);

// page headline
sIFR.replace(unit, {
	selector: '#content h1',
	wmode: 'transparent',
	css: '.sIFR-root { color: #0B1939; }'
});
// submenu headline (area)
sIFR.replace(unit, {
	selector: '#submenu h3',
	css: [
		'.sIFR-root { color: #0B1939; }', 
		'a:link { color: #0B1939; text-decoration: none}',
		'a:hover { color: #FFFFFF; }'
	],
	wmode: 'transparent'
});
// home: info headline
sIFR.replace(unit, {
	selector: '#home-info h2',
	css: [
		'.sIFR-root { color: #41b5d3; }'
	],
	wmode: 'transparent'
});
// home: service teaser headline
sIFR.replace(unit, {
	selector: '#home-advantages h2',
	css: [
		'.sIFR-root { color: #999999; }'
	],
	wmode: 'transparent'
});
// service plus teaser headline
sIFR.replace(unit, {
	selector: '#t-service h3',
	css: [
		'.sIFR-root { color: #999999; }'
	],
	wmode: 'transparent'
});
// contact teaser headline
sIFR.replace(unit, {
	selector: '#t-contact h3',
	css: [
		'.sIFR-root { color: #41b5d3; }', 
		'a:link { color: #41b5d3; text-decoration: none}',
		'a:hover { color: #41b5d3; }'
	],
	wmode: 'transparent'
});
// adobe reader teaser headline
sIFR.replace(unit, {
	selector: '#t-adobereader h3',
	css: [
		'.sIFR-root { color: #41b5d3; }'
	],
	wmode: 'transparent'
});
// checklist teaser headline
sIFR.replace(unit, {
	selector: '#t-checklist h3',
	css: [
		'.sIFR-root { color: #41b5d3; }'
	],
	wmode: 'transparent'
});
// form separator headlines
sIFR.replace(unit, {
	selector: 'form h4',
	css: [
		'.sIFR-root { color: #0B1939; }'
	],
	wmode: 'transparent'
});
