$(document).ready(function() {
	
	$("#teamliste").accordion({ 
		autoHeight: false,
		collapsible: true,
		active: 'none'
	});

});
