//Printansicht?
if(window.location.search.slice(1)=="print"){
	document.write('<link rel="STYLESHEET" type="text/css" href="css/print.css">'); // druck-css
}
