/**
 *  @file
 *  Verschiedene JS-Konfigurationen zur Initialisierung
 */ 
jQuery(document).ready(function() {
	Kontaktlayer.init();	
	Custom_form.init();
	Slidemenu.init();
	
	jQuery(function() {
		// Use this example, or...
		jQuery('a[rel^="lightbox"]').lightbox(); // Select all links that contains lightbox in the attribute rel
		jQuery('a.lightbox').lightbox(); // Select all links with lightbox class
	});
});
