if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
  // document.styleSheets[0].addRule('*', 'behavior: url(fileadmin/templates/iepngfix/iepngfix.htc)');
  // Feel free to add rules for specific elements only, as above.
  // You have to call this once for each selector, like so:
  document.styleSheets[0].addRule('#content-top', 'behavior: url(fileadmin/templates/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('#content', 'behavior: url(fileadmin/templates/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('#content-bottom', 'behavior: url(fileadmin/templates/iepngfix/iepngfix.htc)');
  
  document.styleSheets[0].addRule('#wrap_left-top', 'behavior: url(fileadmin/templates/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('#wrap_left', 'behavior: url(fileadmin/templates/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('#wrap_left-bottom', 'behavior: url(fileadmin/templates/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('#slogan-img', 'behavior: url(fileadmin/templates/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('#main', 'behavior: url(fileadmin/templates/iepngfix/iepngfix.htc)');
}