$(document).ready(function() {

	$('table.Tabulka tr::nth-child(2n)').addClass('Lichy');
	
});

