<!--
<!--
// Wenn das top-Fenster gleich dieser Seite ist,
// dann ist sie nicht im Frame geladen
if ( top.location.href == self.location.href )
{
   // also die Frameseite stattdessen nachladen
   top.location.href =
    "http://www.vvde.de/main/index2.html";
}
//-->
