jQuery(document).ready(function(){
		jQuery("#obsah-clanek tr:even").css("background-color", "#cdd7c2");
});


