<!--

if(screen.width < 1024||screen.height < 768)
 
document.write("<HR>Ihre <B>aktuelle Monitor-Aufl&ouml;sung </B>betr&auml;gt<B> "+screen.width+"*"+screen.height+"</B>px.<BR><BR>F&uuml;r diese Internetseite sollte eine Bildschirmresolution von <B>1024*768</B>px <B>oder h&ouml;her</B> verwendet werden.<BR>Falls m&ouml;glich, &auml;ndern Sie Ihre Aufl&ouml;sung entsprechend bitte.<HR><BR>");

else
 document.write("");

//-->
