
/*
	var vSelf = self.location.href;
	frame.inhalt.document= vSelf;
*/
if	(self == top)
	{

	top.location.href='index.html';
	}


var vBreite;
vBreite = screen.availWidth;
if (navigator.appName == 'Netscape')
	{
	vBreite = innerWidth;
	}

if (vBreite >= 1000)
	{
	document.write('<style>body {margin-left: 50px; margin-right: 50px;}</style>');
	}

if (vBreite >= 1200)
	{
	document.write('<style>body {margin-left: 80px; margin-right: 80px;}</style>');
	}
/*
var vHoehe;
vBreite = screen.availHeight;
if (navigator.appName == 'Netscape')
	{
	vHoehe = innerHeight - 250;
	document.write('<style>.hauptteil {min-height: ' + vHoehe + 'px;}</style>')
	} else {
	vHoehe = vHoehe - 250;
	document.write('<style>.hauptteil {min-height: ' + vHoehe + 'px;}</style>')
	}

*/


if (navigator.appName == 'Netscape')
	{
	document.write('<link rel="stylesheet" media="screen" type="text/css" href="style-nn.css">');
	}



