$(document).ready(function() {
	$('#list_textunten').removeClass('dd_nojs');
	$('#list_textunten').addClass('dd_js');
	text_hoehe = $('#list_textunten').innerHeight();
	text_hoehe += 10;
	$('#dd_list_wrapper').css('padding-bottom', text_hoehe+'px');
});
