
<!--

// redirect zu starstseite, wenn inhaltseite direkt aufgerufen wird:

 if (!top.frames[0])
  top.location.href="/index.html";
  
// -->

  
