    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var sabon = {
      //src: 'inc/js/sifr3/demo/sabon.swf'
	  src: 'inc/js/sifr3/demo/sabon3.swf'
	  //src: 'inc/js/sifr3/demo/tetria_bold.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(sabon);
    sIFR.useStyleCheck = true;

    /* sIFR.replace(sabon, {
      selector: 'h3.sidebox'
      ,css: {
        '.sIFR-root': { 'background-color': '#DCDCDC' }
      }
    });
  
   sIFR.replace(sabon, {selector: 'h2,h3'});*/
  
  sIFR.replace(sabon, {
      selector: '#NAVIGATION ul li',
	 wmode: 'transparent',
      css: [
        '.sIFR-root { text-align: center; color: #636363; }'
        ,'a { text-decoration: none; color: #636363; width: auto;  }'
        ,'a:link { color: #636363; }'
        ,'a:hover { color: #e53e20; }'
		,'#aktuell_li a{ color: #e53e20; }'
		,'a:active { color: #e53e20; }'
		,'a:visited { color: #e53e20; }'
      ]
    });
	
	sIFR.replace(sabon, {
      selector: '#logo_txt h1',
	    wmode: 'transparent',
		filters: {
        DropShadow: {
           distance: 3
          ,color: '#000000'
          ,strength: 2
          ,alpha: .2
        }
      },

      css: [
        '.sIFR-root { leading:-2; text-align: left; color: #e53e20; text-transform:uppercase; letter-spacing:2 	}'
        ]
    });
	
	sIFR.replace(sabon, {
      selector: '#logo_txt h2',
	     wmode: 'transparent',
		filters: {
        DropShadow: {
           distance: 3
          ,color: '#000000'
          ,strength: 2
          ,alpha: .2
        }
      },
      css: [
        '.sIFR-root { leading:-2; text-align: left; color: #636363; text-transform:uppercase; letter-spacing:2 }'
        ]
    });
	
	sIFR.replace(sabon, {
      selector: '#logo_txt h3',
	   wmode: 'transparent',
		filters: {
        DropShadow: {
           distance: 3
          ,color: '#000000'
          ,strength: 1
          ,alpha: .2
        }
      },
      css: [
        '.sIFR-root { leading:-2; text-align: left; color: #e53e20; text-transform:uppercase;	letter-spacing:2;  opacity:0.8; }'
        ]
    });
	
	
	
	
	sIFR.replace(sabon, {
      selector: '#Col1_Head h2',
	    wmode: 'transparent',
      css: [
        '.sIFR-root { text-align: left; color: #e53e20; }'
        ]
    });
	
	
	sIFR.replace(sabon, {
      selector: '#Col1_Head h3',
	    wmode: 'transparent',
      css: [
        '.sIFR-root { text-align: left; color: #636363; }'
        ]
    });
