  var locator = {
    src: 'flash/locator.swf'
  };

  sIFR.useStyleCheck = false;
  sIFR.activate(locator);


  
sIFR.replace(locator, {
    selector: 'li.menuTop'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {cursor: pointer; color: #e06601; font-size: 14px; font-weight: normal;}'
	  ,'em { font-style: normal; color: #e06601; }'
	  ,'a { text-decoration: none; color: #e06601; }'
      ,'a:link { color: #e06601; }'
      ,'a:hover { color: #21285a; }'
	  ,'a:visited { color: #e06601; }'
    ]
  });  
  

sIFR.replace(locator, {
    selector: 'li.sifr'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {cursor: pointer; color: #21285a; font-size: 14px; font-weight: normal;}'
	  ,'em { font-style: normal; color: #21285a; }'
	  ,'a { text-decoration: none; color: #21285a; }'
      ,'a:link { color: #21285a; }'
      ,'a:hover { color: #f47b27; }'
	  ,'a:visited { color: #21285a; }'
    ]
  });
sIFR.replace(locator, {
    selector: 'li.active-sifr'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {cursor: pointer; color: #f47b27; font-size: 14px; font-weight: normal;}'
	  ,'em { font-style: normal; color: #f47b27; }'
	  ,'a { text-decoration: none; color: #f47b27; }'
      ,'a:link { color: #f47b27; }'
      ,'a:hover { color: #f47b27; }'
	  ,'a:visited { color: #f47b27; }'
    ]
  });


sIFR.replace(locator, {
    selector: 'h1.titele'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {cursor: pointer; color: #21285a; font-size: 20px; font-weight: normal;}'
	  ,'em { font-style: normal; color: #21285a; }'
	  ,'a { text-decoration: none; color: #21285a; }'
      ,'a:link { color: #21285a; }'
      ,'a:hover { color: #f47b27; }'
	  ,'a:visited { color: #21285a; }'
    ]
  });









	


