function adjustLayout() {

	if (xHeight('teamfoto_platzhalter'))
		while (xHeight('teamfoto_platzhalter') != xHeight('content'))
			xHeight('teamfoto_platzhalter', xHeight('content'));
			
	xHeight('content', Math.max(xHeight('content'), xHeight('nav'), xHeight('extra')));
	xHeight('teamfoto_platzhalter', xHeight('content'));
	
}
