function Resize()
{
	if((jQuery('#container_background_header').height()+jQuery('#container_background_page').height()+jQuery('#container_background_footer').height())<jQuery('body').height())
	{
		jQuery('#container_content').height(jQuery('body').height()-jQuery('#container_background_header').height()-jQuery('#container_logo').height()-jQuery('#container_breadcrumb').height()-jQuery('#container_menu').height()-jQuery('#container_teaser').height()-jQuery('#container_background_footer').height());
	}
}
