$(function() {
	// delete the last border at the bottom of 'Terminkalender'
	$('ul#calendar li:last').css({'background' : 'none'});
});

$(window).load(function() {
	// hide the white background which is drawn while loading the page
	$('#bgContainerCenter').css('display','none');
});
