﻿/* jquery Anweisungen UFL */
$(document).ready(function() { 
  $(".t1-ko tr").mouseover(function(){$(this).addClass("stripe1-over");}).mouseout(function(){$(this).removeClass("stripe1-over");});
  $(".t1-ko tr:even").addClass("stripe1"); 
});

