var lettertype = {
      src: 'flash/din.swf'
  };

  var lettertype2 = {
      src: 'flash/DINBold.swf'
  };

  var lettertype3 = {
      src: 'flash/din2.swf'
  };

  sIFR.activate(lettertype);
  sIFR.activate(lettertype2);
  sIFR.activate(lettertype3);
 
sIFR.replace(lettertype2, {
selector: '.menu',
      css: [
      '.sIFR-root {font-size: 14px; color: #281918; text-decoration: none; text-transform:uppercase;}',
      'a {font-size: 14px; color: #281918; text-decoration: none;}',
      'a:hover {font-size: 14px; color: #281918; text-decoration: none;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.menucontact',
      css: [
      '.sIFR-root {font-size: 14px; color: #281918; text-decoration: none; text-transform:uppercase}',
      'a {font-size: 14x; color: #281918; text-decoration: none;}',
      'a:hover {font-size: 14px; color: #281918; text-decoration: none;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.hoofdkeuze',
      css: [
      '.sIFR-root {font-size: 11px; color: #ffffff; text-decoration: none; letter-spacing: 1.4}',
      'a {font-size: 11px; color: #ffffff; text-decoration: none;}',
      'a:hover {font-size: 11px; color: #ffffff; text-decoration: none;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});
sIFR.replace(lettertype, {
selector: '.hoofdkeuzelikeur',
      css: [
      '.sIFR-root {font-size: 11px; color: #ffffff; text-decoration: none; letter-spacing: 1.4}',
      'a {font-size: 11px; color: #ffffff; text-decoration: none;}',
      'a:hover {font-size: 11px; color: #ffffff; text-decoration: none;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});
sIFR.replace(lettertype, {
selector: '.wijnzoekerheader',
      css: [
      '.sIFR-root {font-size: 15px; color: #31251a; text-decoration: none;}',
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype3, {
selector: '.eyecatchertitel',
      css: [
      '.sIFR-root {font-size: 18px; color: #b0d136; text-decoration: none;}',
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});
sIFR.replace(lettertype3, {
selector: '.mainheader',
      css: [
      '.sIFR-root {font-size: 21px; color: #281918; text-decoration: none;}',
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});
sIFR.replace(lettertype, {
selector: '.itemtitle',
      css: [
      '.sIFR-root {font-size: 20px; color: #281818; text-decoration: none;}',
      '.itemtitle a{color: #281818; text-decoration: none;}',
      '.itemtitle a:hover{color: #281818; text-decoration: none;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});
sIFR.replace(lettertype, {
selector: '.detailheader',
      css: [
      '.sIFR-root {font-size: 30px; color: #605757; text-decoration: none;}',
      '.detailheader .green {font-size: 30px; color: #b0d136; text-decoration: none;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});