<!--
function aufloesung ()
{
document.write (' Aufloesung ist '+ screen.width +' ' );
return
}

function SetCSS ()
{
 if  (screen.width == 640)
	{document.write ('<link rel="stylesheet" type="text/css" href="styles/0640.css">' );}
 else if  (screen.width == 800)
	{document.write ('<link rel="stylesheet" type="text/css" href="styles/0800.css">' );}
else if (screen.width == 1024)
	{document.write ('<link rel="stylesheet" type="text/css" href="styles/1024.css">' );}
else if (screen.width == 1152)
              	{document.write ('<link rel="stylesheet" type="text/css" href="styles/1152.css">' );}
else if (screen.width == 1280)
	{document.write ('<link rel="stylesheet" type="text/css" href="styles/1280.css">' );}
else if (screen.width == 1600)
	{document.write ('<link rel="stylesheet" type="text/css" href="styles/1600.css">' );}
else if (screen.width == 1920)
	{document.write ('<link rel="stylesheet" type="text/css" href="styles/1920.css">' );}
else 
	{document.write ('<link rel="stylesheet" type="text/css" href="styles/1024.css">' );}
}
//-->
