var helvetica = { src: '/-sifr-bike/flash/helvetica.swf' };


sIFR.activate(helvetica);


sIFR.replace(helvetica, {
  selector: 'body#green .blackbox h1'
      ,wmode : 'transparent'
      /*,offsetTop: '-6px'
      ,tuneHeight : '-11px'*/
      ,css: [
        '.sIFR-root { color: #ffffff; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});



sIFR.replace(helvetica, {
  selector: 'body#green h1'
      ,wmode : 'transparent'
	 /* ,offsetTop: '-6px'
	  ,tuneHeight : '-11px'*/
      ,css: [
        '.sIFR-root { color: #0f0f0f; }'
		,'strong { color: #ffffff;font-weight: normal;}'
      ]
});



sIFR.replace(helvetica, {
  selector: 'body#black h1'
      ,wmode : 'transparent'
      /* ,offsetTop: '-6px'
       ,tuneHeight : '-11px'*/
      ,css: [
        '.sIFR-root { color: #ffffff; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});

sIFR.replace(helvetica, {
  selector: 'body#success h1'
      ,wmode : 'transparent'
      /* ,offsetTop: '-6px'
       ,tuneHeight : '-11px'*/
      ,css: [
        '.sIFR-root { color: #ffffff; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});

sIFR.replace(helvetica, {
  selector: 'body#success h5'
      ,wmode : 'transparent'
      /* ,offsetTop: '-6px'
       ,tuneHeight : '-11px'*/
      ,css: [
        '.sIFR-root { color: #ffffff;leading: 3;}'
		,'strong { color: #b5c414;font-weight: normal;}'
		
      ]
});



sIFR.replace(helvetica, {
  selector: '.blackbox h1'
  	,wmode : 'transparent'
  	/*,offsetTop: '-6px'
  	,tuneHeight : '-11px'*/
      ,css: [
        '.sIFR-root { color: #ffffff; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});


sIFR.replace(helvetica, {
  selector: 'h1.umlaut'
  	,wmode : 'transparent'
  	,offsetTop: '3px'
  	,tuneHeight : '-5px'
      ,css: [
        '.sIFR-root { color: #0f0f0f; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});

sIFR.replace(helvetica, {
  selector: 'h1'
  	,wmode : 'transparent'
  	/*,offsetTop: '3px'
  	,tuneHeight : '-5px'*/
      ,css: [
        '.sIFR-root { color: #0f0f0f; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});



sIFR.replace(helvetica, {
  selector: '#shop .bg_teaser_box h5'
  	,wmode : 'transparent'
  	/*,offsetTop: '-5px'*/
	,tuneHeight : '-3px'
      ,css: [
        '.sIFR-root { color: #ffffff; }'
      ]
});

sIFR.replace(helvetica, {
  selector: '#shop .drittelwrap h5'
  	,wmode : 'transparent'
  	/*,offsetTop: '-5px'*/
	,tuneHeight : '-3px'
      ,css: [
        '.sIFR-root { color: #0f0f0f; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});

sIFR.replace(helvetica, {
  selector: '.bg_teaser_box h5'
  	,wmode : 'transparent'
  	/*,offsetTop: '-5px'
	,tuneHeight : '-12px'*/
      ,css: [
        '.sIFR-root { color: #ffffff; }'
      ]
});

sIFR.replace(helvetica, {
  selector: 'h5'
  	,wmode : 'transparent'
  	/*,offsetTop: '-5px'
	,tuneHeight : '-12px'*/
      ,css: [
        '.sIFR-root { color: #0f0f0f; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});


