if (screen.width < 641) {
  alert("leider keine geeignetere Auflösung als 800x600");
	setStyle('800x600');
}
else if (screen.width < 801) {
	setStyle('800x600');
}
else if (screen.width < 1025) {
		setStyle('800x600');
		addStyle("html { font-size: .9em;}",0);
}
if (screen.width > 1024) {
		
}


