var syntax = {
  src: '/sifr3/flash/syntax.swf',
	ratios: [7, 1.32, 11, 1.31, 12, 1.24, 16, 1.27, 19, 1.23, 24, 1.22, 33, 1.2, 37, 1.19, 38, 1.2, 46, 1.19, 50, 1.18, 51, 1.19, 74, 1.18, 75, 1.17, 77, 1.18, 81, 1.17, 82, 1.18, 87, 1.17, 88, 1.18, 93, 1.17, 94, 1.18, 1.17]
};

sIFR.activate(syntax);
//sIFR.debug.ratios({ src: '/sifr3/flash/syntax.swf', selector: '.hoofdpaginaactueel .header .headertekst' });


/* <H1> */ 
 sIFR.replace(syntax, {
    selector: '#home h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -1.5; color: #c91d82 }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #c91d82; }'
      ,'a:hover { color: #c91d82; }'
    ]
});

sIFR.replace(syntax, {
selector: '#overnachten h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -1.5; color: #c91d82 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #c91d82; }'
      , 'a:hover { color: #c91d82; }'
    ]
});

sIFR.replace(syntax, {
    selector: '#ontdekken h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -1.5; color: #84b819 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #c91d82; }'
      , 'a:hover { color: #c91d82; }'
    ]
});

sIFR.replace(syntax, {
    selector: '#beleven h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -1.5; color: #e53138 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #c91d82; }'
      , 'a:hover { color: #c91d82; }'
    ]
});

sIFR.replace(syntax, {
    selector: '#groepen h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -1.5; color: #5292c9 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #c91d82; }'
      , 'a:hover { color: #c91d82; }'
    ]
});

sIFR.replace(syntax, {
    selector: '#limburgwinkel h1'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -1.5; color: #005aa1 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #c91d82; }'
      , 'a:hover { color: #c91d82; }'
    ]
});



/* <Tweede kolom - brochures - titel> */
sIFR.replace(syntax, {
    selector: '.brochureteaser .content .titel'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -0.5; color: #404040 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #404040; }'
      , 'a:hover { color: #404040; }'
    ]
});


/* <Tweede kolom - brochures - titel> */
sIFR.replace(syntax, {
    selector: '.promobox .content .titel'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -0.5; color: #404040 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #404040; }'
      , 'a:hover { color: #404040; }'
    ]
});



/* <headertekst - Vermelding details - balkjes> */
sIFR.replace(syntax, {
selector: '.vermelding_details .content .teksttitel'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: 0; color: #c91d82; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #404040; }'
      , 'a:hover { color: #404040; }'
    ]
});
/* <headertekst - Vermelding details - balkjes> */
sIFR.replace(syntax, {
    selector: '.vermelding_details .content .titel'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: 0; color: #c91d82 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #404040; }'
      , 'a:hover { color: #404040; }'
    ]
});


/** -- MOTHER OF ALL -- **/
sIFR.replace(syntax, {
    selector: '.header .headertekst'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -0.5; color: #404040 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #ffffff; }'
      , 'a:hover { color: #ffffff; }'
    ]
});

sIFR.replace(syntax, {
    selector: '.header .headertekst_wit'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -0.5; color: #ffffff }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #ffffff; }'
      , 'a:hover { color: #ffffff; }'
    ]
});

sIFR.replace(syntax, {
    selector: '.header .headertekst_grijs'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -0.5; color: #404040 }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #404040; }'
      , 'a:hover { color: #404040; }'
    ]
});

