$(document).ready(function() {
	$("#cooking div.blockContent p:first").addClass('first-child');
	$("#agenda div.agendaItem:first").addClass('first-child');
	$("#newsHeadlines div.newsItem:first").addClass('first-child');
	
	$("#tableid1").parent().remove();
});

