var lettertype = {
      src: 'flash/font.swf'
};
var lettertype2 = {
      src: 'flash/font2.swf'
};

sIFR.activate(lettertype);
sIFR.activate(lettertype2);

sIFR.replace(lettertype, {
selector: '.mainmenu',
      css: [
      '.sIFR-root {font-size: 17px; color: #37939b;}',
      'a {font-size: 17px; color: #37939b; text-decoration: none;}', 
      'a:hover {font-size: 17px; color: #004a61; text-decoration: none;}' 
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});
sIFR.replace(lettertype, {
selector: '.newsitemtitle',
      css: [
      '.sIFR-root {font-size: 13px; color: #ffffff;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});
sIFR.replace(lettertype2, {
selector: '.maintitle',
      css: [
      '.sIFR-root {font-size: 15px; color: #2c686e; leading: 5;}',
      'a {color: #2c686e; text-decoration: underline; }',
      'a:hover {color: #2c686e; text-decoration: none;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(lettertype, {
selector: '.language',
      css: [
      '.sIFR-root {font-size: 13px; color: #3c959d;}',
      'a {font-size: 13px; color: #37939b; text-decoration: none;}', 
      'a:hover {font-size: 13px; color: #004a61; text-decoration: none;}'
      ],
      wmode: 'transparent',
      forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.searchtext',
      css: [
      '.sIFR-root {font-size: 15px; color: #28787f;}'
      ],
      wmode: 'transparent',
      forceSingleLine: true
});
sIFR.replace(lettertype2, {
selector: '.maincontenttitle',
      css: [
      '.sIFR-root {font-size: 23px; color: #37939b;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype2, {
selector: '.maincontentsubtitle',
      css: [
      '.sIFR-root {font-size: 15px; color: #2c686e; leading: 5;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype2, {
selector: '.tdlegende',
      css: [
      '.sIFR-root {font-size: 12px; color: #37939b;}',
      ],
      wmode: 'transparent'
});