var bahausMed = {
	src: '/inc/23/flash/bahaus_med.swf'
};
sIFR.activate(bahausMed); // From revision 209 and onwards
sIFR.useStyleCheck = true;

// Domain
sIFR.replace(bahausMed, {
	selector: 'h1',
	css: [
		'.sIFR-root { font-size: 24px; font-weight: normal; color: #0083bf; letter-spacing: 0.5; }',
		'a { font-weight: normal; color: #530eb0; text-decoration: none; }',
		'a:hover { font-weight: normal; color: #000000; text-decoration: none; }'
	],
	wmode: 'transparent',
	tuneHeight: '-6'
});
// H2s
sIFR.replace(bahausMed, {
	selector: '.h2Wrap h2',
	css: [
		'.sIFR-root { font-size: 18px; font-weight: normal; color: #ffffff; letter-spacing: 0.5; }',
		'strong { font-weight: normal; }'
	],
	wmode: 'transparent',
	tuneHeight: '-3'
});
sIFR.replace(bahausMed, {
	selector: '#content h2',
	css: [
		'.sIFR-root { font-size: 18px; font-weight: normal; color: #0ea5b0; letter-spacing: 0.5; }',
		'strong { font-weight: normal; }'
	],
	wmode: 'transparent',
	tuneHeight: '-3'
});