﻿var lettertype = {
      src: 'flash/avantgardeextra.swf'
};

sIFR.activate(lettertype);

/*sIFR.replace(lettertype, {
selector: '.big',
      css: [
      '.sIFR-root {font-size: 13px; color: #ffffff; text-transform: uppercase; font-weight: bold;}',
      'a {font-size: 13px; color: #ffffff; text-transform: uppercase; font-weight: bold;}',
      'a:hover {font-size: 13px; color: #ffffff; text-transform: uppercase; font-weight: bold;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});*/

sIFR.replace(lettertype, {
selector: '.specialofferstitle',
      css: [
      '.sIFR-root {font-size: 12px; color: #ffffff; font-weight: bold;text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.reservationtitle',
      css: [
      '.sIFR-root {font-size: 17px; color: #ffffff; font-weight: bold; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
    selector: '.youtubetitle',
    css: [
      '.sIFR-root {font-size: 12px; color: #ffffff; font-weight: bold; text-transform: uppercase;}'
      ],
    wmode: 'transparent',
    forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.wifititle',
      css: [
      '.sIFR-root {font-size: 17px; color: #ffffff; font-weight: bold; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.picinfotitle',
      css: [
      '.sIFR-root {font-size: 27px; color: #b4b155; letter-spacing: -0.6;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.eyecatchertitle',
      css: [
      '.sIFR-root {font-size: 19px; color: #b8b149; text-transform: uppercase;}',
      '.grey {color: #dfdfdf;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '#submenutitle',
      css: [
      '.sIFR-root {font-size: 24px; color: #ffffff; font-weight: bold; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.maincontentbinnentitle',
      css: [
      '.sIFR-root {font-size: 16px; color: #ffffff; font-weight: bold;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});
sIFR.replace(lettertype, {
    selector: '.maincontentbinnentitleh1',
    css: [
      '.sIFR-root {font-size: 18px; color: #ffffff; font-weight: bold;}'
      ],
    wmode: 'transparent',
    forceSingleLine: true
});

