/*nifty corners layout*/
window.onload=function(){
	Nifty("div#content_container", "bottom big");
	Nifty("span.current_path", "top big");
	Nifty("div#rightcol-broad h3", "top");
	Nifty("div.dno", "bottom");
	Nifty("div#dno1", "bottom");
	Nifty("div.module h3", "top");
	Nifty("div.moduleFSC", "top");
	Nifty("p#opis", "bottom");	
	Nifty("div.moduletableNOVOSTI h3", "top");
	Nifty("ul.latestnewsNOVOSTI", "bottom");
	Nifty("table.table_zakon", "small");
	Nifty("div.moduleIMG div div div div", "bottom");
}
