<!-- // javascript
	
document.write ("<div id='1' onclick='zu()' style='display: none; position: absolute;");	
document.write (" top: 0px; left: 0px; filter:alpha(opacity=20); opacity: 0.2; -moz-opacity:0.2;");
document.write (" width: 100%; height:100%; background-color: black; z-index:2;'>");
document.write ("<a href='#' id='schliessen' onclick='zu()' style='font-family: verdana;");	
document.write (" font-size: 12px; color: white; margin-left: 500px; margin-top: 100px;'>");	
document.write ("<strong></strong></a></div>");	

	

//-->

