/*****************************************************************************
    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 arial = {
      src: 'http://51647921.de.strato-hosting.eu/baumdiagnostik-neu/templates/baumdiagnostik/websitefontdata/fonts/rotis.swf'}



 
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  //sIFR.useStyleCheck = true;
sIFR.activate(arial);

  


  sIFR.replace(arial, {
    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: #669933; }'
    ]
     ,wmode: 'transparent'
  });


  sIFR.replace(arial, {
    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: #669933; }'
    ]
     ,wmode: 'transparent'
  });
 
 
  
  
   sIFR.replace(arial, {
      selector: 'h3 '
     ,css: [
        '.sIFR-root  {  color: #669933; text-align: left;  font-weight:bold; letter-spacing:0; margin-left:-10;}'
        ,'a { text-decoration: none; color: #669933;}'
        ,'a:hover { color: #333333; text-decoration: none; }'
          ]
        ,wmode: 'transparent'
    });
 sIFR.replace(arial, {
      selector: 'h4 '
     ,css: [
        '.sIFR-root  {  color: #669933; text-align: left;  font-weight:normal; letter-spacing:0; margin-left:-10;}'
        ,'a { text-decoration: none; color: #669933;}'
        ,'a:hover { color: #333333; text-decoration: none; }'
          ]
        ,wmode: 'transparent'
    });

 sIFR.replace(arial, {
      selector: 'h5'
     ,css: [
        '.sIFR-root  { color: #669933;  text-align: left;  font-weight:normal; letter-spacing:0; margin-left:-10;}'
        ,'a { text-decoration: none; color: #ffffff;}'
        ,'a:hover { color: #333333; text-decoration: none; }'
          ]
        ,wmode: 'transparent'
    });





  //]]>
    
