$(document).ready(function(){
			// Default
			$("#resultate p").hide();
			
			// Umblenden
			$("#resultate a").click(function() {$("#resultate p").slideToggle("slow");});
																											
	});


/*
$("#sternwertung a").hover(function(){$("#sterntooltipp").text(this.title,true);}	,
																														function(){$("#sterntooltipp").text(" ");}
																														);
*/
