var title = {
    src: flashPath+'mittelschrift.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(title);

sIFR.replace(title, {
    selector: '.vezeltestIntro h1'
    ,css: ['.sIFR-root { color: #ee7f00; height: 28px;font-size: 28px;line-height: 24px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(title, {
    selector: 'div#spijsverteringscheckHome h1, body#spijscheck h1'
    ,css: ['.sIFR-root { color: #e20072; height: 28px;font-size: 28px;line-height: 24px;}']
    ,wmode: 'transparent'
	,selectable: false
});


sIFR.replace(title, {
    selector: 'h1'
    ,css: ['.sIFR-root { color: #c8d200; height: 28px;font-size: 28px;line-height: 24px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(title, {
    selector: 'div#submenu h2, div#content_right h2, div#homeContent h2'
    ,css: ['.sIFR-root { color: #c8d200;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(title, {
    selector: 'h5'
    ,css: ['.sIFR-root { color: #e20072; font-size: 24px;line-height: 24px; leading: -10px;}']
    ,wmode: 'transparent'
	,selectable: false
});
