
sIFR.replace(officina_book, {
	selector: 'div#matrix thead th.current span.text',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #191919; font-size: 16px; }',
		'.sIFR-root a { color: #191919; text-decoration: none; }',
		'.sIFR-root a:hover { color: #191919; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});

sIFR.replace(officina_book, {
	selector: 'div#matrix thead span.text',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #333333; font-size: 16px; }',
		'.sIFR-root a { color: #333333; text-decoration: none; }',
		'.sIFR-root a:hover { color: #191919; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});

sIFR.replace(officina_book_bold, {
	selector: 'h1.top_content_title_beweegkriebels',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color:#B70100; font-size: 22px; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});	

sIFR.replace(officina_book_bold, {
	selector: 'h2.top_content_subtitle_beweegkriebels',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color:#FFFFFF; font-size: 18px; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});	