$(document).ready(function() { 
	/* $("div#gallery a").fancybox({
		'overlayShow': true
	}); */
	$(function() {
		$('div#gallery a').lightBox({fixedNavigation:true});
	});
	$("a.fancy").fancybox({
		'overlayShow': true
	});
	$("form.kontakt").validate({
		rules: {
                        "E-Mail": {
                     email: true
                        }
		}
        });

}); 
