var breite = screen.width;

if (breite<=1024){
	document.writeln('<link href="../_css/inhalt.css" rel="stylesheet" type="text/css">');
}
else
{
	document.writeln('<link href="../_css/inhalt_groesser.css" rel="stylesheet" type="text/css">');
}

