var styles = new Array();

//Styles
styles['menu'] = '.sIFR-root {color: #FFFFFF; font-size: 25px; font-weight: bold; cursor:hand;}, a{color: #FFFFFF; text-decoration:none;}, a:hover{color: #FFFFFF; text-decoration:none;}';
styles['sifrKop'] = '.sIFR-root {color: #FFFFFF; font-size: 55px; font-weight: bold; leading: -18.0;}';
styles['head01'] = '.sIFR-root {color: #fa7a00; font-size: 30px; font-weight: bold;}';
styles['menuActiviteiten'] = '.sIFR-root {color: #777777; font-size: 30px; font-weight: bold; cursor:hand;}, a{color: #777777; text-decoration:none;}, a:hover{color: #fa7a00; text-decoration:none;}';

styles['tekstH1'] = '.sIFR-root {color: #fa7a00; font-size: 30px; font-weight: bold;}';
styles['tekstH2'] = '.sIFR-root {color: #fa7a00; font-size: 30px; font-weight: bold;}';
styles['tekstH3'] = '.sIFR-root {color: #fa7a00; font-size: 30px; font-weight: bold;}';
styles['tekstH4'] = '.sIFR-root {color: #fa7a00; font-size: 30px; font-weight: bold;}';
styles['tekstH5'] = '.sIFR-root {color: #fa7a00; font-size: 30px; font-weight: bold;}';

styles['tekstH3span'] = '.sIFR-root {color: #fa7a00; font-size: 24px; font-weight: bold; cursor:hand;}';



//styles['head04'] = '.sIFR-root {color: #000000; font-size: 24px; font-weight: bold;}';
//styles['head05'] = '.sIFR-root {color: #000000; font-size: 40px; font-weight: bold;}';
//styles['head06'] = '.sIFR-root {color: #000000; font-size: 40px; font-weight:normal;}';
//styles['head07'] = '.sIFR-root {color: #000000; font-size: 33px; font-weight: bold;}';



//styles['faqsub'] = '.sIFR-root {color: #34992e; font-size: 16px; font-weight: bold;}';
//styles['adressen'] = '.sIFR-root {color: #cd9c1d; font-size: 25px; font-weight: bold;}';
//styles['adressensub'] = '.sIFR-root {color: #cd9c1d; font-size: 25px; font-weight: bold;}';
//styles['links'] = '.sIFR-root {color: #ff6600; font-size: 25px; font-weight: bold;}';
//
//styles['contact'] = '.sIFR-root {color: #ff0000; font-size: 25px; font-weight: bold;}';
//
//styles['contactsub'] = '.sIFR-root {color: #ff0000; font-size: 20px; font-weight: bold;}';
//styles['tipssub'] = '.sIFR-root {color: #902d6a; font-size: 18px; font-weight: bold;}';
//styles['contactsub'] = '.sIFR-root {color: #ff0000; font-size: 16px; font-weight: bold;}';
//
//styles['nieuwstracker'] = '.sIFR-root {color: #009dcc; font-size: 25px; font-weight: bold;}';
//styles['agendatracker'] = '.sIFR-root {color: #12266a; font-size: 25px; font-weight: bold;}';
//
//styles['randomtip'] = '.sIFR-root {color: #000000; font-size: 25px; font-weight: bold; line-height: 20px;)';
//
//styles['sitemap'] = '.sIFR-root {color: #e02071; font-size: 25px; font-weight: bold;}';

//var serifa55 = {
//  src: 'swf/serifa55.swf'
//};
//
//var serifa45 = {
//  src: 'swf/serifa45.swf'
//};

var caecilia = {
  src: 'swf/caecilia.swf'
};

	
//sIFR.activate(serifa45);
//sIFR.activate(serifa55);
sIFR.activate(caecilia);


sIFR.replace(caecilia, { selector: '#menu div.menuitems', css: styles['menu'] , wmode: 'transparent'});
sIFR.replace(caecilia, { selector: '#sifrKop h2', css: styles['sifrKop'] , wmode: 'transparent'});
sIFR.replace(caecilia, { selector: 'h1.head', css: styles['head01'] , wmode: 'transparent'});
sIFR.replace(caecilia, { selector: '#block_activiteiten div.menu_acti', css: styles['menuActiviteiten'] , wmode: 'transparent'});
sIFR.replace(caecilia, { selector: 'div.tekst h1, div.block_content h1', css: styles['tekstH1'] , wmode: 'transparent'});
sIFR.replace(caecilia, { selector: 'div.tekst h2, div.block_content h2', css: styles['tekstH2'] , wmode: 'transparent'});
sIFR.replace(caecilia, { selector: 'div.tekst h3, div.block_content h3', css: styles['tekstH3'] , wmode: 'transparent'});
sIFR.replace(caecilia, { selector: 'div.tekst h4, div.block_content h4', css: styles['tekstH4'] , wmode: 'transparent'});
sIFR.replace(caecilia, { selector: 'div.tekst h5, div.block_content h5', css: styles['tekstH5'] , wmode: 'transparent'});

sIFR.replace(caecilia, { selector: 'span.H3kop,span.H3prijs', css: styles['tekstH3span'] , wmode: 'transparent'});


//sIFR.replace(serifa55, { selector: 'h1.head05', css: styles['head05'] , wmode: 'transparent'});
//sIFR.replace(serifa45, { selector: 'h1.head06', css: styles['head06'] , wmode: 'transparent'});
//sIFR.replace(serifa45, { selector: 'h3.head07', css: styles['head07'] , wmode: 'transparent'});

