		
;(function($) {
	$(document).ready(function() {	
			$("#visFormular").click(function(){
				
				
				$("#formular").animate({ 
			        height: "340px"
			      }, 500,0, function(){
				  	$("#visFormular").animate({ 
				        height: "0px"
				      }, 100)
				  });

				
			})
		})
})(jQuery);