var lettertype = {
      src: 'flash/din-regular.swf'
};

sIFR.activate(lettertype);
 
sIFR.replace(lettertype, {
selector: '#teksten h1',
      css: [
      '.sIFR-root {font-size: 18px; color: #dd036f;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '#teksten .intro',
      css: [
      '.sIFR-root {font-size: 14px; color: #c8c8c8; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '#reserveerthumb .header',
      css: [
      '.sIFR-root {font-size: 18px; color: #dd036f; }',
      'a {font-size: 18px; color: #dd036f; text-decoration: none; }',
      'a:hover {color: #dd036f;  }'
      ],
      wmode: 'transparent',
      forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '#reserveerthumb .header2',
      css: [
      '.sIFR-root {font-size: 18px; color: #ffffff; }',
      'a {font-size: 18px; color: #ffffff; text-decoration: none; }',
      'a:hover {color: #ffffff;  }'
      ],
      wmode: 'transparent',
      forceSingleLine: true
});


sIFR.replace(lettertype, {
selector: '#navigation ul li',
      css: [
      'a {font-size: 13px; color: #c8c8c8; text-decoration: none; }',
      'a:hover {color: #dd036f;  }'
      ],
      wmode: 'transparent',
      forceSingleLine: true
});


sIFR.replace(lettertype, {
selector: '.item h1',
      css: [
      '.sIFR-root {font-size: 16px; color: #dd036f; }',
      'a {font-size: 16px; color: #dd036f; text-decoration: none; }',
      'a:hover {color: #dd036f;  }'
      ],
      wmode: 'transparent'
});



sIFR.replace(lettertype, {
selector: '#tekst h1',
      css: [
      '.sIFR-root {font-size: 16px; color: #dd036f; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '#right #reservation .header',
      css: [
      '.sIFR-root {font-size: 18px; color: #dd036f; }',
      'a {font-size: 18px; color: #dd036f; text-decoration: none; }',
      'a:hover {color: #dd036f;  }'
      
      ],
      wmode: 'transparent',
      forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '#right #reservation .header2',
      css: [
      '.sIFR-root {font-size: 18px; color: #ffffff; }',   
      'a {font-size: 18px; color: #ffffff; text-decoration: none; }',
      'a:hover {color: #ffffff;  }'
      ],
      wmode: 'transparent',
      forceSingleLine: true
});
