function nichts()
{
}

function gross(Bild, Breite, Hoehe)
{
	var breite='width='+Breite;
	var hoehe=',height='+Hoehe;
	var option=',toolbar=0,directories=0,scrollbars=0,resizable=0,status=0'
	window.open('pics/'+Bild+'.htm', Bild, breite+hoehe+option);
}

if(screen.width > 800)
{
document.write("<style type=text/css>\n<!--body,span,td {text-align:justify;font-size:11pt;font-family:'Verdana','Helvetica','sans-serif'}\nA:link {text-decoration: none; font-style:normal; font-weight:600; color:#900505;}\nA:visited {text-decoration: none; font-style:normal; font-weight:600; color:#600505;}\nA:active {text-decoration: underline; font-style:normal;  color:#FF0000;}\nA:hover {text-decoration: underline; font-style:normal; font-weight:600; color:#990505;}\n-->\n</style>")
}
else
{
document.write("<style type=text/css>\n<!--\n body,span,td {text-align:justify; font-size:9pt; font-family:'Verdana','Helvetica',sans-serif'}\n b {font-family:'Verdana','Helvetica','sans-serif'}\n b {font-size:9pt}\n A:link {text-decoration: none; font-style:normal; font-weight:600; color:#900505;}\n A:visited {text-decoration: none; font-style:normal; font-weight:600; color:#600505;}\n A:active {text-decoration: underline; font-style:normal;  color:#FF0000;}\n A:hover {text-decoration: underline; font-style:normal; font-weight:600; color:#990505;}\n-->\n</style>");
}

