var lettertype = {
      src: 'flash/dinregular.swf'
};
var lettertype2 = {
      src: 'flash/dinbold.swf'
};

sIFR.activate(lettertype);
sIFR.activate(lettertype2);

sIFR.replace(lettertype, {
selector: '.menu',
      css: [
      '.sIFR-root {font-size: 14px; color: #f9f9f9;}',
      'a {font-size: 14px; color: #f9f9f9; text-decoration: none;}',
      'a:hover {font-size: 14px; color: #f9f9f9; text-decoration: none;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.eyecatchertitle',
      css: [
      '.sIFR-root {font-size: 18px; color: #f9f9f9; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.eyecatcherbinnentitle',
      css: [
      '.sIFR-root {font-size: 18px; color: #f9f9f9; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.telnr',
      css: [
      '.sIFR-root {font-size: 22px; color: #f9f9f9; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.maintitle',
      css: [
      '.sIFR-root {font-size: 22px; color: #0193d8; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.reservationhead',
      css: [
      '.sIFR-root {font-size: 14px; color: #f9f9f9; text-transform: uppercase;}',
      'a {font-size: 14px; color: #f9f9f9; text-decoration: none;}',
      'a:hover {font-size: 14px; color: #f9f9f9; text-decoration: none;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.reservationhead2',
      css: [
      '.sIFR-root {font-size: 14px; color: #03415f; text-transform: uppercase;}',
      'a {font-size: 14px; color: #03415f; text-decoration: none;}',
      'a:hover {font-size: 14px; color: #03415f; text-decoration: none;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.submenu',
      css: [
      '.sIFR-root {font-size: 14px; color: #f9f9f9; text-transform: uppercase;}',
      'a {font-size: 14px; color: #f9f9f9; text-decoration: none;}',
      'a:hover {font-size: 14px; color: #03415f; text-decoration: none;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.booknow',
      css: [
      '.sIFR-root {font-size: 14px; color: #f9f9f9; text-transform: uppercase;}',
      'a {font-size: 14px; color: #f9f9f9; text-decoration: none;}',
      'a:hover {font-size: 14px; color: #f9f9f9; text-decoration: none;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});
