if (screen.width < 850)
sml="s"
else if (screen.width > 1100)
sml="l"
else
sml="m";
document.write("<link rel=stylesheet href=\"http://www.edition-lgc.de/css/text"+ sml +".css\">");

