jQuery.noConflict();
jQuery(document).ready(function(){


	   			  			


// STARTARTIKEL

jQuery(".startartikel:eq(1)").addClass("init");
    			   

    			 	jQuery(".init .text").animate({width: 280}, 180);
    			 	jQuery(".init .bild").animate({width: 120}, 180);
    			 	jQuery(".init .bild img").animate({width: 114}, 180);
    			 	jQuery(".init h1, .init p.link").show(180);



				
    			 jQuery(".startartikel").hover(function() {
    			 
    			   			 
    			 	
    			 	jQuery(".init .text").animate({width: 340}, 180)
    			 	jQuery(".init .bild").animate({width: 56}, 180);
    			 	jQuery(".init .bild img").animate({width: 50}, 180);
    			 	jQuery(".init h1, .init p.link").hide(180);
    			 	jQuery(".startartikel:eq(1)").removeClass("init");
    			 	
    			   	jQuery(this).removeClass("that").addClass("this");
    					
    			    //jQuery(".this").animate({height: 110}, 180);	
    			 	jQuery(".this .text").animate({width: 280}, 180);
    			 	jQuery(".this .bild").animate({width: 120}, 180);
    			 	jQuery(".this .bild img").animate({width: 114}, 180);
    			 	jQuery(".this h1, .this p.link").show(180);
    			 	//jQuery(".that").animate({height: 55}, 120);
    			 	jQuery(".that .text").animate({width: 340}, 150);
    			 	jQuery(".that .bild").animate({width: 56}, 150);
    			 	jQuery(".that .bild img").animate({width: 50}, 150);
    			 	jQuery(".that h1,.that p.link").hide(150);
    			 	//jQuery(".that p.link").hide(150);
    			 
    			 
    			
    			 	}, function () {
    			 	jQuery(this).removeClass("this").addClass("that");	
					


    			 	});
    			 	
    			// KARUSSEL 	
    			 	
    			jQuery('#mycarousel').jcarousel({
	        	'scroll': 3,
				'start': 1,
				'visible': 5
	   			});
	   			
	   			
	   			jQuery(".tabbox_rahmen ul.primary,.tabbox_rahmen ul#secondary").tabs({ fx: { opacity: 'toggle' } });
	   			
	// SCROLLPANE
  				
  				jQuery('#box_wissen_tun .tx-rtpageteaser-pi1, #box_hilf_mit #contents').jScrollPane({scrollbarWidth:34, scrollbarMargin:0, showArrows:true, arrowSize:55, animateTo:true, animateInterval:50, animateStep:5});

    			
    			
    			// NL SEITe
  				
  				jQuery('.tx-thmailformplus-pi1 #nlfoldout').hide();
  				jQuery('.tx-thmailformplus-pi1 input').focus(function() {
  				jQuery('.tx-thmailformplus-pi1 #nlfoldout').show("slow");
  				});
  				

    			
    			
    			 
  				});
  				
  				
  				  				



