/*****************************************************************************
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 headlines = {
 src: '/dateien/sifr/tradegothic_bold_cd.swf'
};  
 
 sIFR.activate(headlines);
 
 
  sIFR.replace(headlines, {
   selector: '#intro h1'
 ,wmode: 'transparent' 
   ,css: [
   '.sIFR-root {  color:#FF6600;font-size:28px;height:30px;text-transform:uppercase;margin:0;padding:0;}'
   ,'a { text-decoration: none; }'
   ,'a:link { color: #FF6600; text-decoration:none; }'
   ,'a:hover { color: #FF6600;  text-decoration:underline;}'
   ]
  });
   sIFR.replace(headlines, {
    selector: '#page h1'
 	,wmode: 'transparent' 
 ,css: [
    '.sIFR-root {  color:#666666;font-size:19px;height:20px;text-transform:uppercase;}'
   ,'a { color: #666666;text-decoration: none; }'
   ,'a:link { color: #666666; text-decoration:none;}'
    ,'a:hover { color: #666666;text-decoration:underline; }'
  ]
  });


 sIFR.replace(headlines, {
    selector: '#page h2'
 	,wmode: 'transparent' 
 ,css: [
    '.sIFR-root {  color:#666666;font-size:19px;height:20px;text-transform:uppercase;}'
   ,'a { color: #666666;text-decoration: none; }'
   ,'a:link { color: #666666; text-decoration:none;}'
    ,'a:hover { color: #666666;text-decoration:underline; }'
  ]
  });


 sIFR.replace(headlines, {
    selector: '#news h2'
 	,wmode: 'transparent' 
 ,css: [
    '.sIFR-root {  color:#666666;font-size:19px;height:20px;text-transform:uppercase;}'
   ,'a { color: #666666;text-decoration: none; }'
   ,'a:link { color: #666666; text-decoration:none;}'
    ,'a:hover { color: #666666;text-decoration:underline; }'
  ]
  });


 sIFR.replace(headlines, {
    selector: '#karriere h2'
 	,wmode: 'transparent' 
 ,css: [
    '.sIFR-root {  color:#666666;font-size:19px;height:20px;text-transform:uppercase;}'
   ,'a { color: #666666;text-decoration: none; }'
   ,'a:link { color: #666666; text-decoration:none;}'
    ,'a:hover { color: #666666;text-decoration:underline; }'
  ]
  });



 sIFR.replace(headlines, {
    selector: '#newsnavi h2'
 	,wmode: 'transparent' 
 ,css: [
    '.sIFR-root {  color:#666666;font-size:19px;text-transform:uppercase;padding:0;margin:0;}'
   ,'a { color: #666666;text-decoration: none; }'
   ,'a:link { color: #666666; text-decoration:none;}'
    ,'a:hover { color: #666666;text-decoration:underline; }'
  ]
  });


  
//	    sIFR.replace(headlines, {
//	    selector: '#newsnavi a'
 //	,wmode: 'transparent' 
//	 ,css: [
//	    '.sIFR-root {  color:#666666;font-size:14px;text-transform:uppercase;padding:0;margin:0;cursor:pointer;}'
//	   ,'a { color: #666666;text-decoration: none;font-size:14px;padding:0;margin:0;}'
//	   ,'a:link { color: #666666; text-decoration:none;font-size:14px;padding:0;margin:0;}'
//	    ,'a:hover { color: #666666;text-decoration:underline;font-size:14px;padding:0;margin:0;}'
//	  ]
//	  });
  
  
 //	  sIFR.replace(headlines, {
//	    selector: '#newsnavi span'
 //	,wmode: 'transparent' 
//	 ,css: [
//	    '.sIFR-root {  color:#666666;font-size:14px;text-transform:uppercase;padding:0;margin:0;}'
//	   ,'a { color: #666666;text-decoration: none; font-size:14px;padding:0;margin:0;}'
//	   ,'a:link { color: #666666; text-decoration:none;font-size:14px;padding:0;margin:0;}'
 //	   ,'a:hover { color: #666666;text-decoration:underline;font-size:14px;padding:0;margin:0; }'
//	  ]
//	  });
  

  
  



 sIFR.replace(headlines, {
    selector: 'h3'
 	,wmode: 'transparent' 
 ,css: [
    '.sIFR-root {  color:#666666;font-size:14px;text-transform:uppercase;}'
   ,'a { color: #666666;text-decoration: none; font-size:14px;}'
   ,'a:link { color: #666666; text-decoration:none;font-size:14px;}'
    ,'a:hover { color: #666666;text-decoration:underline; font-size:14px;}'
  ]
  });
  
  
  
  
  
