jQuery.noConflict();

jQuery(document).ready(function() {
   jQuery(".boxRequest").colorbox({bgOpacity:0.75, iframe:true, fixedWidth: 646, fixedHeight: jQuery.browser.msie ? 400 : 400});
});


jQuery(document).ready(function() {
   var test=jQuery('.claim_innen').children('.mod_article').children('.ce_text').children('p').children('a').attr('href');
   if(test) {
     var absatz=jQuery('.claim_innen').children('.mod_article').children('.ce_text').children('p').children('a').html();
     var iht='<a href='+test+'></a>';
     jQuery('#Claim_start').wrap(iht);
     jQuery('.claim_innen').children('.mod_article').children('.ce_text').children('p').html(absatz);


   }   
});



window.addEvent('domready', function()
{
	new Accordion($$('div.toggler'), $$('div.accordion'),
	{
		display: 0,
		alwaysHide: true,
		opacity: false
	});
});
window.addEvent('domready',function(){
   var nS1 = new noobSlide({
   box: $('mod_linklist'),
   size: 224,
   items: $$('#mod_linklist div'),
   addButtons: {
      previous: document.id('Referenzen_prev'),
      next: document.id('Referenzen_next')
   },
   autoPlay: false
	});
});

jQuery(document).ready(function() {
   jQuery(".boxRequest").colorbox({
     bgOpacity:0.75, 
     iframe:true, 
     scrolling:false, 
     fixedWidth: 644, 
     onOpen:function(){ jQuery('body').css('overflow','hidden')},
     onClosed:function(){ jQuery('body').css('overflow','auto')},
     fixedHeight: jQuery.browser.msie ? 404 : 404
  });
});


