var lettertype = {
      src: 'flash/din.swf'
};

sIFR.activate(lettertype);
 
sIFR.replace(lettertype, {
selector: '.menu',
      css: [
	  'a {color: #5c5c5c; line-height: 1; height: 20px; text-decoration: none;}',
	  'a:hover {color: #a3a3a3; line-height: 1em; text-decoration: none;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.menucontact',
      css: [
	  'a {color: #5c5c5c; line-height: 1; height: 20px; text-decoration: none;}',
	  'a:hover {color: #a3a3a3; line-height: 1em; text-decoration: none;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.promoties',
      css: [
	  '.sIFR-root {color: #399025; line-height: 1.6em; text-decoration: none;}',
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.headerreserveren',
      css: [
	  '.sIFR-root {color: #abd03e; line-height: 1.4em; text-decoration: none;}',
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.eyecatchertitle',
      css: [
	  '.sIFR-root {color: #687c29; line-height: 1.4em; text-decoration: none;}',
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.eyecatcherheader',
      css: [
	  '.sIFR-root {color: #bae144; text-decoration: none; letter-spacing: -0.6;}',
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.eyecatcherinsidetext',
      css: [
	  '.sIFR-root {color: #ffffff; text-decoration: none; letter-spacing: -0.6;}',
       'a {color: #ffffff; font-size: 14px; text-decoration: none;}',
      'a:hover {color: #ffffff; font-size: 14px; text-decoration: none;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '.eyecatcherindextext',
      css: [
	  '.sIFR-root {color: #626262; text-decoration: none;}',
	  'a {color: #626262; text-decoration: none;}',
      'a:hover {color: #626262; text-decoration: none;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '.title',
      css: [
	  '.sIFR-root {color: #327b20; font-size: 24px; text-decoration: none;}',
	   'h2 {color: #327b20; font-size: 24px; text-decoration: none;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '.contenttitle',
      css: [
	  '.sIFR-root {color: #327b20; font-size: 24px; text-decoration: none;}',
	   'h2 {color: #327b20; font-size: 24px; text-decoration: none;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '.contentsubtitle',
      css: [
	  '.sIFR-root {color: #327b20; font-size: 14px; text-decoration: none;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '.menuitem',
      css: [
	  '.sIFR-root {color: #555555; font-size: 14px; text-decoration: none;}',
      'a {color: #555555; font-size: 14px; text-decoration: none;}',
      'a:hover {color: #327b20; font-size: 14px; text-decoration: none;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(lettertype, {
selector: '.menuheader',
      css: [
	  '.sIFR-root {color: #555555; font-size: 18px; text-decoration: none;}'
      ],
      wmode: 'transparent'
});