/* 
CSS Stylesheet selector
Stylesheets laden
Falls Auflösung groß, zusätzliche Definitionen
		

*/

document.write("<link href='style/style.css' rel='stylesheet' type='text/css'>");
document.write("<link href='style/navi.css' rel='stylesheet' type='text/css'>");
document.write("<link href='files/icon.gif' rel='shortcut icon' type='image/x-icon'>");

if(screen.width>"1152")
{
	document.write("<link href='style/style_large.css' rel='stylesheet' type='text/css'>");
}
