jQuery.noConflict();
	
jQuery(document).ready(function(){
	//COLORBOX
	jQuery(".kubuLightbox").colorbox();
	jQuery(".spendentool").colorbox({width:"820px", height:"520px", iframe:true, overlayClose:true,close:"Formular Schliessen"});	
});