var TransitPrintOT = {
  src: 'fileadmin/templates/flash/TransitPrintOT.swf'
};

sIFR.activate(TransitPrintOT);

sIFR.replace(TransitPrintOT, {
  selector: '#content_mid_headline h1'
  ,transparent:true
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #41372d; font-size: 24px; background:transparent !important;}'
  ]

});

sIFR.replace(TransitPrintOT, {
  selector: '#startpageTeaser h1'
  ,transparent:true
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #41372d; font-size: 24px; background:transparent !important;}'
  ]

});

sIFR.replace(TransitPrintOT, {
  selector: '#statement h1'
  ,transparent:true
  ,wmode:'transparent'
  ,css: [
	'.sIFR-root { color: #41372d; font-size: 30px; background:transparent !important;}'
  ]

});

sIFR.replace(TransitPrintOT, {
  selector: 'span.kb_left'
  ,transparent:true
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #ffffff; font-size: 18px }'
	,'a { text-decoration: none; color: #ffffff;}'
	,'a:hover {text-decoration: underline; color:#ffffff;cursor:pointer; background:transparent !important;}'
	

  ]
  ,offsetTop:2

});

sIFR.replace(TransitPrintOT, {
  selector: 'span.kb_right'
  ,transparent:true
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #ffffff; font-size: 14px; }'
	,'a { text-decoration: none; color: #939393;}'
	,'a:hover {text-decoration: underline; color:#939393;cursor:pointer; background:transparent !important;}'
	

  ]
  ,offsetTop:2

});
