﻿var eurostile = {
	src: '../assets/sIFR/eurostile.swf'
};

sIFR.activate(eurostile);

sIFR.replace(eurostile, {
    selector: '#blok1_titel, #blok2_titel, #blok3_titel, #staticblok1_titel',
    css: { '.sIFR-root': { 'color': '#f39912', 'font-weight': 'bold', 'font-size': '16px'} },
    wmode: 'transparent'
});


sIFR.replace(eurostile, {
    selector: '#staticblok2_titel',
    css: { '.sIFR-root': { 'color': '#FFFFFF', 'font-weight': 'bold', 'font-size': '16px'} },
    wmode: 'transparent'
});

