/* #subnav should be the same height as #inhalt without #adresse */ //Document ready $(document).ready(function() { var spacer = $("#inhalt").height()-$("#adresse").height()-$("#hauptnav").height()+40; $("#spacer").height(spacer); });