$(document).ready(function() {
	$('#unterkunft-infos > ul').tabs({ fx: { opacity: 'toggle', duration: '25' } });
	/*
	height: 'toggle', 
	 */
	/*
	$("#unterkunft-infos > ul").bind("tabsshow", function(event, ui) { 
	    window.location.hash = ui.tab.hash;
	})
	*/
});
