<!--//preloader
var newimages=new Array();
function preloading()
{
for (i=0;i<preloading.arguments.length;i++)
	{
	newimages[i]=new Image()
	newimages[i].src='bilder/'+preloading.arguments[i]
	}
}
preloading(
'kacheln/bg-li-o.gif',
'kacheln/bg-li.gif',
'kacheln/bg-re-o.gif',
'kacheln/bg-re.gif',
'kacheln/navi.gif',
'boxen/1sp-2-gelb-o.gif',
'boxen/1sp-2-gelb-u.gif',
'boxen/1sp-2-gelb.gif',
'boxen/1sp-2-gruen-o.gif',
'boxen/1sp-2-gruen-u.gif',
'boxen/1sp-2-gruen.gif',
'boxen/1sp-blau-o.gif',
'boxen/1sp-blau-u.gif',
'boxen/1sp-blau.gif',
'boxen/2sp-2-gelb-o.gif',
'boxen/2sp-2-gelb-u.gif',
'boxen/2sp-2-gelb.gif',
'boxen/2sp-2-gruen-o.gif',
'boxen/2sp-2-gruen-u.gif',
'boxen/2sp-2-gruen.gif',
'boxen/2sp-3-gelb-o.gif',
'boxen/2sp-3-gelb-u.gif',
'boxen/2sp-3-gelb.gif',
'boxen/2sp-gruen-o.gif',
'boxen/2sp-gruen-u.gif',
'boxen/2sp-gruen.gif',
'boxen/2sp-start-li-o.gif',
'boxen/3sp-gelb-o.gif',
'boxen/3sp-gelb-u.gif',
'boxen/3sp-gelb.gif',
'boxen/3sp-gruen-o.gif',
'boxen/3sp-gruen-u.gif',
'boxen/3sp-gruen.gif');
//-->