function cssDatei(){
var hilf; hilf="art2";
	if(screen.height>767) hilf="art1";
return hilf;
}

document.open("text/plain");
document.writeln("<link rel=stylesheet type='text/css' href='"+cssDatei()+".css'>");
document.close();
