/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/

    //<[CDATA[

    var rotis = {
      src: 'http://tplusb.de/templates/tplusb-2/websitefontdata/fonts/rotis.swf'
,ratios: [10, 1.13, 12, 1.04, 24, 1, 49, 0.96, 74, 0.94, 80, 0.93, 81, 0.94, 85, 0.93, 87, 0.94, 0.93]
     };
var rotis_light= {
      src: 'http://tplusb.de/templates/tplusb-2/websitefontdata/fonts/rotis_light.swf'
,ratios: [10, 1.13, 12, 1.04, 24, 1, 49, 0.96, 74, 0.94, 80, 0.93, 81, 0.94, 85, 0.93, 87, 0.94, 0.93]
     };

 
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  //sIFR.useStyleCheck = true;
sIFR.activate(rotis, rotis_light);

  


  sIFR.replace(rotis, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align:center; font-weight:normal; color:#88888d ;letter-spacing:0; line-height:1.5em}'
      ,'a { text-decoration: none; color:#88888d  }'
      ,'a:hover { color: #4790B3; }'
    ]
     ,wmode: 'transparent'
  });


  sIFR.replace(rotis, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color:#88888d; letter-spacing:0}'
      ,'a { text-decoration: none; color:#88888d  }'
      ,'a:hover { color: #4790B3; }'
    ]
     ,wmode: 'transparent'
  });
 
 
  
  
   sIFR.replace(rotis, {
      selector: 'h3 '
     ,css: [
        '.sIFR-root  {  color: #4790B3;  text-align: left;  font-weight:bold; letter-spacing:0}'
        ,'a { text-decoration: none; color: #4790B3;}'
        ,'a:hover { color: #333333; text-decoration: none; }'
          ]
        ,wmode: 'transparent'
    });

sIFR.replace(rotis, {
      selector: 'h4'
     ,css: [
        '.sIFR-root  {  color:#868789; text-align: left;  letter-spacing:0}'
        ,'a { text-decoration: none; color: #4790B3;}'
        ,'a:hover { color: #333333; text-decoration: none; }'
          ]
        ,wmode: 'transparent'
    });
sIFR.replace(rotis, {
      selector: 'h5'
     ,css: [
        '.sIFR-root  {  color:#868789; text-align: left;  font-weight:normal;  letter-spacing:0}'
        ,'a { text-decoration: none; color: #4790B3;}'
        ,'a:hover { color: #333333; text-decoration: none; }'
          ]
        ,wmode: 'transparent'
    });



  //]]>
    
