<!-- Seite als PDF drucken
function printpdf(){
	url = "http://odyssee.selfhost.at/html2pdf/demo/html2ps.php?process_mode=single&pixels=1280&scalepoints=1&renderimages=1&renderlinks=1&renderfields=1&media=Letter&cssmedia=Screen&leftmargin=5&rightmargin=5&topmargin=0&bottommargin=0&landscape=1&encoding=&headerhtml=&footerhtml=&watermarkhtml=&toc-location=before&smartpagebreak=1&pslevel=3&method=fpdf&pdfversion=1.3&output=0&convert=Convert+File&URL=" + document.URL;
	window.open(url, "pdf", "width=1200,height=800,left=100,top=20,scrollbars=yes,resizeable=yes,toolbar=yes,location=yes");	

}
//-->