$(function() {
	$(".t1_teaserItem").css("margin-right", "8px");
	$(".t1_teaserItem:last").css("margin-right", "0"); 
	
	$(".news-latest-gotoarchive").css("margin-top", $("#content").height() - $("#sidebar").height() + (contentChanged ? 24 : 16));
});