
$(document).ready(function(){
 	// #################### Pulldown der Laender
	$("#anmeldung .land .europa").focus( function() {$("#landpulldown:hidden").fadeIn("slow");});
	$("#anmeldung .land .atchde").focus( function() {$("#landpulldown:visible").fadeOut("slow");});
	
});
