$(window).load(function () {
	$('.modul_hojel table th').click(function() {
		$(this).parents('.tabla').toggleClass("zarva");
	});
});