
	// Diverse Hacks für Drop Shadow !
	$(document).ready(function(){
	
		// Real Height
		var height = $('div#ctwrapper').height();
		height = height - 133;

		// Reset Height
		$('div#shadowleftu').height(height);
		$('div#shadowrightu').height(height);

 	});
 