

(function($) {
	
	$(function() {
		$( "#wunschtermin" ).datepicker({
			showOn: "button",
			buttonImage: "/fileadmin/templates/img/calendar.gif",
			buttonImageOnly: true,
			regional: 'de'
		});
		
		$( "#datumvon" ).datepicker({
			showOn: "button",
			buttonImage: "/fileadmin/templates/img/calendar.gif",
			buttonImageOnly: true,
			regional: 'de'
		});
		
		$( "#datumbis" ).datepicker({
			showOn: "button",
			buttonImage: "/fileadmin/templates/img/calendar.gif",
			buttonImageOnly: true,
			regional: 'de'
		});
		
		
		
	});

})(jQuery);

