// JavaScript Document
// PNG Fix für Transparenz
	$(document).ready(function(){
		$(document).pngFix();     
	});