var champagne = {
 src: 'sIFR/flash/champagne.swf'
};
var champagnethick = {
  src: 'sIFR/flash/champagnethick.swf'
};
var savoye = {
 src: 'sIFR/flash/savoye.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(champagne, champagnethick, savoye);

sIFR.replace(savoye, {
  selector: 'h1.thema',
  css: [
    '.sIFR-root { color: #000000; font-size: 24px }'
  ],
  wmode: 'transparent',
});

sIFR.replace(savoye, {
  selector: 'h1.titel'
  ,css: [
	'.sIFR-root { color: #FFFFFF; text-decoraction: none font-size: 30px; text-align: right; width: 100% }'
  ]
  ,filters: {
    Glow: {
      knockout: false,
      distance: 2,
      color: '#000000',
      strength: 1
    }
  }
  , wmode: 'transparent'
  , forceWidth: 'false'
});

sIFR.replace(champagne, {
  selector: 'h1.rechts'
  ,css: [
    '.sIFR-root { color: #384d69; margin: 0px; font-size: 30px; text-align: right; ; padding-bottom: 15px }'
  ]
  , wmode: 'transparent'
  , thickness: '-100'
  });

sIFR.replace(champagne, {
  selector: 'h1.login'
  ,css: [
    '.sIFR-root { color: #FFFFFF; margin: 0px; font-size: 30px }'
  ]
  , wmode: 'transparent'
  , thickness: '-100'
  });

sIFR.replace(champagne, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { color: #384d69; margin: 0px; font-size: 30px; padding-bottom: 15px }'
	,'a { color: #384d69; text-decoraction: none; font-size: 30px; padding-bottom: 15px }'
	,'a:link { color: #384d69; text-decoration: none; font-size: 30px; padding-bottom: 15px }'
	,'a:hover { color: #384d69; text-decoration: underline; font-size: 30px; padding-bottom: 15px }'
  ]
  , wmode: 'transparent'
  , thickness: '-100'
  });

sIFR.replace(champagne, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { color: #384d69; margin: 0px; font-size: 26px; padding-bottom: 15px }'
	,'a { color: #384d69; text-decoraction: none }'
	,'a:link { color: #384d69; text-decoration: none }'
	,'a:hover { color: #384d69; text-decoration: underline }'
  ]
  , wmode: 'transparent'
  , thickness: '-100'
  });
	
sIFR.replace(champagnethick, {
  selector: 'h3.rechts'
  ,css: [
    '.sIFR-root { font-size: 16px; text-align: right }'
  ]
  , wmode: 'transparent'
});

sIFR.replace(savoye, {
  selector: 'li.link'
  ,css: [
	'a { color: #FFFFFF; text-decoraction: none font-size: 28px; text-align: justify; width: 100% }',
	'a:link { color: #FFFFFF; text-decoration: none; font-size: 28px }',
	'a:hover { color: #FFFFFF; text-decoration: underline; font-size: 28px }'
  ]
  ,filters: {
    Glow: {
      knockout: false,
      distance: 2,
      color: '#000000',
      strength: 1
    }
  }
  , wmode: 'transparent'
  , forceSingleLine: true
  , tuneWidth: true
});

sIFR.replace(savoye, {
  selector: 'p.onder'
  ,css: [
    '.sIFR-root { color: #FFFFFF; font-size: 20px }',
	'a { color: #FFFFFF; text-decoraction: none font-size: 20px }',
	'a:link { color: #FFFFFF; text-decoration: none; font-size: 20px }',
	'a:hover { color: #FFFFFF; text-decoration: underline; font-size: 20px }'
  ]
  ,filters: {
    Glow: {
      knockout: false,
      distance: 2,
      color: '#000000',
      strength: 1
    }
  }
  , wmode: 'transparent'
});
