$(function(){
  $('#jahresprogramm tr:odd').css({'background-color': '#ccc'});
});

