var vagBt = {
  src: '/inc/swf/sIFR/VAGRoundedBt.swf'
};

var vagBtGlow = {
  src: '/inc/swf/sIFR/VAGRoundedBt.swf',
  filters: {
	  Glow: {
	    knockout: false,
	    distance: 1,
	    color: '#FFFFFF',
	    strength: 2
	  }
	}
};

var vagLtGlow = {
  src: '/inc/swf/sIFR/VAGRoundedLt.swf',
  filters: {
	  Glow: {
	    knockout: false,
	    distance: 1,
	    color: '#FFFFFF',
	    strength: 2
	  }
	}
};

sIFR.activate(vagBt,vagBtGlow,vagLtGlow);

sIFR.replace(vagBt, {
  selector: '.teaser h1',
  css: [
      '.sIFR-root { color: #2c59a1; font-size: 18px; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
   wmode: 'transparent'
});


sIFR.replace(vagBt, {
  selector: '.motivteaser h1',
  css: [
      '.sIFR-root { color: #2c59a1; font-size: 22px; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
   wmode: 'transparent'
});

sIFR.replace(vagBt, {
  selector: 'body div#section-title span',
  css: [
      '.sIFR-root { color: #2c59a1; font-size: 25px; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});