 /*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

    var sans_nor = {
      src: '/img/sans_nor.swf'
      ,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 33, 1.23, 43, 1.22, 61, 1.21, 91, 1.2, 92, 1.19, 107, 1.2, 108, 1.19, 110, 1.2, 113, 1.19, 115, 1.2, 119, 1.19, 120, 1.2, 121, 1.19, 122, 1.2, 124, 1.19, 1.2]
    };
	    var sans_bol = {
      src: '/img/sans_bol.swf'
      ,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 33, 1.23, 43, 1.22, 61, 1.21, 91, 1.2, 92, 1.19, 107, 1.2, 108, 1.19, 110, 1.2, 113, 1.19, 115, 1.2, 119, 1.19, 120, 1.2, 121, 1.19, 122, 1.2, 124, 1.19, 1.2]
    };


sIFR.activate(sans_nor,sans_bol);


    sIFR.replace(sans_nor, {
      	selector: 'h1'
		,wmode: 'transparent'
      	,css: [
			'.sIFR-root { color:#1c5d6a;letter-spacing:0.5;}'
			,'a { text-decoration: none; }'
			,'a:link { color: #1c5d6a; }'
			,'a:hover { color: #1c5d6a; }'
      ]
    });

//	normale Überschriften 2
	sIFR.replace(sans_bol, {
      	selector: 'h2'
		,wmode: 'transparent'
      	,css: [
        	'.sIFR-root { color:#1c5d6a;letter-spacing:0.5;}'
	        ,'a { text-decoration: none; }'
    	    ,'a:link { color: #1c5d6a; }'
        	,'a:hover { color: #1c5d6a; }'
      ]
    });
		//	normale Überschriften 3
	sIFR.replace(sans_bol, {
      	selector: '#app_news h3'
		,wmode: 'transparent'
      	,css: [
        	'.sIFR-root { color:#1c5d6a;letter-spacing:0.5;}'
	        ,'a { text-decoration: none; }'
    	    ,'a:link { color: #1c5d6a; }'
        	,'a:hover { color: #1c5d6a; }'
      ]
    });
	//	normale Überschriften 3
	sIFR.replace(sans_bol, {
      	selector: 'h3'
		,wmode: 'transparent'
      	,css: [
        	'.sIFR-root { color:#000000;letter-spacing:0.5;}'
	        ,'a { text-decoration: none; }'
    	    ,'a:link { color: #000000; }'
        	,'a:hover { color: #000000; }'
      ]
    });