function closeBook() {
	$("div#book").fadeOut("slow");
	$("div#book_tisch").fadeOut("slow");
};


$(document).ready(function() {

/*	$(document).ready(function(){
		$(document).pngFix( );
	});
*/
 
	$("div#buch").click(function () {
		$("div#book").fadeIn("slow");
	});
	$("area#bestell").click(function () {
		$("div#book_tisch").fadeIn("slow");
	});

	
});
