if( self.screen ) // for N4 and E4
        {
        W = screen.width
if (W<=800) {
	document.write( "<link rel=\"stylesheet\" href=\"css/inhalt800.css\">" )
}
else {

	document.write( "<link rel=\"stylesheet\" href=\"css/inhalt.css\">" )
}
}
