var browser = navigator.userAgent;
if (((browser.search("(MSIE 7)") >= 0) || (browser.search("(MSIE 8)") >= 0)) && (browser.search("(Opera)") == -1)) {
	document.write("<style type=\"text/css\">");
	document.write("ul { margin-left: 50px !important; }");
	document.write("</style>");
} else if ((browser.search("(MSIE 6)") >= 0) && (browser.search("(Opera)") == -1)) {
	document.write("<style type=\"text/css\">");
	document.write("#text { height: 400px !important; }");
	document.write("ul { margin-left: 50px !important; }");
        document.write("div.desc1 { margin-left: 8px !important; }");
        document.write("div.desc2 { margin-left: 0px !important; }");
        document.write("#reklama { margin-left: 3px }");
	document.write("</style>");
} else if ((browser.search("(MSIE)") >= 0) && (browser.search("(MSIE 7)") == -1) && (browser.search("(MSIE 8)") == -1) && (browser.search("(MSIE 6)") == -1) && (browser.search("(Opera)") == -1)) {
	document.write("<style type=\"text/css\">");
	document.write("body { padding: 0 0 0 20px !important; }");
	document.write("#bottom { height: 22px !important; }");
	document.write("#text { height: 450px !important; }");
	document.write("ul { margin-left: 50px !important; }");
        document.write("div.desc1 { margin-left: 8px !important; }");
        document.write("div.desc2 { margin-left: 0px !important; }");
        document.write("#reklama { margin-left: 3px }");
	document.write("</style>");
}
