  	var bitstream = {
    src: '/fileadmin/templates/bitstream.swf' 
    ,ratios: [10,1.32,16,1.27,23,1.23,24,1.21,25,1.22,31,1.21,38,1.2,42,1.19,43,1.2,61,1.19,66,1.18,67,1.19,96,1.18,97,1.17,102,1.18,103,1.17,108,1.18,109,1.17,113,1.18,115,1.17,117,1.18,121,1.17,122,1.18,1.17]
  };
  
   	var handwrite = {
    src: '/fileadmin/templates/note.swf' 
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(bitstream, handwrite);
  
  //sIFR.debug.ratios({ src: '/fileadmin/templates/Sraccato222_BT.swf', selector: '#sidepane dd.csc-textpic-caption' });
 

  
   sIFR.replace(bitstream, {
    selector: '.agentur h1'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
  
  sIFR.replace(bitstream, {
    selector: '.default h1'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
  
   sIFR.replace(bitstream, {
    selector: '.smaller h1'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
  
   sIFR.replace(bitstream, {
    selector: '.tv h1'
    ,css: [
      '.sIFR-root { color: #93DC54; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
  
   sIFR.replace(bitstream, {
    selector: '.tv_flash h1'
    ,css: [
      '.sIFR-root { color: #93DC54; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
  
  sIFR.replace(bitstream, {
    selector: '.internet h1'
    ,css: [
      '.sIFR-root { color: #51A7E8; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
  
  sIFR.replace(bitstream, {
    selector: '.print h1'
    ,css: [
      '.sIFR-root { color: #CCCCCC; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
  
  sIFR.replace(bitstream, {
    selector: '.mobile h1'
    ,css: [
      '.sIFR-root { color: #D94747; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
   
 
  
  
  sIFR.replace(bitstream, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { color: #f3f3f3; font-weight: normal;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { border-bottom: #ffffff 1px solid; color: #ffffff; }'
      ,'em { font-size: 60%; color: #bc5415; font-weight: normal; font-style: normal; }'
     
    ]
    , wmode: 'transparent'
  });
  
  
   
  
 // sIFR.replace(bitstream, {
//    selector: '#header #header_content #menu li'
 //   ,css: [
//      '.sIFR-root { color: #ffffff; font-weight: normal;}'
//      ,'a { text-decoration: none;}'
//      ,'a:link { color: #ffffff; }'
 //     ,'a:hover { text-decoration: none; color: #ffffff; }'
 //   ]
//    , wmode: 'transparent'
//    ,filters: {
//	  DropShadow: {
//	    knockout: false
//	    ,distance: 2
//	    ,blurX: 2
//	    ,blurY: 2
//	    ,color: '#000000'
//	    ,strength: .15
//	    ,angle: 90
//	  }
//	}

//  });
  
  sIFR.replace(handwrite, {
    selector: '#sidepane dd.csc-textpic-caption'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; text-align: right;}'
      ,'a { text-decoration: none;}'
      ,'a:link { color: #000000; }'
     
    ]
    , wmode: 'transparent'
  });
  
  sIFR.replace(handwrite, {
    selector: '#sidepane p.postit'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal;}'
      ,'a { text-decoration: none;}'
      ,'a:link { color: #000000; }'
     
    ]
    , wmode: 'transparent'
  });




