$(document).ready(function(){
	$("tr:nth-child(odd)").addClass("odd");	
	//$("div.box").corner();
	$(".rounded").corners("10px");
	$("a.toggle").click(function() {
		$("tr.aktuelle_termine").toggle();
		return false;
	});
});
