
if (screen.width < 1024){document.write('<link rel=stylesheet type="text/css" href="http://www.aanleg.eu/stylesheetsm/smallfont.css">');}
if (screen.width >= 1024 && screen.width < 1152) 
   {document.write('<link rel=stylesheet type="text/css" href="http://www.aanleg.eu/stylesheetsm/medfont.css">');}
if (screen.width >= 1152) 
   {document.write('<link rel=stylesheet type="text/css" href="http://www.aanleg.eu/stylesheetsm/largefont.css">');}
