

$(document).ready(function()
  {
  //dan_set_hoehen();
  });


function dan_set_hoehen()
  {
  if($('#cx_wrap').height() < $(window).height())
	{
	int_hoehe                                                         = $(window).height()-($('#cx_header').height()+$('#cx_footer').height()+79);
	$('#cx_content').height(int_hoehe);
	}
  }
