jQuery.noConflict();

window.onload = (function(){try{

	jQuery("div#accordion_badl").accordion({
		header: "h3",
		alwaysOpen: false,
		autoHeight: false,
		animated: 'easeOutBounce'
	});

	jQuery("div#accordion_vffk").accordion({
		header: "h3",
		alwaysOpen: false,
		autoHeight: false,
		animated: 'easeOutBounce'
	});
	
	jQuery("p#more-button").click(function () {
		jQuery(this).text('[weniger...]');
	  jQuery("p.more-text").slideToggle("slow");
	});
	
	jQuery("a.showMailNewsForm").click(function () {
	  jQuery("form#mailNewsForm").slideToggle("slow", 'easeOutElastic');
	});


}catch(e){}});
