jQuery.noConflict();
jQuery(document).ready(function(){
								
jQuery(".navexternal a").colorbox({iframe:true, innerWidth:1000, innerHeight:600});
		jQuery(".termine a").colorbox({width:"1012px", height:"620px", iframe:true,opacity:0.7});
});
