if (location.search.search(/Druck\b/i) > 0)
 {
 document.write('<link rel="stylesheet" href="Druck.css" type="text/css">');
 } // if
