// JavaScript Document

ï»¿ var din = {
src: ''
  };
   var nav = {
src: ''
  };  
     var middle = {
src: ''
  };
  
//sIFR.domains = [];// Uncomment before launch!
  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(din);
  sIFR.replace(din, {
    selector: '#BildFeld h2, .Kopfspalte h2, #rechtsOrientierung h2'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:24px; color:#000000; text-transform: uppercase}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #cccccc; }'
	  ,'em { font-style: normal; color:#d71920 }'
	  ,'#kopf em { font-style: normal; color:#999999 }'
	
    ]
	, wmode: 'transparent'

  }); 
 sIFR.activate(din);
sIFR.replace(nav, {
  selector: '.hauptNav ul li, .current'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:16px; color:#000000; font-style: normal;  text-transform: uppercase}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #0099FF; }'
	  ,'em { font-style: normal; }'
	  ,'.active { color:#cccccc;  }'

    ]
, wmode: 'transparent'

  });

 sIFR.activate(din);
sIFR.replace(middle, {
  selector: '#mittelSpalte h2'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:12px; color:#666666; text-transform: uppercase}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #999999; }'
      ,'a:hover { color: #d71920; }'
	  ,'em { font-style: normal; }'
	 
    ]
, wmode: 'transparent'

  });
