  var nobel = {
    src: 'calibri.swf'
    ,ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 59, 1.15, 63, 1.14, 65, 1.15, 103, 1.14, 104, 1.13, 110, 1.14, 112, 1.13, 115, 1.14, 120, 1.13, 121, 1.14, 1.13]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(nobel);
  
   sIFR.replace(nobel, {
    selector: 'span.menu',
	wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left; background-color: none; font-size: 16x; letter-spacing: 0; font-weight: normal;}'
      ,'a { color: #ffffff; text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #a694c2; text-decoration: none; }'
	  ,'.selected { color: #a694c2; font-weight: bold; text-decoration: none; }'
	],
	fixFocus: true,
	fitExactly: true,
	forceSingleLine: true
 });
   
   sIFR.replace(nobel, {
    selector: 'span.submenu',
	wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left; background-color: none; font-size: 14px; letter-spacing: 0; font-weight: normal;}'
      ,'a { color: #000000; text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #a694c2; text-decoration: none; }'
	  ,'.selected { color: #a694c2; text-decoration: none; }'
	],
	fixFocus: true,
	fitExactly: true,
	forceSingleLine: true
 });
   
sIFR.replace(nobel, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size: 15px; background-color: none; font-weight: bold; margin: 0px; padding: 0px; padding-bottom: 25px;}'
    ]
  });

sIFR.replace(nobel, {
    selector: 'h4'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #a694c2; font-size: 30px; background-color: none; font-weight: normal; margin: 0px; padding: 0px;}'
    ]
  });

sIFR.replace(nobel, {
    selector: 'div#headertitel'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; color: #ffffff; font-size: 35px; background-color: none; font-weight: bold; text-transform: lowercase; margin: 0px; padding: 0px;}'
    ]
  });