// jQuery
$(document).ready(function(){
	// jQuery Lightbox
	$('a[rel*=lightbox]').lightBox();
						   
	// QapTcha 
	$('#QapTcha').QapTcha({txtLock:'Fomular gesperrt! Zum entsperren Schieber nach rechts schieben!',txtUnlock:'Formular bereit zum senden!'}); 
   
	// Accordion
	$(function() {
		$("#accordion").accordion({
			header: 'a.title', 
			autoHeight: false,
			active: false,
			collapsible: true
		});
	});
});
