
	function zmenBarvu(element){
	document.getElementById(element).style.backgroundColor = "#E4F1FA";
	}
	
