window.onload = function() {
	if(/msie/i.test(navigator.userAgent))
	{
		for(var i=0;i<document.all.length;++i)
			if(document.all[i].tagName=='HR')
				document.all[i].outerHTML = "<div class=pHr style='background:#FFF url(fileadmin/templates/mecole/images/hr.gif) no-repeat center center;height:20px'>&nbsp;</div>";
		with(document.styleSheets[0])
		{
			addRule('#wrapper','position:relative;left:9px;');
		}
	}
}
