var reisebank = {
	src: '/fileadmin/scripts/Sifr_Reisebank.swf'
};

sIFR.delayCSS  = true;
sIFR.activate(reisebank);

jQuery(document).ready(
  function() {
    sIFR.replace(reisebank, {
    	selector: 'h1',
    	css: [
    		'.sIFR-root { font-size: 32px; color: #004494; text-transform: uppercase; }',
    		'a { color: #004494; text-decoration: none; }',
    		'a:hover { color: #80A2CA; }'
    	],
    	wmode: 'transparent'
    });

    sIFR.replace(reisebank, {
    	selector: 'h2',
      css: [
    		'.sIFR-root { font-size: 19px; color: #004494; text-transform: uppercase; }',
    		'a { color: #004494; text-decoration: none; }',
    		'a:hover { color: #004494; }'
    	],
    	wmode: 'transparent',
      tuneHeight: -5
    });

    sIFR.replace(reisebank, {
    	selector: 'h3.country_infos',
    	css: [
    		'.sIFR-root { font-size: 15px; color: #004494; text-transform: uppercase; }',
    		'a { color: #004494; text-decoration: none; }',
    		'a:hover { color: #004494; }'
    	],
    	wmode: 'transparent',
      tuneHeight: -5
    });

    sIFR.replace(reisebank, {
    	selector: 'h3',
    	css: [
    		'.sIFR-root { font-size: 15px; color: #004494; }',
    		'a { color: #004494; text-decoration: none; }',
    		'a:hover { color: #004494; }'
    	],
    	wmode: 'transparent',
      tuneHeight: -5
    });
  }
);
