Datenbank-Fehler

Datenbank-Fehler

Die SQL-Datenbank meldete folgenden Fehler:
Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND IF( i.fk_language = 1, ' at line 29

Die verursachende SQL-Anweisung war: "SELECT i.sys_pk, t.info_type_id, s.status_id, IF(trans.title IS NULL, i.title, trans.title) AS title, IF(trans.sub_title IS NULL, i.sub_title, trans.sub_title) AS sub_title, IF(trans.teaser IS NULL, i.teaser, trans.teaser) AS teaser, DATE_FORMAT(i.date_start, '%d.%m.%Y') AS date_start, DATE_FORMAT(i.date_end, '%d.%m.%Y') AS date_end, DATE_FORMAT(i.date_start, '%d') AS start_tag, DATE_FORMAT(i.date_start, '%m') AS start_monat, DATE_FORMAT(i.date_start, '%Y') AS start_jahr, i.pressenr, af.file AS image, IF(a.alt_tag IS NULL OR a.alt_tag = '', a.title, a.alt_tag) AS alt_tag FROM t_info i INNER JOIN t_info_type t ON i.fk_info_type = t.sys_pk LEFT JOIN t_info_translation trans ON i.sys_pk = trans.fk_info AND trans.fk_language = 1 INNER JOIN t_info_status s ON i.fk_status = s.sys_pk LEFT JOIN t_adb_assets a ON a.sys_pk = i.fk_adb_asset LEFT JOIN t_adb_files af ON af.fk_adb_asset = i.fk_adb_asset AND af.fk_adb_assetsize = 18 WHERE t.info_type_id IN () AND IF( i.fk_language = 1, i.fk_language = 1, trans.fk_language = 1 ) AND IF( 1 = 3, s.status_id = 3, ( s.status_id = 1 AND i.date_start <= NOW() AND ( i.date_end >= NOW() OR i.date_end IS NULL ) ) ) GROUP BY i.sys_pk "

Callstack

array
  0 => 
    array
      'file' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/lib/Infopool.php' (length=67)
      'line' => int 320
      'function' => string 'query' (length=5)
      'class' => string 'MySQL' (length=5)
      'object' => 
        object(MySQL)[4]
          public 'mysql' => resource(3, mysql link)
          public 'queries' => 
            array
              'oncequerytmp' => boolean false
              'translations' => boolean false
              'default' => boolean false
              'config' => boolean false
              'meta' => boolean false
              'left_content' => boolean false
              'kopfbilder' => 
                array
                  0 => resource(113, mysql result)
                  1 => int 0
                  2 => int 0
              'assets' => 
                array
                  0 => resource(117, mysql result)
                  1 => int 0
                  2 => int 0
              'Elemente' => boolean false
          public 'debug' => boolean false
          public 'errorMessages' => boolean true
          public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
          public 'existingTables' => 
            array
              'tr_sitemap_freigabe' => boolean true
              't_zugang_intranet' => boolean false
              't_seo_keywords' => boolean false
          public 'existingFields' => 
            array
              't_sitemap' => 
                array
                  'accesskey' => boolean true
                  'div_shift' => boolean false
                  'color' => boolean true
                  'fk_produkt' => boolean true
                  'right_shift' => boolean true
              't_assets' => 
                array
                  'headline_info' => boolean false
                  'text2' => boolean false
                  'fk_adb_asset3' => boolean true
                  'fk_info_type' => boolean false
              't_objects' => 
                array
                  'fk_asset_style' => boolean false
      'type' => string '->' (length=2)
      'args' => 
        array
          0 => &string 'SELECT      i.sys_pk,
                        t.info_type_id,
                        s.status_id,
                        IF(trans.title IS NULL, i.title, trans.title) AS title,
                        IF(trans.sub_title IS NULL, i.sub_title, trans.sub_title) AS sub_title,
                        IF(trans.teaser IS NULL, i.teaser, trans.teaser) AS teaser,
                        DATE_FORMAT(i.date_start, '%d.%m.%Y') AS date_start,
                        DATE_FORMAT(i.date_end, '%d.%m.%Y') AS date_end,
                        DATE_FORMAT(i.date_start, '%d') AS start_tag,
                        DATE_FORMAT(i.date_start, '%m') AS start_monat,
                        DATE_FORMAT(i.date_start, '%Y') AS start_jahr,
                        i.pressenr,
                        af.file AS image,
                        IF(a.alt_tag IS NULL OR a.alt_tag = '', a.title, a.alt_tag) AS alt_tag
            FROM        t_info i
            INNER JOIN  t_info_type t
            ON          i.fk_info_type = t.sys_pk
            LEFT JOIN   t_info_translation trans
            ON          i.sys_pk = trans.fk_info
            AND         trans.fk_language = 1
            
            INNER JOIN  t_info_status s
            ON          i.fk_status = s.sys_pk
            LEFT JOIN   t_adb_assets a
            ON          a.sys_pk = i.fk_adb_asset
            LEFT JOIN    t_adb_files af
            ON          af.fk_adb_asset = i.fk_adb_asset
            AND         af.fk_adb_assetsize = 18 
            WHERE       t.info_type_id IN ()
            AND         IF(
                          i.fk_language = 1,
                          i.fk_language = 1,
                          trans.fk_language = 1
                        )
             AND IF(
                          1 = 3,
                          s.status_id = 3,
                          (
                            s.status_id = 1
                            AND i.date_start <= NOW()
                            AND (
                              i.date_end >= NOW()
                              OR i.date_end IS NULL
                            )
                          )
                        )
            GROUP BY i.sys_pk
            ' (length=2218)
          1 => &string 'infopool' (length=8)
  1 => 
    array
      'file' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/lib/Infopool.php' (length=67)
      'line' => int 144
      'function' => string '_getInfopool' (length=12)
      'class' => string 'Infopool' (length=8)
      'object' => 
        object(Infopool)[93]
          public 'nav' => int 14
          public 'lang' => string 'de' (length=2)
          public 'db' => 
            object(MySQL)[4]
              public 'mysql' => resource(3, mysql link)
              public 'queries' => 
                array
                  'oncequerytmp' => boolean false
                  'translations' => boolean false
                  'default' => boolean false
                  'config' => boolean false
                  'meta' => boolean false
                  'left_content' => boolean false
                  'kopfbilder' => 
                    array
                      0 => resource(113, mysql result)
                      1 => int 0
                      2 => int 0
                  'assets' => 
                    array
                      0 => resource(117, mysql result)
                      1 => int 0
                      2 => int 0
                  'Elemente' => boolean false
              public 'debug' => boolean false
              public 'errorMessages' => boolean true
              public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
              public 'existingTables' => 
                array
                  'tr_sitemap_freigabe' => boolean true
                  't_zugang_intranet' => boolean false
                  't_seo_keywords' => boolean false
              public 'existingFields' => 
                array
                  't_sitemap' => 
                    array
                      'accesskey' => boolean true
                      'div_shift' => boolean false
                      'color' => boolean true
                      'fk_produkt' => boolean true
                      'right_shift' => boolean true
                  't_assets' => 
                    array
                      'headline_info' => boolean false
                      'text2' => boolean false
                      'fk_adb_asset3' => boolean true
                      'fk_info_type' => boolean false
                  't_objects' => 
                    array
                      'fk_asset_style' => boolean false
          public 'm_Translations' => 
            object(Translations)[7]
              public 'project_http' => null
              public 'db' => 
                object(MySQL)[4]
                  public 'mysql' => resource(3, mysql link)
                  public 'queries' => 
                    array
                      'oncequerytmp' => boolean false
                      'translations' => boolean false
                      'default' => boolean false
                      'config' => boolean false
                      'meta' => boolean false
                      'left_content' => boolean false
                      'kopfbilder' => 
                        array
                          0 => resource(113, mysql result)
                          1 => int 0
                          2 => int 0
                      'assets' => 
                        array
                          0 => resource(117, mysql result)
                          1 => int 0
                          2 => int 0
                      'Elemente' => boolean false
                  public 'debug' => boolean false
                  public 'errorMessages' => boolean true
                  public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                  public 'existingTables' => 
                    array
                      'tr_sitemap_freigabe' => boolean true
                      't_zugang_intranet' => boolean false
                      't_seo_keywords' => boolean false
                  public 'existingFields' => 
                    array
                      't_sitemap' => 
                        array
                          'accesskey' => boolean true
                          'div_shift' => boolean false
                          'color' => boolean true
                          'fk_produkt' => boolean true
                          'right_shift' => boolean true
                      't_assets' => 
                        array
                          'headline_info' => boolean false
                          'text2' => boolean false
                          'fk_adb_asset3' => boolean true
                          'fk_info_type' => boolean false
                      't_objects' => 
                        array
                          'fk_asset_style' => boolean false
              public 'project' => &null
              public 'translation' => 
                array
                  'galerie_leer' => string 'Diese Bildergalerie enthält keine Bilder.' (length=42)
                  'volltextsuche_kein_ergebnis' => string 'Ihre Suche ergab kein Ergebnis.' (length=31)
                  'volltextsuche' => string 'Suchergebnisse' (length=14)
                  'keine_galerie_ausgewaehlt' => string 'Es wurde keine Bildergalerie ausgewählt' (length=40)
                  'mitglied_werden' => string 'Mitglied werden...' (length=18)
                  'schreiben_sie_uns' => string 'Schreiben Sie uns...' (length=20)
                  'suchbegriff' => string 'Suchbegriff' (length=11)
                  'details' => string 'Details' (length=7)
                  'zurueck' => string 'Zurück' (length=7)
                  'vergroessern' => string 'vergrößern' (length=12)
                  'home' => string 'Home' (length=4)
                  'fehler' => string 'Fehler' (length=6)
                  'kein_produkt' => string 'Kein Produkt ausgew&auml;hlt' (length=28)
                  'ihre_ansprechpartner' => string 'Ihre Ansprechpartner' (length=20)
                  'alle_events' => string 'Alle Veranstaltungen' (length=20)
                  'telefon' => string 'Telefon' (length=7)
                  'fax' => string 'Fax' (length=3)
                  'mobil' => string 'Mobil' (length=5)
                  'email' => string 'E-Mail' (length=6)
                  'internet' => string 'Internet' (length=8)
                  'extranet' => string 'Intranet' (length=8)
                  'schnelleinstieg' => string 'Schnelleinstieg' (length=15)
                  'pw_vergessen' => string 'Passwort vergessen' (length=18)
                  'neu_anmelden' => string 'Neu anmelden' (length=12)
                  'name' => string 'Name' (length=4)
                  'passwort' => string 'Passwort' (length=8)
                  'suche' => string 'Suche' (length=5)
                  'kundenlogin' => string 'Kundenlogin' (length=11)
                  'logout' => string 'Logout' (length=6)
                  'login_fehler' => string 'Benutzername und/oder Passwort nicht gefunden' (length=45)
                  'login_eingabe_leer' => string 'Bitte geben Sie Benutzername und Passwort an' (length=44)
                  'login_erfolgreich' => string 'Anmeldung erfolgreich' (length=21)
                  'logout_erfolgreich' => string 'Abmeldung erfolgreich' (length=21)
                  'merkzettel' => string 'Merkzettel' (length=10)
                  'merkzettel_leer' => string 'Ihr Merkzettel ist leer' (length=23)
                  'merkzettel_aktualisieren' => string ' Merkzettel wird aktualisiert ...' (length=33)
                  'zu_merkzettel_hinzu' => string ' Produkt zu Merkzettel hinzuf&uuml;gen' (length=38)
                  'aus_merkzettel_raus' => string ' Produkt von Merkzettel entfernen' (length=33)
                  'merkzettel_link' => string ' Merkzettel verwalten' (length=21)
                  'an_email' => string ' An folgende E-Mail versenden' (length=29)
                  'an_ansprechpartner' => string ' Angebotsfrage für Produktliste an ATMOS versenden' (length=51)
                  'pdf_erzeugen' => string ' PDF erzeugen' (length=13)
                  'uebersicht' => string 'Übersicht' (length=10)
                  'produktmerkmale' => string 'Produkt- Merkmale' (length=17)
                  'ausfuehrungen' => string 'Ausführungen' (length=13)
                  'optionen_zubehoer' => string 'Optionen / Zubehör' (length=19)
                  'zubehoer' => string 'Zubeh&ouml;r Ersatzteile' (length=24)
                  'verbrauchsmaterialien' => string 'Verbrauchs- Materialien' (length=23)
                  'infos' => string 'Infos' (length=5)
                  'technischedaten' => string 'Technische Daten' (length=16)
                  'verwandtethemen' => string 'Verwandte Themen' (length=16)
                  'downloads' => string 'Downloads' (length=9)
                  'faqs' => string 'FAQs' (length=4)
                  'lade' => string '<select class="inaktiv" disabled><option>Lade<\/option><\/select>' (length=65)
                  'lade_2' => string 'Lade' (length=4)
                  'kategorie_waehlen' => string 'Bitte Produktgruppe w&auml;hlen' (length=31)
                  'produkt_waehlen' => string 'Bitte Produkt w&auml;hlen' (length=25)
                  'artikel_waehlen' => string 'Bitte Artikel w&auml;hlen' (length=25)
                  'fehler_waehlen' => string 'Bitte fehlerhafte Funktion w&auml;hlen' (length=38)
                  'symptom_waehlen' => string 'Bitte Fehlerbeschreibung w&auml;hlen' (length=36)
                  'ursache_waehlen' => string 'Bitte m&ouml;che Ursache w&auml;hlen' (length=36)
                  'symptom' => string 'Fehlerbeschreibung' (length=18)
                  'moegl_ursachen' => string 'M&ouml;gliche Ursachen' (length=22)
                  'loesung' => string 'Fehlerbehebung' (length=14)
                  'keine_kategorie' => string 'Keine Produktgruppe ausgew&auml;hlt' (length=35)
                  'kein_artikel' => string 'Kein Artikel ausgew&auml;hlt' (length=28)
                  'kein_fehler' => string 'Kein Fehler ausgew&auml;hlt' (length=27)
                  'kein_symptom' => string 'Keine Fehlerbeschreibung ausgew&auml;hlt' (length=40)
                  'keine_ursache' => string 'Keine Ursache ausgew&auml;hlt' (length=29)
                  'keine_loesung' => string 'Keine L&ouml;sung ausgew&auml;hlt' (length=33)
                  'tracking' => string 'Tracking' (length=8)
                  'kunde' => string 'Kunde' (length=5)
                  'auftragssuche' => string 'Auftragssuche' (length=13)
                  'anr_eingeben' => string 'Bitte Kunden- oder Auftrags-Nr. eingeben' (length=40)
                  'kein_auftrag_gefunden' => string 'Zu dieser Nummer konnte kein passender Auftrag gefunden werden.' (length=63)
                  'seriennummer' => string 'Seriennummer' (length=12)
                  'datum' => string 'Datum' (length=5)
                  'auftragsnummer' => string 'Auftragsnummer' (length=14)
                  'artikelnummer' => string 'Artikelnummer' (length=13)
                  'artikelname' => string 'Artikelname' (length=11)
                  'status' => string 'Status' (length=6)
                  'positionen' => string 'Positionen' (length=10)
                  'zum_docware' => string 'DocWare in neuem Fenster &ouml;ffnen.' (length=37)
                  'nach_land' => string 'nach Land' (length=9)
                  'nach_ort_oder_plz' => string 'nach Ort oder Postleitzahl' (length=26)
                  'kein_ergebnis' => string 'Kein Ergebnis' (length=13)
                  'locator_service' => string 'Servicepunkt-Locator' (length=20)
                  'servicesuche' => string 'Servicepunkt-Suche' (length=18)
                  'locator_haendler' => string 'H&auml;ndler-Locator' (length=20)
                  'haendlersuche' => string 'H&auml;ndler-Suche' (length=18)
                  'angebotsanfrage' => string 'Angebotsanfrage' (length=15)
                  'zum_formular' => string 'zum Formular' (length=12)
                  'katalog_prospekte' => string 'Katalog / Prospekte' (length=19)
                  'gebrauchsanweisungen' => string 'Gebrauchsanweisungen' (length=20)
                  'interne_downloads' => string 'Interne Downloads' (length=17)
                  'produktsuche' => string 'Produktsuche' (length=12)
                  'dl_suche_nach' => string 'Suchen Sie nach Produktname, Downloadtitel oder Downloadtext' (length=60)
                  'nach_kunde' => string 'Nach Kundennummer' (length=17)
                  'nach_auftrag' => string 'Nach Auftragsnummer' (length=19)
                  'suche_nach' => string 'Suche nach' (length=10)
                  'kundennummer' => string 'Kundennummer' (length=12)
                  'intranet' => string 'Intranet' (length=8)
                  'land_waehlen' => string 'Select country' (length=14)
                  'reiter_selects' => string 'Produktbaum' (length=11)
                  'reiter_input' => string 'Direkte Suche' (length=13)
                  'suche_in_webseiten' => string 'Suche auf Seiten' (length=16)
                  'produktsuche_kein_ergebnis' => string 'Die Produktsuche lieferte kein Ergebnis' (length=39)
                  'suche_nach_anfang' => string 'Ihre Suche nach' (length=15)
                  'suche_nach_ende' => string 'lieferte folgende Ergebnisse' (length=28)
                  'produktsuche_wert_zu_kurz' => string 'Der von Ihnen eingegebene Suchbegriff ist zu kurz' (length=49)
                  'in_kategorien' => string 'In Kategorien' (length=13)
                  'in_produkten' => string 'In Produkten' (length=12)
                  'in_artikeln' => string 'In Artikeln' (length=11)
                  'den_folgenden_produkten_zugeordnet' => string 'Den folgenden Produkten zugeordnet' (length=34)
                  'artikelnr_eingeben' => string 'Artikelnummer eingeben' (length=22)
                  'cms_anwendungen' => string 'CMS-Anwendungen' (length=15)
                  'ergebnis' => string 'Ergebnis' (length=8)
                  'ergebnisse' => string 'Ergebnisse' (length=10)
                  'nach_status_ausgeben' => string 'Nach Status ausgeben' (length=20)
                  'bezeichnung' => string 'Bezeichnung' (length=11)
                  'einzelpreis' => string 'Einzelpreis' (length=11)
                  'bestand' => string 'Bestand' (length=7)
                  'gesamtpreis' => string 'Gesamtpreis' (length=11)
                  'link_produkt' => string 'Produktlink' (length=11)
                  'keine_ergebnisse' => string 'Kein Ergebnis' (length=13)
                  'stueck' => string 'St&uuml;ck' (length=10)
                  'alle_anzeigen' => string 'Alle Anzeigen' (length=13)
                  'filtern' => string 'Filtern' (length=7)
                  more elements...
              public 'translation_en' => 
                array
                  'home' => string 'Home' (length=4)
                  'fehler' => string 'Error' (length=5)
                  'kein_produkt' => string 'No product selected' (length=19)
                  'ihre_ansprechpartner' => string 'Contact persons' (length=15)
                  'alle_events' => string 'All Events' (length=10)
                  'telefon' => string 'Phone' (length=5)
                  'mobil' => string 'Mobile' (length=6)
                  'fax' => string 'Fax' (length=3)
                  'email' => string 'E-mail' (length=6)
                  'internet' => string 'Internet' (length=8)
                  'extranet' => string 'Extranet' (length=8)
                  'suche' => string 'Search' (length=6)
                  'kunde' => string 'Customer' (length=8)
                  'datum' => string 'Date' (length=4)
                  'pw_vergessen' => string 'Forgot Password?' (length=16)
                  'neu_anmelden' => string 'Re-Login' (length=8)
                  'name' => string 'Name' (length=4)
                  'passwort' => string 'password' (length=8)
                  'kundenlogin' => string 'Customers login' (length=15)
                  'logout' => string 'Logout' (length=6)
                  'login_fehler' => string 'Username and/or password not found' (length=34)
                  'login_eingabe_leer' => string 'Please insert username and password' (length=35)
                  'login_erfolgreich' => string 'Login successfull' (length=17)
                  'logout_erfolgreich' => string 'Logout successfull' (length=18)
                  'merkzettel' => string 'Leaflet' (length=7)
                  'merkzettel_leer' => string 'Your leaflet is empty' (length=21)
                  'merkzettel_aktualisieren' => string ' Updating leaflet ...' (length=21)
                  'zu_merkzettel_hinzu' => string ' Add product to leaflet' (length=23)
                  'aus_merkzettel_raus' => string ' Remove product from leaflet' (length=28)
                  'merkzettel_link' => string ' Send leaflet' (length=13)
                  'an_email' => string ' Sent to the following E-Mail' (length=29)
                  'an_ansprechpartner' => string ' Send to ATMOS' (length=14)
                  'pdf_erzeugen' => string ' Create PDF' (length=11)
                  'uebersicht' => string 'General' (length=7)
                  'produktmerkmale' => string 'Characteristics' (length=15)
                  'ausfuehrungen' => string 'Types' (length=5)
                  'zubehoer' => string 'Attachments' (length=11)
                  'verbrauchsmaterialien' => string 'Consumption items' (length=17)
                  'infos' => string 'Infos' (length=5)
                  'technischedaten' => string 'Technical data' (length=14)
                  'verwandtethemen' => string 'Related topics' (length=14)
                  'downloads' => string 'Downloads' (length=9)
                  'faqs' => string 'FAQs' (length=4)
                  'lade' => string '<select class="inaktiv" disabled><option>Loading</option></select>' (length=66)
                  'lade_2' => string 'Loading' (length=7)
                  'kategorie_waehlen' => string 'Select product group' (length=20)
                  'produkt_waehlen' => string 'Select product' (length=14)
                  'artikel_waehlen' => string 'Select article' (length=14)
                  'fehler_waehlen' => string 'Select defective function' (length=25)
                  'symptom_waehlen' => string 'Select error description' (length=24)
                  'ursache_waehlen' => string 'Select potential cause' (length=22)
                  'symptom' => string 'Error description' (length=17)
                  'moegl_ursachen' => string 'Potential Cause' (length=15)
                  'loesung' => string 'Solution' (length=8)
                  'keine_kategorie' => string 'No product group selected' (length=25)
                  'kein_artikel' => string 'No article selected' (length=19)
                  'kein_fehler' => string 'No error selected' (length=17)
                  'kein_symptom' => string 'No error description selected' (length=29)
                  'keine_ursache' => string 'No cause selected' (length=17)
                  'keine_loesung' => string 'No solution selected' (length=20)
                  'tracking' => string 'Tracking' (length=8)
                  'auftragssuche' => string 'Order Tracking' (length=14)
                  'anr_eingeben' => string 'Please insert Order ID' (length=22)
                  'kein_auftrag_gefunden' => string 'No order was found for this ID.' (length=31)
                  'seriennummer' => string 'Serial ID' (length=9)
                  'auftragsnummer' => string 'Order ID' (length=8)
                  'artikelnummer' => string 'Article ID' (length=10)
                  'artikelname' => string 'Article name' (length=12)
                  'status' => string 'Status' (length=6)
                  'positionen' => string 'Positions' (length=9)
                  'zum_docware' => string 'open DocWare in new window.' (length=27)
                  'nach_land' => string 'by country' (length=10)
                  'nach_ort_oder_plz' => string 'by city or postcode' (length=19)
                  'kein_ergebnis' => string 'No results' (length=10)
                  'locator_service' => string 'Servicepoint locator' (length=20)
                  'servicesuche' => string 'Servicepoint search' (length=19)
                  'locator_haendler' => string 'Dealer locator' (length=14)
                  'haendlersuche' => string 'Dealer search' (length=13)
                  'angebotsanfrage' => string 'Request for proposal' (length=20)
                  'zum_formular' => string 'go to form' (length=10)
                  'katalog_prospekte' => string 'Catalogue / literature' (length=22)
                  'gebrauchsanweisungen' => string 'Manuals' (length=7)
                  'interne_downloads' => string 'Internal Downloads' (length=18)
                  'produktsuche' => string 'Product search' (length=14)
                  'dl_suche_nach' => string 'Search for product name, download titel or download text' (length=56)
                  'nach_kunde' => string 'By Customer ID' (length=14)
                  'nach_auftrag' => string 'By Service Id' (length=13)
                  'suche_nach' => string 'Search for' (length=10)
                  'kundennummer' => string 'Customer ID' (length=11)
                  'intranet' => string 'Intranet' (length=8)
                  'land_waehlen' => string 'Select country' (length=14)
                  'reiter_selects' => string 'Product tree' (length=12)
                  'reiter_input' => string 'Direct search' (length=13)
                  'suche_in_webseiten' => string 'Search on sites' (length=15)
                  'produktsuche_kein_ergebnis' => string 'The product search delivered no result' (length=38)
                  'suche_nach_anfang' => string 'Your search for' (length=15)
                  'suche_nach_ende' => string 'delivered the following results' (length=31)
                  'produktsuche_wert_zu_kurz' => string 'Your search string is too short' (length=31)
                  'in_kategorien' => string 'In categories' (length=13)
                  'in_produkten' => string 'In products' (length=11)
                  'in_artikeln' => string 'In articles' (length=11)
                  'den_folgenden_produkten_zugeordnet' => string 'Assigned to the following products' (length=34)
                  'artikelnr_eingeben' => string 'Insert artikel id' (length=17)
                  'cms_anwendungen' => string 'CMS application' (length=15)
                  'ergebnis' => string 'Result' (length=6)
                  'ergebnisse' => string 'Results' (length=7)
                  'nach_status_ausgeben' => string 'Output by status' (length=16)
                  'bezeichnung' => string 'Description' (length=11)
                  'einzelpreis' => string 'Single price' (length=12)
                  'bestand' => string 'Inventory' (length=9)
                  'gesamtpreis' => string 'Complete price' (length=14)
                  'link_produkt' => string 'Product link' (length=12)
                  'keine_ergebnisse' => string 'No result' (length=9)
                  'stueck' => string 'parts' (length=5)
                  'alle_anzeigen' => string 'Display all' (length=11)
                  'filtern' => string 'Filter' (length=6)
                  'filtern_nach' => string 'Filter by' (length=9)
                  'filter_aktiv' => string 'Filter activ' (length=12)
                  'zum_produkt' => string 'To product' (length=10)
                  'suche_starten' => string 'Start search' (length=12)
                  'details' => string 'Details' (length=7)
                  'preis' => string 'Price' (length=5)
                  'copyright' => string '© ATMOS MedizinTechnik GmbH & Co. KG' (length=37)
                  'verantwortlich_fuer_den_inhalt' => string 'Answerable for this page' (length=24)
                  'atmos_login_erinnerung' => string 'ATMOS Login reminder' (length=20)
                  'hallo' => string 'Hello' (length=5)
                  'wie_gewuenscht_ihre_daten' => string 'As desired we send your ATMOS access data as reminder' (length=53)
                  'benutzer' => string 'user' (length=4)
                  more elements...
          public 'm_navigation' => 
            object(Navigation)[11]
              public 'nav_sitemap' => string '14' (length=2)
              public 'nav_template' => string '52' (length=2)
              public 'nav_lang' => string 'de' (length=2)
              public 'nav_langid' => string '1' (length=1)
              public 'nav_assettypes' => 
                array
                  2 => string 'text' (length=4)
                  3 => string 'image' (length=5)
                  6 => string 'link' (length=4)
                  5 => string 'download' (length=8)
                  1 => string 'editor' (length=6)
                  4 => string 'gallery' (length=7)
                  7 => string 'shorttext' (length=9)
                  8 => string 'nix' (length=3)
                  9 => string 'image_text' (length=10)
                  10 => string 'contact' (length=7)
                  15 => string 'expander' (length=8)
                  14 => string 'form' (length=4)
                  13 => string 'galerie_v2' (length=10)
                  16 => string 'flash' (length=5)
                  17 => string 'teaser' (length=6)
              public 'nav' => &
                array
                  1 => &
                    object(NavElement)[51]
                      public 'id' => string '1' (length=1)
                      public 'parent' => int 0
                      public 'name' => string 'Startseite' (length=10)
                      public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                      public 'current' => boolean true
                      public 'options' => string '' (length=0)
                      public 'bild' => null
                      public 'children' => 
                        array
                          0 => 
                            object(NavElement)[56]
                              public 'id' => string '2' (length=1)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Über Uns' (length=9)
                              public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                              public 'current' => boolean false
                              public 'options' => string 'jump=7' (length=6)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[52]
                                      public 'id' => string '7' (length=1)
                                      public 'parent' => string '2' (length=1)
                                      public 'name' => string 'Ziele' (length=5)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[60]
                                      public 'id' => string '8' (length=1)
                                      public 'parent' => string '2' (length=1)
                                      public 'name' => string 'Ansprechpartner' (length=15)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[63]
                                      public 'id' => string '36' (length=2)
                                      public 'parent' => string '2' (length=1)
                                      public 'name' => string 'Vorstand' (length=8)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  3 => 
                                    object(NavElement)[68]
                                      public 'id' => string '17' (length=2)
                                      public 'parent' => string '2' (length=1)
                                      public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                      public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                          1 => 
                            object(NavElement)[62]
                              public 'id' => string '5' (length=1)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Downloads' (length=9)
                              public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                              public 'current' => boolean false
                              public 'options' => string 'jump=15' (length=7)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[54]
                                      public 'id' => string '15' (length=2)
                                      public 'parent' => string '5' (length=1)
                                      public 'name' => string 'Allgemeine Informationen' (length=24)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Downloads' (length=9)
                          2 => 
                            object(NavElement)[71]
                              public 'id' => string '3' (length=1)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Rückhalteräume' (length=16)
                              public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                              public 'current' => boolean false
                              public 'options' => string 'jump=10' (length=7)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[55]
                                      public 'id' => string '10' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[61]
                                      public 'id' => string '11' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Weil-Breisach' (length=13)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[65]
                                      public 'id' => string '12' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  3 => 
                                    object(NavElement)[67]
                                      public 'id' => string '13' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Breisach-Burkheim' (length=17)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  4 => 
                                    object(NavElement)[70]
                                      public 'id' => string '26' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Wyhl-Weisweil' (length=13)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  5 => 
                                    object(NavElement)[72]
                                      public 'id' => string '27' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Elzmündung' (length=11)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  6 => 
                                    object(NavElement)[73]
                                      public 'id' => string '28' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  7 => 
                                    object(NavElement)[75]
                                      public 'id' => string '29' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Altenheim' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  8 => 
                                    object(NavElement)[77]
                                      public 'id' => string '30' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  9 => 
                                    object(NavElement)[78]
                                      public 'id' => string '31' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Freistett' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  10 => 
                                    object(NavElement)[80]
                                      public 'id' => string '32' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  11 => 
                                    object(NavElement)[81]
                                      public 'id' => string '33' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  12 => 
                                    object(NavElement)[83]
                                      public 'id' => string '34' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Elisabethenwört' (length=16)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  13 => 
                                    object(NavElement)[86]
                                      public 'id' => string '35' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Rheinschanzinsel' (length=16)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Rückhalteräume' (length=16)
                          3 => 
                            object(NavElement)[74]
                              public 'id' => string '6' (length=1)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Kontakt' (length=7)
                              public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                              public 'current' => boolean false
                              public 'options' => string 'jump=21

content=21' (length=19)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[53]
                                      public 'id' => string '21' (length=2)
                                      public 'parent' => string '6' (length=1)
                                      public 'name' => string 'Kontaktformular' (length=15)
                                      public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[58]
                                      public 'id' => string '18' (length=2)
                                      public 'parent' => string '6' (length=1)
                                      public 'name' => string 'Ansprechpartner' (length=15)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[64]
                                      public 'id' => string '25' (length=2)
                                      public 'parent' => string '6' (length=1)
                                      public 'name' => string 'Impressum' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Kontakt' (length=7)
                          4 => 
                            object(NavElement)[76]
                              public 'id' => string '14' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Aktuelles' (length=9)
                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                              public 'current' => boolean true
                              public 'options' => string 'info_type=1,2,3' (length=15)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[57]
                                      public 'id' => string '16' (length=2)
                                      public 'parent' => string '14' (length=2)
                                      public 'name' => string 'Bilder' (length=6)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[59]
                                      public 'id' => string '20' (length=2)
                                      public 'parent' => string '14' (length=2)
                                      public 'name' => string 'Pressemitteilungen' (length=18)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=1,2' (length=13)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[66]
                                      public 'id' => string '51' (length=2)
                                      public 'parent' => string '14' (length=2)
                                      public 'name' => string 'Neuigkeiten' (length=11)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=1' (length=11)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  3 => 
                                    object(NavElement)[69]
                                      public 'id' => string '52' (length=2)
                                      public 'parent' => string '14' (length=2)
                                      public 'name' => string 'Veranstaltungen' (length=15)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=3' (length=11)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Aktuelles' (length=9)
                          5 => 
                            object(NavElement)[79]
                              public 'id' => string '43' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Archiv' (length=6)
                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                              public 'current' => boolean false
                              public 'options' => string 'info_type=1,2

status=3' (length=23)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Archiv' (length=6)
                          6 => 
                            object(NavElement)[82]
                              public 'id' => string '23' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Suche' (length=5)
                              public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                              public 'current' => boolean false
                              public 'options' => string 'ausblenden' (length=10)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          7 => 
                            object(NavElement)[84]
                              public 'id' => string '40' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                              public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                              public 'current' => boolean false
                              public 'options' => string 'ausblenden' (length=10)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          8 => 
                            object(NavElement)[85]
                              public 'id' => string '41' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                              public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                              public 'current' => boolean false
                              public 'options' => string 'ausblenden' (length=10)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          9 => 
                            object(NavElement)[87]
                              public 'id' => string '42' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Unsere Forderungen' (length=18)
                              public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                              public 'current' => boolean false
                              public 'options' => string 'ausblenden' (length=10)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
              public 'lang' => string '1' (length=1)
              public 'language' => string 'de' (length=2)
              public 'assettypes' => 
                array
                  2 => string 'Text' (length=4)
                  3 => string 'Bild' (length=4)
                  6 => string 'Link' (length=4)
                  5 => string 'Download' (length=8)
                  1 => string 'HTML-Editor' (length=11)
                  4 => string 'Bildgalerie' (length=11)
                  7 => string 'Kurztext' (length=8)
                  8 => string 'NIX' (length=3)
                  9 => string 'Text & Bild' (length=11)
                  10 => string 'Kontakt' (length=7)
                  15 => string 'Expander' (length=8)
                  14 => string 'Formular' (length=8)
                  13 => string 'Bildergalerie (AJAX)' (length=20)
                  16 => string 'Flash' (length=5)
                  17 => string 'Teaser' (length=6)
          public 'm_session' => 
            object(Session)[5]
              public 'ses_table' => string 't_sessions' (length=10)
              public 'db_con' => string 'Y' (length=1)
              public 'db_host' => string '' (length=0)
              public 'db_user' => string '' (length=0)
              public 'db_pass' => string '' (length=0)
              public 'db_dbase' => string '' (length=0)
          public 'm_contentmaker' => 
            object(ContentMaker_Extended)[9]
              public 'elem_name' => boolean false
              public 'headline' => string '' (length=0)
              public 'project_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
              public 'project_path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/' (length=51)
              public 'asset_path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/assets/adb/' (length=62)
              public 'asset_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/assets/adb/' (length=61)
              public 'seite_vorhanden' => boolean false
              public 'frontend_type' => string 'webseitenpflege' (length=15)
              public 'frontend_id' => int 14
              public 'frontend_flag_group' => string '' (length=0)
              public 'frontend_flag_id' => int 0
              public 'frontend_focus_var' => string '' (length=0)
              public 'frontend_asset_type' => null
              public 'frontend_asset_id' => null
              public 'frontend_asset_flag_group' => null
              public 'frontend_asset_flag_id' => null
              public 'frontend_asset_focus_var' => null
              public 'param_info_asset' => 
                array
                  empty
              public 'arr_asset_selects' => 
                array
                  'standard' => 
                    array
                      0 => string 'fk_galerie_v2' (length=13)
                      1 => string 'subheading' (length=10)
                      2 => string 'flag_liste' (length=10)
                      3 => string 'backgroundcolor' (length=15)
              public 'lib' => &
                object(LibMain)[2]
                  public 'webserver' => string 'web5.werbeagentur-aufwind.com' (length=29)
                  public 'docroot' => string '/home/lutz/www/buergerinitiative-breisach-burkheim' (length=50)
                  public 'script' => string 'm/html/seiten/infopool.phtml' (length=28)
                  public 'modules' => 
                    array
                      'lib' => &
                        &object(LibMain)[2]
                      'misc' => &
                        object(Misc)[1]
                          public 'umlauts' => 
                            array
                              'ä' => string 'ae' (length=2)
                              'ö' => string 'oe' (length=2)
                              'ü' => string 'ue' (length=2)
                              'Ä' => string 'ae' (length=2)
                              'Ö' => string 'oe' (length=2)
                              'Ü' => string 'ue' (length=2)
                              'ß' => string 'ss' (length=2)
                      'mysql' => 
                        object(MySQL)[4]
                          public 'mysql' => resource(3, mysql link)
                          public 'queries' => 
                            array
                              'oncequerytmp' => boolean false
                              'translations' => boolean false
                              'default' => boolean false
                              'config' => boolean false
                              'meta' => boolean false
                              'left_content' => boolean false
                              'kopfbilder' => 
                                array
                                  0 => resource(113, mysql result)
                                  1 => int 0
                                  2 => int 0
                              'assets' => 
                                array
                                  0 => resource(117, mysql result)
                                  1 => int 0
                                  2 => int 0
                              'Elemente' => boolean false
                          public 'debug' => boolean false
                          public 'errorMessages' => boolean true
                          public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                          public 'existingTables' => 
                            array
                              'tr_sitemap_freigabe' => boolean true
                              't_zugang_intranet' => boolean false
                              't_seo_keywords' => boolean false
                          public 'existingFields' => 
                            array
                              't_sitemap' => 
                                array
                                  'accesskey' => boolean true
                                  'div_shift' => boolean false
                                  'color' => boolean true
                                  'fk_produkt' => boolean true
                                  'right_shift' => boolean true
                              't_assets' => 
                                array
                                  'headline_info' => boolean false
                                  'text2' => boolean false
                                  'fk_adb_asset3' => boolean true
                                  'fk_info_type' => boolean false
                              't_objects' => 
                                array
                                  'fk_asset_style' => boolean false
                      'db' => 
                        object(MySQL)[4]
                          public 'mysql' => resource(3, mysql link)
                          public 'queries' => 
                            array
                              'oncequerytmp' => boolean false
                              'translations' => boolean false
                              'default' => boolean false
                              'config' => boolean false
                              'meta' => boolean false
                              'left_content' => boolean false
                              'kopfbilder' => 
                                array
                                  0 => resource(113, mysql result)
                                  1 => int 0
                                  2 => int 0
                              'assets' => 
                                array
                                  0 => resource(117, mysql result)
                                  1 => int 0
                                  2 => int 0
                              'Elemente' => boolean false
                          public 'debug' => boolean false
                          public 'errorMessages' => boolean true
                          public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                          public 'existingTables' => 
                            array
                              'tr_sitemap_freigabe' => boolean true
                              't_zugang_intranet' => boolean false
                              't_seo_keywords' => boolean false
                          public 'existingFields' => 
                            array
                              't_sitemap' => 
                                array
                                  'accesskey' => boolean true
                                  'div_shift' => boolean false
                                  'color' => boolean true
                                  'fk_produkt' => boolean true
                                  'right_shift' => boolean true
                              't_assets' => 
                                array
                                  'headline_info' => boolean false
                                  'text2' => boolean false
                                  'fk_adb_asset3' => boolean true
                                  'fk_info_type' => boolean false
                              't_objects' => 
                                array
                                  'fk_asset_style' => boolean false
                      'session' => 
                        object(Session)[5]
                          public 'ses_table' => string 't_sessions' (length=10)
                          public 'db_con' => string 'Y' (length=1)
                          public 'db_host' => string '' (length=0)
                          public 'db_user' => string '' (length=0)
                          public 'db_pass' => string '' (length=0)
                          public 'db_dbase' => string '' (length=0)
                      'seo_v2' => 
                        object(seo_v2)[6]
                          public 'project_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
                          public 'db' => &
                            object(MySQL)[4]
                              public 'mysql' => resource(3, mysql link)
                              public 'queries' => 
                                array
                                  'oncequerytmp' => boolean false
                                  'translations' => boolean false
                                  'default' => boolean false
                                  'config' => boolean false
                                  'meta' => boolean false
                                  'left_content' => boolean false
                                  'kopfbilder' => 
                                    array
                                      0 => resource(113, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'assets' => 
                                    array
                                      0 => resource(117, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'Elemente' => boolean false
                              public 'debug' => boolean false
                              public 'errorMessages' => boolean true
                              public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                              public 'existingTables' => 
                                array
                                  'tr_sitemap_freigabe' => boolean true
                                  't_zugang_intranet' => boolean false
                                  't_seo_keywords' => boolean false
                              public 'existingFields' => 
                                array
                                  't_sitemap' => 
                                    array
                                      'accesskey' => boolean true
                                      'div_shift' => boolean false
                                      'color' => boolean true
                                      'fk_produkt' => boolean true
                                      'right_shift' => boolean true
                                  't_assets' => 
                                    array
                                      'headline_info' => boolean false
                                      'text2' => boolean false
                                      'fk_adb_asset3' => boolean true
                                      'fk_info_type' => boolean false
                                  't_objects' => 
                                    array
                                      'fk_asset_style' => boolean false
                          public 'myHost' => string 'web5.werbeagentur-aufwind.com' (length=29)
                      'Translations' => 
                        object(Translations)[7]
                          public 'project_http' => null
                          public 'db' => 
                            object(MySQL)[4]
                              public 'mysql' => resource(3, mysql link)
                              public 'queries' => 
                                array
                                  'oncequerytmp' => boolean false
                                  'translations' => boolean false
                                  'default' => boolean false
                                  'config' => boolean false
                                  'meta' => boolean false
                                  'left_content' => boolean false
                                  'kopfbilder' => 
                                    array
                                      0 => resource(113, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'assets' => 
                                    array
                                      0 => resource(117, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'Elemente' => boolean false
                              public 'debug' => boolean false
                              public 'errorMessages' => boolean true
                              public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                              public 'existingTables' => 
                                array
                                  'tr_sitemap_freigabe' => boolean true
                                  't_zugang_intranet' => boolean false
                                  't_seo_keywords' => boolean false
                              public 'existingFields' => 
                                array
                                  't_sitemap' => 
                                    array
                                      'accesskey' => boolean true
                                      'div_shift' => boolean false
                                      'color' => boolean true
                                      'fk_produkt' => boolean true
                                      'right_shift' => boolean true
                                  't_assets' => 
                                    array
                                      'headline_info' => boolean false
                                      'text2' => boolean false
                                      'fk_adb_asset3' => boolean true
                                      'fk_info_type' => boolean false
                                  't_objects' => 
                                    array
                                      'fk_asset_style' => boolean false
                          public 'project' => &null
                          public 'translation' => 
                            array
                              'galerie_leer' => string 'Diese Bildergalerie enthält keine Bilder.' (length=42)
                              'volltextsuche_kein_ergebnis' => string 'Ihre Suche ergab kein Ergebnis.' (length=31)
                              'volltextsuche' => string 'Suchergebnisse' (length=14)
                              'keine_galerie_ausgewaehlt' => string 'Es wurde keine Bildergalerie ausgewählt' (length=40)
                              'mitglied_werden' => string 'Mitglied werden...' (length=18)
                              'schreiben_sie_uns' => string 'Schreiben Sie uns...' (length=20)
                              'suchbegriff' => string 'Suchbegriff' (length=11)
                              'details' => string 'Details' (length=7)
                              'zurueck' => string 'Zurück' (length=7)
                              'vergroessern' => string 'vergrößern' (length=12)
                              'home' => string 'Home' (length=4)
                              'fehler' => string 'Fehler' (length=6)
                              'kein_produkt' => string 'Kein Produkt ausgew&auml;hlt' (length=28)
                              'ihre_ansprechpartner' => string 'Ihre Ansprechpartner' (length=20)
                              'alle_events' => string 'Alle Veranstaltungen' (length=20)
                              'telefon' => string 'Telefon' (length=7)
                              'fax' => string 'Fax' (length=3)
                              'mobil' => string 'Mobil' (length=5)
                              'email' => string 'E-Mail' (length=6)
                              'internet' => string 'Internet' (length=8)
                              'extranet' => string 'Intranet' (length=8)
                              'schnelleinstieg' => string 'Schnelleinstieg' (length=15)
                              'pw_vergessen' => string 'Passwort vergessen' (length=18)
                              'neu_anmelden' => string 'Neu anmelden' (length=12)
                              'name' => string 'Name' (length=4)
                              'passwort' => string 'Passwort' (length=8)
                              'suche' => string 'Suche' (length=5)
                              'kundenlogin' => string 'Kundenlogin' (length=11)
                              'logout' => string 'Logout' (length=6)
                              'login_fehler' => string 'Benutzername und/oder Passwort nicht gefunden' (length=45)
                              'login_eingabe_leer' => string 'Bitte geben Sie Benutzername und Passwort an' (length=44)
                              'login_erfolgreich' => string 'Anmeldung erfolgreich' (length=21)
                              'logout_erfolgreich' => string 'Abmeldung erfolgreich' (length=21)
                              'merkzettel' => string 'Merkzettel' (length=10)
                              'merkzettel_leer' => string 'Ihr Merkzettel ist leer' (length=23)
                              'merkzettel_aktualisieren' => string ' Merkzettel wird aktualisiert ...' (length=33)
                              'zu_merkzettel_hinzu' => string ' Produkt zu Merkzettel hinzuf&uuml;gen' (length=38)
                              'aus_merkzettel_raus' => string ' Produkt von Merkzettel entfernen' (length=33)
                              'merkzettel_link' => string ' Merkzettel verwalten' (length=21)
                              'an_email' => string ' An folgende E-Mail versenden' (length=29)
                              'an_ansprechpartner' => string ' Angebotsfrage für Produktliste an ATMOS versenden' (length=51)
                              'pdf_erzeugen' => string ' PDF erzeugen' (length=13)
                              'uebersicht' => string 'Übersicht' (length=10)
                              'produktmerkmale' => string 'Produkt- Merkmale' (length=17)
                              'ausfuehrungen' => string 'Ausführungen' (length=13)
                              'optionen_zubehoer' => string 'Optionen / Zubehör' (length=19)
                              'zubehoer' => string 'Zubeh&ouml;r Ersatzteile' (length=24)
                              'verbrauchsmaterialien' => string 'Verbrauchs- Materialien' (length=23)
                              'infos' => string 'Infos' (length=5)
                              'technischedaten' => string 'Technische Daten' (length=16)
                              'verwandtethemen' => string 'Verwandte Themen' (length=16)
                              'downloads' => string 'Downloads' (length=9)
                              'faqs' => string 'FAQs' (length=4)
                              'lade' => string '<select class="inaktiv" disabled><option>Lade<\/option><\/select>' (length=65)
                              'lade_2' => string 'Lade' (length=4)
                              'kategorie_waehlen' => string 'Bitte Produktgruppe w&auml;hlen' (length=31)
                              'produkt_waehlen' => string 'Bitte Produkt w&auml;hlen' (length=25)
                              'artikel_waehlen' => string 'Bitte Artikel w&auml;hlen' (length=25)
                              'fehler_waehlen' => string 'Bitte fehlerhafte Funktion w&auml;hlen' (length=38)
                              'symptom_waehlen' => string 'Bitte Fehlerbeschreibung w&auml;hlen' (length=36)
                              'ursache_waehlen' => string 'Bitte m&ouml;che Ursache w&auml;hlen' (length=36)
                              'symptom' => string 'Fehlerbeschreibung' (length=18)
                              'moegl_ursachen' => string 'M&ouml;gliche Ursachen' (length=22)
                              'loesung' => string 'Fehlerbehebung' (length=14)
                              'keine_kategorie' => string 'Keine Produktgruppe ausgew&auml;hlt' (length=35)
                              'kein_artikel' => string 'Kein Artikel ausgew&auml;hlt' (length=28)
                              'kein_fehler' => string 'Kein Fehler ausgew&auml;hlt' (length=27)
                              'kein_symptom' => string 'Keine Fehlerbeschreibung ausgew&auml;hlt' (length=40)
                              'keine_ursache' => string 'Keine Ursache ausgew&auml;hlt' (length=29)
                              'keine_loesung' => string 'Keine L&ouml;sung ausgew&auml;hlt' (length=33)
                              'tracking' => string 'Tracking' (length=8)
                              'kunde' => string 'Kunde' (length=5)
                              'auftragssuche' => string 'Auftragssuche' (length=13)
                              'anr_eingeben' => string 'Bitte Kunden- oder Auftrags-Nr. eingeben' (length=40)
                              'kein_auftrag_gefunden' => string 'Zu dieser Nummer konnte kein passender Auftrag gefunden werden.' (length=63)
                              'seriennummer' => string 'Seriennummer' (length=12)
                              'datum' => string 'Datum' (length=5)
                              'auftragsnummer' => string 'Auftragsnummer' (length=14)
                              'artikelnummer' => string 'Artikelnummer' (length=13)
                              'artikelname' => string 'Artikelname' (length=11)
                              'status' => string 'Status' (length=6)
                              'positionen' => string 'Positionen' (length=10)
                              'zum_docware' => string 'DocWare in neuem Fenster &ouml;ffnen.' (length=37)
                              'nach_land' => string 'nach Land' (length=9)
                              'nach_ort_oder_plz' => string 'nach Ort oder Postleitzahl' (length=26)
                              'kein_ergebnis' => string 'Kein Ergebnis' (length=13)
                              'locator_service' => string 'Servicepunkt-Locator' (length=20)
                              'servicesuche' => string 'Servicepunkt-Suche' (length=18)
                              'locator_haendler' => string 'H&auml;ndler-Locator' (length=20)
                              'haendlersuche' => string 'H&auml;ndler-Suche' (length=18)
                              'angebotsanfrage' => string 'Angebotsanfrage' (length=15)
                              'zum_formular' => string 'zum Formular' (length=12)
                              'katalog_prospekte' => string 'Katalog / Prospekte' (length=19)
                              'gebrauchsanweisungen' => string 'Gebrauchsanweisungen' (length=20)
                              'interne_downloads' => string 'Interne Downloads' (length=17)
                              'produktsuche' => string 'Produktsuche' (length=12)
                              'dl_suche_nach' => string 'Suchen Sie nach Produktname, Downloadtitel oder Downloadtext' (length=60)
                              'nach_kunde' => string 'Nach Kundennummer' (length=17)
                              'nach_auftrag' => string 'Nach Auftragsnummer' (length=19)
                              'suche_nach' => string 'Suche nach' (length=10)
                              'kundennummer' => string 'Kundennummer' (length=12)
                              'intranet' => string 'Intranet' (length=8)
                              'land_waehlen' => string 'Select country' (length=14)
                              'reiter_selects' => string 'Produktbaum' (length=11)
                              'reiter_input' => string 'Direkte Suche' (length=13)
                              'suche_in_webseiten' => string 'Suche auf Seiten' (length=16)
                              'produktsuche_kein_ergebnis' => string 'Die Produktsuche lieferte kein Ergebnis' (length=39)
                              'suche_nach_anfang' => string 'Ihre Suche nach' (length=15)
                              'suche_nach_ende' => string 'lieferte folgende Ergebnisse' (length=28)
                              'produktsuche_wert_zu_kurz' => string 'Der von Ihnen eingegebene Suchbegriff ist zu kurz' (length=49)
                              'in_kategorien' => string 'In Kategorien' (length=13)
                              'in_produkten' => string 'In Produkten' (length=12)
                              'in_artikeln' => string 'In Artikeln' (length=11)
                              'den_folgenden_produkten_zugeordnet' => string 'Den folgenden Produkten zugeordnet' (length=34)
                              'artikelnr_eingeben' => string 'Artikelnummer eingeben' (length=22)
                              'cms_anwendungen' => string 'CMS-Anwendungen' (length=15)
                              'ergebnis' => string 'Ergebnis' (length=8)
                              'ergebnisse' => string 'Ergebnisse' (length=10)
                              'nach_status_ausgeben' => string 'Nach Status ausgeben' (length=20)
                              'bezeichnung' => string 'Bezeichnung' (length=11)
                              'einzelpreis' => string 'Einzelpreis' (length=11)
                              'bestand' => string 'Bestand' (length=7)
                              'gesamtpreis' => string 'Gesamtpreis' (length=11)
                              'link_produkt' => string 'Produktlink' (length=11)
                              'keine_ergebnisse' => string 'Kein Ergebnis' (length=13)
                              'stueck' => string 'St&uuml;ck' (length=10)
                              'alle_anzeigen' => string 'Alle Anzeigen' (length=13)
                              'filtern' => string 'Filtern' (length=7)
                              more elements...
                          public 'translation_en' => 
                            array
                              'home' => string 'Home' (length=4)
                              'fehler' => string 'Error' (length=5)
                              'kein_produkt' => string 'No product selected' (length=19)
                              'ihre_ansprechpartner' => string 'Contact persons' (length=15)
                              'alle_events' => string 'All Events' (length=10)
                              'telefon' => string 'Phone' (length=5)
                              'mobil' => string 'Mobile' (length=6)
                              'fax' => string 'Fax' (length=3)
                              'email' => string 'E-mail' (length=6)
                              'internet' => string 'Internet' (length=8)
                              'extranet' => string 'Extranet' (length=8)
                              'suche' => string 'Search' (length=6)
                              'kunde' => string 'Customer' (length=8)
                              'datum' => string 'Date' (length=4)
                              'pw_vergessen' => string 'Forgot Password?' (length=16)
                              'neu_anmelden' => string 'Re-Login' (length=8)
                              'name' => string 'Name' (length=4)
                              'passwort' => string 'password' (length=8)
                              'kundenlogin' => string 'Customers login' (length=15)
                              'logout' => string 'Logout' (length=6)
                              'login_fehler' => string 'Username and/or password not found' (length=34)
                              'login_eingabe_leer' => string 'Please insert username and password' (length=35)
                              'login_erfolgreich' => string 'Login successfull' (length=17)
                              'logout_erfolgreich' => string 'Logout successfull' (length=18)
                              'merkzettel' => string 'Leaflet' (length=7)
                              'merkzettel_leer' => string 'Your leaflet is empty' (length=21)
                              'merkzettel_aktualisieren' => string ' Updating leaflet ...' (length=21)
                              'zu_merkzettel_hinzu' => string ' Add product to leaflet' (length=23)
                              'aus_merkzettel_raus' => string ' Remove product from leaflet' (length=28)
                              'merkzettel_link' => string ' Send leaflet' (length=13)
                              'an_email' => string ' Sent to the following E-Mail' (length=29)
                              'an_ansprechpartner' => string ' Send to ATMOS' (length=14)
                              'pdf_erzeugen' => string ' Create PDF' (length=11)
                              'uebersicht' => string 'General' (length=7)
                              'produktmerkmale' => string 'Characteristics' (length=15)
                              'ausfuehrungen' => string 'Types' (length=5)
                              'zubehoer' => string 'Attachments' (length=11)
                              'verbrauchsmaterialien' => string 'Consumption items' (length=17)
                              'infos' => string 'Infos' (length=5)
                              'technischedaten' => string 'Technical data' (length=14)
                              'verwandtethemen' => string 'Related topics' (length=14)
                              'downloads' => string 'Downloads' (length=9)
                              'faqs' => string 'FAQs' (length=4)
                              'lade' => string '<select class="inaktiv" disabled><option>Loading</option></select>' (length=66)
                              'lade_2' => string 'Loading' (length=7)
                              'kategorie_waehlen' => string 'Select product group' (length=20)
                              'produkt_waehlen' => string 'Select product' (length=14)
                              'artikel_waehlen' => string 'Select article' (length=14)
                              'fehler_waehlen' => string 'Select defective function' (length=25)
                              'symptom_waehlen' => string 'Select error description' (length=24)
                              'ursache_waehlen' => string 'Select potential cause' (length=22)
                              'symptom' => string 'Error description' (length=17)
                              'moegl_ursachen' => string 'Potential Cause' (length=15)
                              'loesung' => string 'Solution' (length=8)
                              'keine_kategorie' => string 'No product group selected' (length=25)
                              'kein_artikel' => string 'No article selected' (length=19)
                              'kein_fehler' => string 'No error selected' (length=17)
                              'kein_symptom' => string 'No error description selected' (length=29)
                              'keine_ursache' => string 'No cause selected' (length=17)
                              'keine_loesung' => string 'No solution selected' (length=20)
                              'tracking' => string 'Tracking' (length=8)
                              'auftragssuche' => string 'Order Tracking' (length=14)
                              'anr_eingeben' => string 'Please insert Order ID' (length=22)
                              'kein_auftrag_gefunden' => string 'No order was found for this ID.' (length=31)
                              'seriennummer' => string 'Serial ID' (length=9)
                              'auftragsnummer' => string 'Order ID' (length=8)
                              'artikelnummer' => string 'Article ID' (length=10)
                              'artikelname' => string 'Article name' (length=12)
                              'status' => string 'Status' (length=6)
                              'positionen' => string 'Positions' (length=9)
                              'zum_docware' => string 'open DocWare in new window.' (length=27)
                              'nach_land' => string 'by country' (length=10)
                              'nach_ort_oder_plz' => string 'by city or postcode' (length=19)
                              'kein_ergebnis' => string 'No results' (length=10)
                              'locator_service' => string 'Servicepoint locator' (length=20)
                              'servicesuche' => string 'Servicepoint search' (length=19)
                              'locator_haendler' => string 'Dealer locator' (length=14)
                              'haendlersuche' => string 'Dealer search' (length=13)
                              'angebotsanfrage' => string 'Request for proposal' (length=20)
                              'zum_formular' => string 'go to form' (length=10)
                              'katalog_prospekte' => string 'Catalogue / literature' (length=22)
                              'gebrauchsanweisungen' => string 'Manuals' (length=7)
                              'interne_downloads' => string 'Internal Downloads' (length=18)
                              'produktsuche' => string 'Product search' (length=14)
                              'dl_suche_nach' => string 'Search for product name, download titel or download text' (length=56)
                              'nach_kunde' => string 'By Customer ID' (length=14)
                              'nach_auftrag' => string 'By Service Id' (length=13)
                              'suche_nach' => string 'Search for' (length=10)
                              'kundennummer' => string 'Customer ID' (length=11)
                              'intranet' => string 'Intranet' (length=8)
                              'land_waehlen' => string 'Select country' (length=14)
                              'reiter_selects' => string 'Product tree' (length=12)
                              'reiter_input' => string 'Direct search' (length=13)
                              'suche_in_webseiten' => string 'Search on sites' (length=15)
                              'produktsuche_kein_ergebnis' => string 'The product search delivered no result' (length=38)
                              'suche_nach_anfang' => string 'Your search for' (length=15)
                              'suche_nach_ende' => string 'delivered the following results' (length=31)
                              'produktsuche_wert_zu_kurz' => string 'Your search string is too short' (length=31)
                              'in_kategorien' => string 'In categories' (length=13)
                              'in_produkten' => string 'In products' (length=11)
                              'in_artikeln' => string 'In articles' (length=11)
                              'den_folgenden_produkten_zugeordnet' => string 'Assigned to the following products' (length=34)
                              'artikelnr_eingeben' => string 'Insert artikel id' (length=17)
                              'cms_anwendungen' => string 'CMS application' (length=15)
                              'ergebnis' => string 'Result' (length=6)
                              'ergebnisse' => string 'Results' (length=7)
                              'nach_status_ausgeben' => string 'Output by status' (length=16)
                              'bezeichnung' => string 'Description' (length=11)
                              'einzelpreis' => string 'Single price' (length=12)
                              'bestand' => string 'Inventory' (length=9)
                              'gesamtpreis' => string 'Complete price' (length=14)
                              'link_produkt' => string 'Product link' (length=12)
                              'keine_ergebnisse' => string 'No result' (length=9)
                              'stueck' => string 'parts' (length=5)
                              'alle_anzeigen' => string 'Display all' (length=11)
                              'filtern' => string 'Filter' (length=6)
                              'filtern_nach' => string 'Filter by' (length=9)
                              'filter_aktiv' => string 'Filter activ' (length=12)
                              'zum_produkt' => string 'To product' (length=10)
                              'suche_starten' => string 'Start search' (length=12)
                              'details' => string 'Details' (length=7)
                              'preis' => string 'Price' (length=5)
                              'copyright' => string '© ATMOS MedizinTechnik GmbH & Co. KG' (length=37)
                              'verantwortlich_fuer_den_inhalt' => string 'Answerable for this page' (length=24)
                              'atmos_login_erinnerung' => string 'ATMOS Login reminder' (length=20)
                              'hallo' => string 'Hello' (length=5)
                              'wie_gewuenscht_ihre_daten' => string 'As desired we send your ATMOS access data as reminder' (length=53)
                              'benutzer' => string 'user' (length=4)
                              more elements...
                      'contentmaker5' => 
                        object(ContentMaker5)[8]
                          public 'elem_name' => boolean false
                          public 'headline' => string '' (length=0)
                          public 'project_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
                          public 'project_path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/' (length=51)
                          public 'asset_path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/assets/adb/' (length=62)
                          public 'asset_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/assets/adb/' (length=61)
                          public 'seite_vorhanden' => null
                          public 'frontend_type' => string 'webseitenpflege' (length=15)
                          public 'frontend_id' => int 14
                          public 'frontend_flag_group' => string '' (length=0)
                          public 'frontend_flag_id' => int 0
                          public 'frontend_focus_var' => string '' (length=0)
                          public 'frontend_asset_type' => null
                          public 'frontend_asset_id' => null
                          public 'frontend_asset_flag_group' => null
                          public 'frontend_asset_flag_id' => null
                          public 'frontend_asset_focus_var' => null
                          public 'param_info_asset' => 
                            array
                              empty
                          public 'arr_asset_selects' => 
                            array
                              'standard' => 
                                array
                                  0 => string 'fk_galerie_v2' (length=13)
                          public 'lib' => &
                            &object(LibMain)[2]
                          public 'db' => &
                            object(MySQL)[4]
                              public 'mysql' => resource(3, mysql link)
                              public 'queries' => 
                                array
                                  'oncequerytmp' => boolean false
                                  'translations' => boolean false
                                  'default' => boolean false
                                  'config' => boolean false
                                  'meta' => boolean false
                                  'left_content' => boolean false
                                  'kopfbilder' => 
                                    array
                                      0 => resource(113, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'assets' => 
                                    array
                                      0 => resource(117, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'Elemente' => boolean false
                              public 'debug' => boolean false
                              public 'errorMessages' => boolean true
                              public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                              public 'existingTables' => 
                                array
                                  'tr_sitemap_freigabe' => boolean true
                                  't_zugang_intranet' => boolean false
                                  't_seo_keywords' => boolean false
                              public 'existingFields' => 
                                array
                                  't_sitemap' => 
                                    array
                                      'accesskey' => boolean true
                                      'div_shift' => boolean false
                                      'color' => boolean true
                                      'fk_produkt' => boolean true
                                      'right_shift' => boolean true
                                  't_assets' => 
                                    array
                                      'headline_info' => boolean false
                                      'text2' => boolean false
                                      'fk_adb_asset3' => boolean true
                                      'fk_info_type' => boolean false
                                  't_objects' => 
                                    array
                                      'fk_asset_style' => boolean false
                      'contentmaker_extended' => 
                        &object(ContentMaker_Extended)[9]
                      'image' => 
                        object(Image)[10]
                          public 'tmp_dir' => string '' (length=0)
                          public 'logging' => boolean false
                          public '_filesizes' => 
                            array
                              0 => string 'B' (length=1)
                              1 => string 'kB' (length=2)
                              2 => string 'MB' (length=2)
                              3 => string 'GB' (length=2)
                              4 => string 'TB' (length=2)
                              5 => string 'PB' (length=2)
                              6 => string 'EB' (length=2)
                          public 'docservice' => boolean true
                          public 'no_adb_files' => 
                            array
                              0 => string '.txt' (length=4)
                              1 => string '.mpeg' (length=5)
                              2 => string '.mpg' (length=4)
                              3 => string '.wmv' (length=4)
                              4 => string '.avi' (length=4)
                              5 => string '.divx' (length=5)
                              6 => string '.mp4' (length=4)
                              7 => string '.mp3' (length=4)
                              8 => string '.wav' (length=4)
                              9 => string '.mp3' (length=4)
                              10 => string '.aiff' (length=5)
                      'navigation' => 
                        object(Navigation)[11]
                          public 'nav_sitemap' => string '14' (length=2)
                          public 'nav_template' => string '52' (length=2)
                          public 'nav_lang' => string 'de' (length=2)
                          public 'nav_langid' => string '1' (length=1)
                          public 'nav_assettypes' => 
                            array
                              2 => string 'text' (length=4)
                              3 => string 'image' (length=5)
                              6 => string 'link' (length=4)
                              5 => string 'download' (length=8)
                              1 => string 'editor' (length=6)
                              4 => string 'gallery' (length=7)
                              7 => string 'shorttext' (length=9)
                              8 => string 'nix' (length=3)
                              9 => string 'image_text' (length=10)
                              10 => string 'contact' (length=7)
                              15 => string 'expander' (length=8)
                              14 => string 'form' (length=4)
                              13 => string 'galerie_v2' (length=10)
                              16 => string 'flash' (length=5)
                              17 => string 'teaser' (length=6)
                          public 'nav' => &
                            array
                              1 => &
                                object(NavElement)[51]
                                  public 'id' => string '1' (length=1)
                                  public 'parent' => int 0
                                  public 'name' => string 'Startseite' (length=10)
                                  public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                                  public 'current' => boolean true
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      0 => 
                                        object(NavElement)[56]
                                          public 'id' => string '2' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Über Uns' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=7' (length=6)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[52]
                                                  public 'id' => string '7' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ziele' (length=5)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[60]
                                                  public 'id' => string '8' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[63]
                                                  public 'id' => string '36' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Vorstand' (length=8)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[68]
                                                  public 'id' => string '17' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                                  public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                                      1 => 
                                        object(NavElement)[62]
                                          public 'id' => string '5' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Downloads' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=15' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[54]
                                                  public 'id' => string '15' (length=2)
                                                  public 'parent' => string '5' (length=1)
                                                  public 'name' => string 'Allgemeine Informationen' (length=24)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Downloads' (length=9)
                                      2 => 
                                        object(NavElement)[71]
                                          public 'id' => string '3' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Rückhalteräume' (length=16)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=10' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[55]
                                                  public 'id' => string '10' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[61]
                                                  public 'id' => string '11' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Weil-Breisach' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[65]
                                                  public 'id' => string '12' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[67]
                                                  public 'id' => string '13' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Breisach-Burkheim' (length=17)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              4 => 
                                                object(NavElement)[70]
                                                  public 'id' => string '26' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Wyhl-Weisweil' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              5 => 
                                                object(NavElement)[72]
                                                  public 'id' => string '27' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elzmündung' (length=11)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              6 => 
                                                object(NavElement)[73]
                                                  public 'id' => string '28' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              7 => 
                                                object(NavElement)[75]
                                                  public 'id' => string '29' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Altenheim' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              8 => 
                                                object(NavElement)[77]
                                                  public 'id' => string '30' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              9 => 
                                                object(NavElement)[78]
                                                  public 'id' => string '31' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Freistett' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              10 => 
                                                object(NavElement)[80]
                                                  public 'id' => string '32' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              11 => 
                                                object(NavElement)[81]
                                                  public 'id' => string '33' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              12 => 
                                                object(NavElement)[83]
                                                  public 'id' => string '34' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elisabethenwört' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              13 => 
                                                object(NavElement)[86]
                                                  public 'id' => string '35' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rheinschanzinsel' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Rückhalteräume' (length=16)
                                      3 => 
                                        object(NavElement)[74]
                                          public 'id' => string '6' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Kontakt' (length=7)
                                          public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=21

content=21' (length=19)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[53]
                                                  public 'id' => string '21' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Kontaktformular' (length=15)
                                                  public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[58]
                                                  public 'id' => string '18' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[64]
                                                  public 'id' => string '25' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Impressum' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Kontakt' (length=7)
                                      4 => 
                                        object(NavElement)[76]
                                          public 'id' => string '14' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Aktuelles' (length=9)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                          public 'current' => boolean true
                                          public 'options' => string 'info_type=1,2,3' (length=15)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[57]
                                                  public 'id' => string '16' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Bilder' (length=6)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[59]
                                                  public 'id' => string '20' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Pressemitteilungen' (length=18)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1,2' (length=13)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[66]
                                                  public 'id' => string '51' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Neuigkeiten' (length=11)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[69]
                                                  public 'id' => string '52' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Veranstaltungen' (length=15)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=3' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Aktuelles' (length=9)
                                      5 => 
                                        object(NavElement)[79]
                                          public 'id' => string '43' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Archiv' (length=6)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                          public 'current' => boolean false
                                          public 'options' => string 'info_type=1,2

status=3' (length=23)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Archiv' (length=6)
                                      6 => 
                                        object(NavElement)[82]
                                          public 'id' => string '23' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Suche' (length=5)
                                          public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      7 => 
                                        object(NavElement)[84]
                                          public 'id' => string '40' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      8 => 
                                        object(NavElement)[85]
                                          public 'id' => string '41' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      9 => 
                                        object(NavElement)[87]
                                          public 'id' => string '42' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Unsere Forderungen' (length=18)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'lang' => string '1' (length=1)
                          public 'language' => string 'de' (length=2)
                          public 'assettypes' => 
                            array
                              2 => string 'Text' (length=4)
                              3 => string 'Bild' (length=4)
                              6 => string 'Link' (length=4)
                              5 => string 'Download' (length=8)
                              1 => string 'HTML-Editor' (length=11)
                              4 => string 'Bildgalerie' (length=11)
                              7 => string 'Kurztext' (length=8)
                              8 => string 'NIX' (length=3)
                              9 => string 'Text & Bild' (length=11)
                              10 => string 'Kontakt' (length=7)
                              15 => string 'Expander' (length=8)
                              14 => string 'Formular' (length=8)
                              13 => string 'Bildergalerie (AJAX)' (length=20)
                              16 => string 'Flash' (length=5)
                              17 => string 'Teaser' (length=6)
                      'project' => 
                        object(Project)[49]
                          public 'topnav_current' => 
                            object(NavElement)[12]
                              public 'id' => string '1' (length=1)
                              public 'parent' => int 0
                              public 'name' => string 'Startseite' (length=10)
                              public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                              public 'current' => boolean true
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[40]
                                      public 'id' => string '2' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Über Uns' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=2&lang=de' (length=49)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=7' (length=6)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[48]
                                              public 'id' => string '7' (length=1)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Ziele' (length=5)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[20]
                                              public 'id' => string '8' (length=1)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Ansprechpartner' (length=15)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[25]
                                              public 'id' => string '36' (length=2)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Vorstand' (length=8)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[44]
                                              public 'id' => string '17' (length=2)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                              public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[35]
                                      public 'id' => string '5' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Downloads' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=5&lang=de' (length=50)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=15' (length=7)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[45]
                                              public 'id' => string '15' (length=2)
                                              public 'parent' => string '5' (length=1)
                                              public 'name' => string 'Allgemeine Informationen' (length=24)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[39]
                                      public 'id' => string '3' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Rückhalteräume' (length=16)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=3&lang=de' (length=50)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=10' (length=7)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[43]
                                              public 'id' => string '10' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[18]
                                              public 'id' => string '11' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Weil-Breisach' (length=13)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[14]
                                              public 'id' => string '12' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[47]
                                              public 'id' => string '13' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Breisach-Burkheim' (length=17)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          4 => 
                                            object(NavElement)[41]
                                              public 'id' => string '26' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Wyhl-Weisweil' (length=13)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          5 => 
                                            object(NavElement)[38]
                                              public 'id' => string '27' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Elzmündung' (length=11)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          6 => 
                                            object(NavElement)[36]
                                              public 'id' => string '28' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          7 => 
                                            object(NavElement)[33]
                                              public 'id' => string '29' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Altenheim' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          8 => 
                                            object(NavElement)[28]
                                              public 'id' => string '30' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          9 => 
                                            object(NavElement)[26]
                                              public 'id' => string '31' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Freistett' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          10 => 
                                            object(NavElement)[16]
                                              public 'id' => string '32' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          11 => 
                                            object(NavElement)[23]
                                              public 'id' => string '33' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          12 => 
                                            object(NavElement)[17]
                                              public 'id' => string '34' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Elisabethenwört' (length=16)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          13 => 
                                            object(NavElement)[21]
                                              public 'id' => string '35' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Rheinschanzinsel' (length=16)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  3 => 
                                    object(NavElement)[34]
                                      public 'id' => string '6' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Kontakt' (length=7)
                                      public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=6&lang=de' (length=65)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=21

content=21' (length=19)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[46]
                                              public 'id' => string '21' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Kontaktformular' (length=15)
                                              public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[30]
                                              public 'id' => string '18' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Ansprechpartner' (length=15)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[19]
                                              public 'id' => string '25' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Impressum' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  4 => 
                                    object(NavElement)[31]
                                      public 'id' => string '14' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Aktuelles' (length=9)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                      public 'current' => boolean true
                                      public 'options' => string 'info_type=1,2,3' (length=15)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[37]
                                              public 'id' => string '16' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Bilder' (length=6)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[27]
                                              public 'id' => string '20' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Pressemitteilungen' (length=18)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=1,2' (length=13)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[32]
                                              public 'id' => string '51' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Neuigkeiten' (length=11)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=1' (length=11)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[42]
                                              public 'id' => string '52' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Veranstaltungen' (length=15)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=3' (length=11)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  5 => 
                                    object(NavElement)[22]
                                      public 'id' => string '43' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Archiv' (length=6)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=1,2

status=3' (length=23)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  6 => 
                                    object(NavElement)[15]
                                      public 'id' => string '23' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Suche' (length=5)
                                      public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  7 => 
                                    object(NavElement)[29]
                                      public 'id' => string '40' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  8 => 
                                    object(NavElement)[24]
                                      public 'id' => string '41' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  9 => 
                                    object(NavElement)[13]
                                      public 'id' => string '42' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Unsere Forderungen' (length=18)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          public 'topnav' => &
                            array
                              1 => &
                                object(NavElement)[51]
                                  public 'id' => string '1' (length=1)
                                  public 'parent' => int 0
                                  public 'name' => string 'Startseite' (length=10)
                                  public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                                  public 'current' => boolean true
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      0 => 
                                        object(NavElement)[56]
                                          public 'id' => string '2' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Über Uns' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=7' (length=6)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[52]
                                                  public 'id' => string '7' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ziele' (length=5)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[60]
                                                  public 'id' => string '8' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[63]
                                                  public 'id' => string '36' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Vorstand' (length=8)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[68]
                                                  public 'id' => string '17' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                                  public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                                      1 => 
                                        object(NavElement)[62]
                                          public 'id' => string '5' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Downloads' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=15' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[54]
                                                  public 'id' => string '15' (length=2)
                                                  public 'parent' => string '5' (length=1)
                                                  public 'name' => string 'Allgemeine Informationen' (length=24)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Downloads' (length=9)
                                      2 => 
                                        object(NavElement)[71]
                                          public 'id' => string '3' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Rückhalteräume' (length=16)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=10' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[55]
                                                  public 'id' => string '10' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[61]
                                                  public 'id' => string '11' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Weil-Breisach' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[65]
                                                  public 'id' => string '12' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[67]
                                                  public 'id' => string '13' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Breisach-Burkheim' (length=17)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              4 => 
                                                object(NavElement)[70]
                                                  public 'id' => string '26' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Wyhl-Weisweil' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              5 => 
                                                object(NavElement)[72]
                                                  public 'id' => string '27' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elzmündung' (length=11)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              6 => 
                                                object(NavElement)[73]
                                                  public 'id' => string '28' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              7 => 
                                                object(NavElement)[75]
                                                  public 'id' => string '29' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Altenheim' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              8 => 
                                                object(NavElement)[77]
                                                  public 'id' => string '30' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              9 => 
                                                object(NavElement)[78]
                                                  public 'id' => string '31' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Freistett' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              10 => 
                                                object(NavElement)[80]
                                                  public 'id' => string '32' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              11 => 
                                                object(NavElement)[81]
                                                  public 'id' => string '33' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              12 => 
                                                object(NavElement)[83]
                                                  public 'id' => string '34' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elisabethenwört' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              13 => 
                                                object(NavElement)[86]
                                                  public 'id' => string '35' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rheinschanzinsel' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Rückhalteräume' (length=16)
                                      3 => 
                                        object(NavElement)[74]
                                          public 'id' => string '6' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Kontakt' (length=7)
                                          public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=21

content=21' (length=19)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[53]
                                                  public 'id' => string '21' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Kontaktformular' (length=15)
                                                  public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[58]
                                                  public 'id' => string '18' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[64]
                                                  public 'id' => string '25' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Impressum' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Kontakt' (length=7)
                                      4 => 
                                        object(NavElement)[76]
                                          public 'id' => string '14' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Aktuelles' (length=9)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                          public 'current' => boolean true
                                          public 'options' => string 'info_type=1,2,3' (length=15)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[57]
                                                  public 'id' => string '16' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Bilder' (length=6)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[59]
                                                  public 'id' => string '20' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Pressemitteilungen' (length=18)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1,2' (length=13)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[66]
                                                  public 'id' => string '51' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Neuigkeiten' (length=11)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[69]
                                                  public 'id' => string '52' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Veranstaltungen' (length=15)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=3' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Aktuelles' (length=9)
                                      5 => 
                                        object(NavElement)[79]
                                          public 'id' => string '43' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Archiv' (length=6)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                          public 'current' => boolean false
                                          public 'options' => string 'info_type=1,2

status=3' (length=23)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Archiv' (length=6)
                                      6 => 
                                        object(NavElement)[82]
                                          public 'id' => string '23' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Suche' (length=5)
                                          public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      7 => 
                                        object(NavElement)[84]
                                          public 'id' => string '40' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      8 => 
                                        object(NavElement)[85]
                                          public 'id' => string '41' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      9 => 
                                        object(NavElement)[87]
                                          public 'id' => string '42' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Unsere Forderungen' (length=18)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
                          public 'path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/' (length=51)
                      'project_extended' => 
                        object(Project_Extended)[50]
                          public 'topnav_current' => &
                            object(NavElement)[51]
                              public 'id' => string '1' (length=1)
                              public 'parent' => int 0
                              public 'name' => string 'Startseite' (length=10)
                              public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                              public 'current' => boolean true
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[56]
                                      public 'id' => string '2' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Über Uns' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=7' (length=6)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[52]
                                              public 'id' => string '7' (length=1)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Ziele' (length=5)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[60]
                                              public 'id' => string '8' (length=1)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Ansprechpartner' (length=15)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[63]
                                              public 'id' => string '36' (length=2)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Vorstand' (length=8)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[68]
                                              public 'id' => string '17' (length=2)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                              public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                                  1 => 
                                    object(NavElement)[62]
                                      public 'id' => string '5' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Downloads' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=15' (length=7)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[54]
                                              public 'id' => string '15' (length=2)
                                              public 'parent' => string '5' (length=1)
                                              public 'name' => string 'Allgemeine Informationen' (length=24)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Downloads' (length=9)
                                  2 => 
                                    object(NavElement)[71]
                                      public 'id' => string '3' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Rückhalteräume' (length=16)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=10' (length=7)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[55]
                                              public 'id' => string '10' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[61]
                                              public 'id' => string '11' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Weil-Breisach' (length=13)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[65]
                                              public 'id' => string '12' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[67]
                                              public 'id' => string '13' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Breisach-Burkheim' (length=17)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          4 => 
                                            object(NavElement)[70]
                                              public 'id' => string '26' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Wyhl-Weisweil' (length=13)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          5 => 
                                            object(NavElement)[72]
                                              public 'id' => string '27' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Elzmündung' (length=11)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          6 => 
                                            object(NavElement)[73]
                                              public 'id' => string '28' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          7 => 
                                            object(NavElement)[75]
                                              public 'id' => string '29' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Altenheim' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          8 => 
                                            object(NavElement)[77]
                                              public 'id' => string '30' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          9 => 
                                            object(NavElement)[78]
                                              public 'id' => string '31' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Freistett' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          10 => 
                                            object(NavElement)[80]
                                              public 'id' => string '32' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          11 => 
                                            object(NavElement)[81]
                                              public 'id' => string '33' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          12 => 
                                            object(NavElement)[83]
                                              public 'id' => string '34' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Elisabethenwört' (length=16)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          13 => 
                                            object(NavElement)[86]
                                              public 'id' => string '35' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Rheinschanzinsel' (length=16)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Rückhalteräume' (length=16)
                                  3 => 
                                    object(NavElement)[74]
                                      public 'id' => string '6' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Kontakt' (length=7)
                                      public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=21

content=21' (length=19)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[53]
                                              public 'id' => string '21' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Kontaktformular' (length=15)
                                              public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[58]
                                              public 'id' => string '18' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Ansprechpartner' (length=15)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[64]
                                              public 'id' => string '25' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Impressum' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Kontakt' (length=7)
                                  4 => 
                                    object(NavElement)[76]
                                      public 'id' => string '14' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Aktuelles' (length=9)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                      public 'current' => boolean true
                                      public 'options' => string 'info_type=1,2,3' (length=15)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[57]
                                              public 'id' => string '16' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Bilder' (length=6)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[59]
                                              public 'id' => string '20' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Pressemitteilungen' (length=18)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=1,2' (length=13)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[66]
                                              public 'id' => string '51' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Neuigkeiten' (length=11)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=1' (length=11)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[69]
                                              public 'id' => string '52' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Veranstaltungen' (length=15)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=3' (length=11)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Aktuelles' (length=9)
                                  5 => 
                                    object(NavElement)[79]
                                      public 'id' => string '43' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Archiv' (length=6)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=1,2

status=3' (length=23)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Archiv' (length=6)
                                  6 => 
                                    object(NavElement)[82]
                                      public 'id' => string '23' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Suche' (length=5)
                                      public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  7 => 
                                    object(NavElement)[84]
                                      public 'id' => string '40' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  8 => 
                                    object(NavElement)[85]
                                      public 'id' => string '41' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  9 => 
                                    object(NavElement)[87]
                                      public 'id' => string '42' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Unsere Forderungen' (length=18)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          public 'topnav' => &
                            array
                              1 => &
                                object(NavElement)[51]
                                  public 'id' => string '1' (length=1)
                                  public 'parent' => int 0
                                  public 'name' => string 'Startseite' (length=10)
                                  public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                                  public 'current' => boolean true
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      0 => 
                                        object(NavElement)[56]
                                          public 'id' => string '2' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Über Uns' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=7' (length=6)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[52]
                                                  public 'id' => string '7' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ziele' (length=5)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[60]
                                                  public 'id' => string '8' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[63]
                                                  public 'id' => string '36' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Vorstand' (length=8)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[68]
                                                  public 'id' => string '17' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                                  public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                                      1 => 
                                        object(NavElement)[62]
                                          public 'id' => string '5' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Downloads' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=15' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[54]
                                                  public 'id' => string '15' (length=2)
                                                  public 'parent' => string '5' (length=1)
                                                  public 'name' => string 'Allgemeine Informationen' (length=24)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Downloads' (length=9)
                                      2 => 
                                        object(NavElement)[71]
                                          public 'id' => string '3' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Rückhalteräume' (length=16)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=10' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[55]
                                                  public 'id' => string '10' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[61]
                                                  public 'id' => string '11' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Weil-Breisach' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[65]
                                                  public 'id' => string '12' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[67]
                                                  public 'id' => string '13' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Breisach-Burkheim' (length=17)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              4 => 
                                                object(NavElement)[70]
                                                  public 'id' => string '26' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Wyhl-Weisweil' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              5 => 
                                                object(NavElement)[72]
                                                  public 'id' => string '27' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elzmündung' (length=11)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              6 => 
                                                object(NavElement)[73]
                                                  public 'id' => string '28' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              7 => 
                                                object(NavElement)[75]
                                                  public 'id' => string '29' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Altenheim' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              8 => 
                                                object(NavElement)[77]
                                                  public 'id' => string '30' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              9 => 
                                                object(NavElement)[78]
                                                  public 'id' => string '31' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Freistett' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              10 => 
                                                object(NavElement)[80]
                                                  public 'id' => string '32' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              11 => 
                                                object(NavElement)[81]
                                                  public 'id' => string '33' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              12 => 
                                                object(NavElement)[83]
                                                  public 'id' => string '34' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elisabethenwört' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              13 => 
                                                object(NavElement)[86]
                                                  public 'id' => string '35' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rheinschanzinsel' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Rückhalteräume' (length=16)
                                      3 => 
                                        object(NavElement)[74]
                                          public 'id' => string '6' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Kontakt' (length=7)
                                          public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=21

content=21' (length=19)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[53]
                                                  public 'id' => string '21' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Kontaktformular' (length=15)
                                                  public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[58]
                                                  public 'id' => string '18' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[64]
                                                  public 'id' => string '25' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Impressum' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Kontakt' (length=7)
                                      4 => 
                                        object(NavElement)[76]
                                          public 'id' => string '14' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Aktuelles' (length=9)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                          public 'current' => boolean true
                                          public 'options' => string 'info_type=1,2,3' (length=15)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[57]
                                                  public 'id' => string '16' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Bilder' (length=6)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[59]
                                                  public 'id' => string '20' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Pressemitteilungen' (length=18)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1,2' (length=13)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[66]
                                                  public 'id' => string '51' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Neuigkeiten' (length=11)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[69]
                                                  public 'id' => string '52' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Veranstaltungen' (length=15)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=3' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Aktuelles' (length=9)
                                      5 => 
                                        object(NavElement)[79]
                                          public 'id' => string '43' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Archiv' (length=6)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                          public 'current' => boolean false
                                          public 'options' => string 'info_type=1,2

status=3' (length=23)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Archiv' (length=6)
                                      6 => 
                                        object(NavElement)[82]
                                          public 'id' => string '23' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Suche' (length=5)
                                          public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      7 => 
                                        object(NavElement)[84]
                                          public 'id' => string '40' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      8 => 
                                        object(NavElement)[85]
                                          public 'id' => string '41' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      9 => 
                                        object(NavElement)[87]
                                          public 'id' => string '42' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Unsere Forderungen' (length=18)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
                          public 'path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/' (length=51)
                  public 'project' => string 'buerger-breisach-burkheim' (length=25)
                  public 'language' => string 'de' (length=2)
                  public 'settings' => 
                    object(stdClass)[3]
                      public 'project' => string 'buerger-breisach-burkheim' (length=25)
                      public 'site' => string 'buerger-breisach-burkheim' (length=25)
                      public 'db' => string 'mysql' (length=5)
                      public 'language' => string 'de' (length=2)
                      public 'modules' => string 'session,
                        seo_v2 as seo,
                        Translations,
                        contentmaker5 as contentmaker,
                        contentmaker_extended as contentmaker,
                        image
                        ' (length=258)
                      public 'mysql_db' => string 'buerger_breisach_burkheim' (length=25)
                      public 'mysql_user' => string 'buerger_bb' (length=10)
                      public 'mysql_pw' => string 'GwRTlzDcZWty' (length=12)
                      public 'mysql_host' => string 'db5' (length=3)
                      public 'nl_flag_adresslist' => boolean true
                      public 'right_original' => boolean false
                      public 'new_ti' => boolean false
                      public 'old_download' => boolean false
                      public 'image_full_width' => boolean true
                      public 'new_parser' => boolean true
                      public 'parseEmail' => boolean false
                      public 'marmorit_search' => boolean false
                      public 'marmorit_sitemap' => boolean false
                      public 'page_headline' => boolean false
                      public 'adb_header' => boolean false
                      public 'adb_style' => boolean false
                      public 'adb_title' => boolean false
                      public 'adb_faq_page' => boolean false
                      public 'adb_sitemap' => boolean false
                      public 'adb_noedit' => boolean false
                      public 'comfort_upload' => string 'alt' (length=3)
                      public 'adb_create_no_files' => boolean true
                      public 'adb_project_manager' => boolean false
                      public 'content_path' => string '/home/lutz/www/content5_0/' (length=26)
                      public 'content_lib' => string '/home/lutz/www/content5_0/global_libs/' (length=38)
                      public 'content_http' => string 'http://content5.werbeagentur-aufwind.com/' (length=41)
                  public 'level' => int 2
                  public 'site' => string 'buerger-breisach-burkheim' (length=25)
                  public 'e_project' => &null
              public 'db' => &
                object(MySQL)[4]
                  public 'mysql' => resource(3, mysql link)
                  public 'queries' => 
                    array
                      'oncequerytmp' => boolean false
                      'translations' => boolean false
                      'default' => boolean false
                      'config' => boolean false
                      'meta' => boolean false
                      'left_content' => boolean false
                      'kopfbilder' => 
                        array
                          0 => resource(113, mysql result)
                          1 => int 0
                          2 => int 0
                      'assets' => 
                        array
                          0 => resource(117, mysql result)
                          1 => int 0
                          2 => int 0
                      'Elemente' => boolean false
                  public 'debug' => boolean false
                  public 'errorMessages' => boolean true
                  public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                  public 'existingTables' => 
                    array
                      'tr_sitemap_freigabe' => boolean true
                      't_zugang_intranet' => boolean false
                      't_seo_keywords' => boolean false
                  public 'existingFields' => 
                    array
                      't_sitemap' => 
                        array
                          'accesskey' => boolean true
                          'div_shift' => boolean false
                          'color' => boolean true
                          'fk_produkt' => boolean true
                          'right_shift' => boolean true
                      't_assets' => 
                        array
                          'headline_info' => boolean false
                          'text2' => boolean false
                          'fk_adb_asset3' => boolean true
                          'fk_info_type' => boolean false
                      't_objects' => 
                        array
                          'fk_asset_style' => boolean false
              public 'text_search_res_pre_h' => 
                array
                  'infopool' => string 'News: ' (length=6)
          public '_pool_type' => null
          public '_info_type' => string '' (length=0)
          public '_info_type_flag' => boolean false
          public '_status' => int 1
          public '_detail' => int 0
          public '_date' => string '' (length=0)
          public '_search' => int 0
          public '_highlight' => boolean false
          public '_startseite' => boolean false
          public '_info_types' => 
            array
              empty
      'type' => string '->' (length=2)
      'args' => 
        array
          0 => &boolean false
          1 => &boolean false
          2 => &null
          3 => &null
  2 => 
    array
      'file' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/html/seiten/infopool.phtml' (length=77)
      'line' => int 57
      'function' => string 'createContent' (length=13)
      'class' => string 'Infopool' (length=8)
      'object' => 
        object(Infopool)[93]
          public 'nav' => int 14
          public 'lang' => string 'de' (length=2)
          public 'db' => 
            object(MySQL)[4]
              public 'mysql' => resource(3, mysql link)
              public 'queries' => 
                array
                  'oncequerytmp' => boolean false
                  'translations' => boolean false
                  'default' => boolean false
                  'config' => boolean false
                  'meta' => boolean false
                  'left_content' => boolean false
                  'kopfbilder' => 
                    array
                      0 => resource(113, mysql result)
                      1 => int 0
                      2 => int 0
                  'assets' => 
                    array
                      0 => resource(117, mysql result)
                      1 => int 0
                      2 => int 0
                  'Elemente' => boolean false
              public 'debug' => boolean false
              public 'errorMessages' => boolean true
              public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
              public 'existingTables' => 
                array
                  'tr_sitemap_freigabe' => boolean true
                  't_zugang_intranet' => boolean false
                  't_seo_keywords' => boolean false
              public 'existingFields' => 
                array
                  't_sitemap' => 
                    array
                      'accesskey' => boolean true
                      'div_shift' => boolean false
                      'color' => boolean true
                      'fk_produkt' => boolean true
                      'right_shift' => boolean true
                  't_assets' => 
                    array
                      'headline_info' => boolean false
                      'text2' => boolean false
                      'fk_adb_asset3' => boolean true
                      'fk_info_type' => boolean false
                  't_objects' => 
                    array
                      'fk_asset_style' => boolean false
          public 'm_Translations' => 
            object(Translations)[7]
              public 'project_http' => null
              public 'db' => 
                object(MySQL)[4]
                  public 'mysql' => resource(3, mysql link)
                  public 'queries' => 
                    array
                      'oncequerytmp' => boolean false
                      'translations' => boolean false
                      'default' => boolean false
                      'config' => boolean false
                      'meta' => boolean false
                      'left_content' => boolean false
                      'kopfbilder' => 
                        array
                          0 => resource(113, mysql result)
                          1 => int 0
                          2 => int 0
                      'assets' => 
                        array
                          0 => resource(117, mysql result)
                          1 => int 0
                          2 => int 0
                      'Elemente' => boolean false
                  public 'debug' => boolean false
                  public 'errorMessages' => boolean true
                  public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                  public 'existingTables' => 
                    array
                      'tr_sitemap_freigabe' => boolean true
                      't_zugang_intranet' => boolean false
                      't_seo_keywords' => boolean false
                  public 'existingFields' => 
                    array
                      't_sitemap' => 
                        array
                          'accesskey' => boolean true
                          'div_shift' => boolean false
                          'color' => boolean true
                          'fk_produkt' => boolean true
                          'right_shift' => boolean true
                      't_assets' => 
                        array
                          'headline_info' => boolean false
                          'text2' => boolean false
                          'fk_adb_asset3' => boolean true
                          'fk_info_type' => boolean false
                      't_objects' => 
                        array
                          'fk_asset_style' => boolean false
              public 'project' => &null
              public 'translation' => 
                array
                  'galerie_leer' => string 'Diese Bildergalerie enthält keine Bilder.' (length=42)
                  'volltextsuche_kein_ergebnis' => string 'Ihre Suche ergab kein Ergebnis.' (length=31)
                  'volltextsuche' => string 'Suchergebnisse' (length=14)
                  'keine_galerie_ausgewaehlt' => string 'Es wurde keine Bildergalerie ausgewählt' (length=40)
                  'mitglied_werden' => string 'Mitglied werden...' (length=18)
                  'schreiben_sie_uns' => string 'Schreiben Sie uns...' (length=20)
                  'suchbegriff' => string 'Suchbegriff' (length=11)
                  'details' => string 'Details' (length=7)
                  'zurueck' => string 'Zurück' (length=7)
                  'vergroessern' => string 'vergrößern' (length=12)
                  'home' => string 'Home' (length=4)
                  'fehler' => string 'Fehler' (length=6)
                  'kein_produkt' => string 'Kein Produkt ausgew&auml;hlt' (length=28)
                  'ihre_ansprechpartner' => string 'Ihre Ansprechpartner' (length=20)
                  'alle_events' => string 'Alle Veranstaltungen' (length=20)
                  'telefon' => string 'Telefon' (length=7)
                  'fax' => string 'Fax' (length=3)
                  'mobil' => string 'Mobil' (length=5)
                  'email' => string 'E-Mail' (length=6)
                  'internet' => string 'Internet' (length=8)
                  'extranet' => string 'Intranet' (length=8)
                  'schnelleinstieg' => string 'Schnelleinstieg' (length=15)
                  'pw_vergessen' => string 'Passwort vergessen' (length=18)
                  'neu_anmelden' => string 'Neu anmelden' (length=12)
                  'name' => string 'Name' (length=4)
                  'passwort' => string 'Passwort' (length=8)
                  'suche' => string 'Suche' (length=5)
                  'kundenlogin' => string 'Kundenlogin' (length=11)
                  'logout' => string 'Logout' (length=6)
                  'login_fehler' => string 'Benutzername und/oder Passwort nicht gefunden' (length=45)
                  'login_eingabe_leer' => string 'Bitte geben Sie Benutzername und Passwort an' (length=44)
                  'login_erfolgreich' => string 'Anmeldung erfolgreich' (length=21)
                  'logout_erfolgreich' => string 'Abmeldung erfolgreich' (length=21)
                  'merkzettel' => string 'Merkzettel' (length=10)
                  'merkzettel_leer' => string 'Ihr Merkzettel ist leer' (length=23)
                  'merkzettel_aktualisieren' => string ' Merkzettel wird aktualisiert ...' (length=33)
                  'zu_merkzettel_hinzu' => string ' Produkt zu Merkzettel hinzuf&uuml;gen' (length=38)
                  'aus_merkzettel_raus' => string ' Produkt von Merkzettel entfernen' (length=33)
                  'merkzettel_link' => string ' Merkzettel verwalten' (length=21)
                  'an_email' => string ' An folgende E-Mail versenden' (length=29)
                  'an_ansprechpartner' => string ' Angebotsfrage für Produktliste an ATMOS versenden' (length=51)
                  'pdf_erzeugen' => string ' PDF erzeugen' (length=13)
                  'uebersicht' => string 'Übersicht' (length=10)
                  'produktmerkmale' => string 'Produkt- Merkmale' (length=17)
                  'ausfuehrungen' => string 'Ausführungen' (length=13)
                  'optionen_zubehoer' => string 'Optionen / Zubehör' (length=19)
                  'zubehoer' => string 'Zubeh&ouml;r Ersatzteile' (length=24)
                  'verbrauchsmaterialien' => string 'Verbrauchs- Materialien' (length=23)
                  'infos' => string 'Infos' (length=5)
                  'technischedaten' => string 'Technische Daten' (length=16)
                  'verwandtethemen' => string 'Verwandte Themen' (length=16)
                  'downloads' => string 'Downloads' (length=9)
                  'faqs' => string 'FAQs' (length=4)
                  'lade' => string '<select class="inaktiv" disabled><option>Lade<\/option><\/select>' (length=65)
                  'lade_2' => string 'Lade' (length=4)
                  'kategorie_waehlen' => string 'Bitte Produktgruppe w&auml;hlen' (length=31)
                  'produkt_waehlen' => string 'Bitte Produkt w&auml;hlen' (length=25)
                  'artikel_waehlen' => string 'Bitte Artikel w&auml;hlen' (length=25)
                  'fehler_waehlen' => string 'Bitte fehlerhafte Funktion w&auml;hlen' (length=38)
                  'symptom_waehlen' => string 'Bitte Fehlerbeschreibung w&auml;hlen' (length=36)
                  'ursache_waehlen' => string 'Bitte m&ouml;che Ursache w&auml;hlen' (length=36)
                  'symptom' => string 'Fehlerbeschreibung' (length=18)
                  'moegl_ursachen' => string 'M&ouml;gliche Ursachen' (length=22)
                  'loesung' => string 'Fehlerbehebung' (length=14)
                  'keine_kategorie' => string 'Keine Produktgruppe ausgew&auml;hlt' (length=35)
                  'kein_artikel' => string 'Kein Artikel ausgew&auml;hlt' (length=28)
                  'kein_fehler' => string 'Kein Fehler ausgew&auml;hlt' (length=27)
                  'kein_symptom' => string 'Keine Fehlerbeschreibung ausgew&auml;hlt' (length=40)
                  'keine_ursache' => string 'Keine Ursache ausgew&auml;hlt' (length=29)
                  'keine_loesung' => string 'Keine L&ouml;sung ausgew&auml;hlt' (length=33)
                  'tracking' => string 'Tracking' (length=8)
                  'kunde' => string 'Kunde' (length=5)
                  'auftragssuche' => string 'Auftragssuche' (length=13)
                  'anr_eingeben' => string 'Bitte Kunden- oder Auftrags-Nr. eingeben' (length=40)
                  'kein_auftrag_gefunden' => string 'Zu dieser Nummer konnte kein passender Auftrag gefunden werden.' (length=63)
                  'seriennummer' => string 'Seriennummer' (length=12)
                  'datum' => string 'Datum' (length=5)
                  'auftragsnummer' => string 'Auftragsnummer' (length=14)
                  'artikelnummer' => string 'Artikelnummer' (length=13)
                  'artikelname' => string 'Artikelname' (length=11)
                  'status' => string 'Status' (length=6)
                  'positionen' => string 'Positionen' (length=10)
                  'zum_docware' => string 'DocWare in neuem Fenster &ouml;ffnen.' (length=37)
                  'nach_land' => string 'nach Land' (length=9)
                  'nach_ort_oder_plz' => string 'nach Ort oder Postleitzahl' (length=26)
                  'kein_ergebnis' => string 'Kein Ergebnis' (length=13)
                  'locator_service' => string 'Servicepunkt-Locator' (length=20)
                  'servicesuche' => string 'Servicepunkt-Suche' (length=18)
                  'locator_haendler' => string 'H&auml;ndler-Locator' (length=20)
                  'haendlersuche' => string 'H&auml;ndler-Suche' (length=18)
                  'angebotsanfrage' => string 'Angebotsanfrage' (length=15)
                  'zum_formular' => string 'zum Formular' (length=12)
                  'katalog_prospekte' => string 'Katalog / Prospekte' (length=19)
                  'gebrauchsanweisungen' => string 'Gebrauchsanweisungen' (length=20)
                  'interne_downloads' => string 'Interne Downloads' (length=17)
                  'produktsuche' => string 'Produktsuche' (length=12)
                  'dl_suche_nach' => string 'Suchen Sie nach Produktname, Downloadtitel oder Downloadtext' (length=60)
                  'nach_kunde' => string 'Nach Kundennummer' (length=17)
                  'nach_auftrag' => string 'Nach Auftragsnummer' (length=19)
                  'suche_nach' => string 'Suche nach' (length=10)
                  'kundennummer' => string 'Kundennummer' (length=12)
                  'intranet' => string 'Intranet' (length=8)
                  'land_waehlen' => string 'Select country' (length=14)
                  'reiter_selects' => string 'Produktbaum' (length=11)
                  'reiter_input' => string 'Direkte Suche' (length=13)
                  'suche_in_webseiten' => string 'Suche auf Seiten' (length=16)
                  'produktsuche_kein_ergebnis' => string 'Die Produktsuche lieferte kein Ergebnis' (length=39)
                  'suche_nach_anfang' => string 'Ihre Suche nach' (length=15)
                  'suche_nach_ende' => string 'lieferte folgende Ergebnisse' (length=28)
                  'produktsuche_wert_zu_kurz' => string 'Der von Ihnen eingegebene Suchbegriff ist zu kurz' (length=49)
                  'in_kategorien' => string 'In Kategorien' (length=13)
                  'in_produkten' => string 'In Produkten' (length=12)
                  'in_artikeln' => string 'In Artikeln' (length=11)
                  'den_folgenden_produkten_zugeordnet' => string 'Den folgenden Produkten zugeordnet' (length=34)
                  'artikelnr_eingeben' => string 'Artikelnummer eingeben' (length=22)
                  'cms_anwendungen' => string 'CMS-Anwendungen' (length=15)
                  'ergebnis' => string 'Ergebnis' (length=8)
                  'ergebnisse' => string 'Ergebnisse' (length=10)
                  'nach_status_ausgeben' => string 'Nach Status ausgeben' (length=20)
                  'bezeichnung' => string 'Bezeichnung' (length=11)
                  'einzelpreis' => string 'Einzelpreis' (length=11)
                  'bestand' => string 'Bestand' (length=7)
                  'gesamtpreis' => string 'Gesamtpreis' (length=11)
                  'link_produkt' => string 'Produktlink' (length=11)
                  'keine_ergebnisse' => string 'Kein Ergebnis' (length=13)
                  'stueck' => string 'St&uuml;ck' (length=10)
                  'alle_anzeigen' => string 'Alle Anzeigen' (length=13)
                  'filtern' => string 'Filtern' (length=7)
                  more elements...
              public 'translation_en' => 
                array
                  'home' => string 'Home' (length=4)
                  'fehler' => string 'Error' (length=5)
                  'kein_produkt' => string 'No product selected' (length=19)
                  'ihre_ansprechpartner' => string 'Contact persons' (length=15)
                  'alle_events' => string 'All Events' (length=10)
                  'telefon' => string 'Phone' (length=5)
                  'mobil' => string 'Mobile' (length=6)
                  'fax' => string 'Fax' (length=3)
                  'email' => string 'E-mail' (length=6)
                  'internet' => string 'Internet' (length=8)
                  'extranet' => string 'Extranet' (length=8)
                  'suche' => string 'Search' (length=6)
                  'kunde' => string 'Customer' (length=8)
                  'datum' => string 'Date' (length=4)
                  'pw_vergessen' => string 'Forgot Password?' (length=16)
                  'neu_anmelden' => string 'Re-Login' (length=8)
                  'name' => string 'Name' (length=4)
                  'passwort' => string 'password' (length=8)
                  'kundenlogin' => string 'Customers login' (length=15)
                  'logout' => string 'Logout' (length=6)
                  'login_fehler' => string 'Username and/or password not found' (length=34)
                  'login_eingabe_leer' => string 'Please insert username and password' (length=35)
                  'login_erfolgreich' => string 'Login successfull' (length=17)
                  'logout_erfolgreich' => string 'Logout successfull' (length=18)
                  'merkzettel' => string 'Leaflet' (length=7)
                  'merkzettel_leer' => string 'Your leaflet is empty' (length=21)
                  'merkzettel_aktualisieren' => string ' Updating leaflet ...' (length=21)
                  'zu_merkzettel_hinzu' => string ' Add product to leaflet' (length=23)
                  'aus_merkzettel_raus' => string ' Remove product from leaflet' (length=28)
                  'merkzettel_link' => string ' Send leaflet' (length=13)
                  'an_email' => string ' Sent to the following E-Mail' (length=29)
                  'an_ansprechpartner' => string ' Send to ATMOS' (length=14)
                  'pdf_erzeugen' => string ' Create PDF' (length=11)
                  'uebersicht' => string 'General' (length=7)
                  'produktmerkmale' => string 'Characteristics' (length=15)
                  'ausfuehrungen' => string 'Types' (length=5)
                  'zubehoer' => string 'Attachments' (length=11)
                  'verbrauchsmaterialien' => string 'Consumption items' (length=17)
                  'infos' => string 'Infos' (length=5)
                  'technischedaten' => string 'Technical data' (length=14)
                  'verwandtethemen' => string 'Related topics' (length=14)
                  'downloads' => string 'Downloads' (length=9)
                  'faqs' => string 'FAQs' (length=4)
                  'lade' => string '<select class="inaktiv" disabled><option>Loading</option></select>' (length=66)
                  'lade_2' => string 'Loading' (length=7)
                  'kategorie_waehlen' => string 'Select product group' (length=20)
                  'produkt_waehlen' => string 'Select product' (length=14)
                  'artikel_waehlen' => string 'Select article' (length=14)
                  'fehler_waehlen' => string 'Select defective function' (length=25)
                  'symptom_waehlen' => string 'Select error description' (length=24)
                  'ursache_waehlen' => string 'Select potential cause' (length=22)
                  'symptom' => string 'Error description' (length=17)
                  'moegl_ursachen' => string 'Potential Cause' (length=15)
                  'loesung' => string 'Solution' (length=8)
                  'keine_kategorie' => string 'No product group selected' (length=25)
                  'kein_artikel' => string 'No article selected' (length=19)
                  'kein_fehler' => string 'No error selected' (length=17)
                  'kein_symptom' => string 'No error description selected' (length=29)
                  'keine_ursache' => string 'No cause selected' (length=17)
                  'keine_loesung' => string 'No solution selected' (length=20)
                  'tracking' => string 'Tracking' (length=8)
                  'auftragssuche' => string 'Order Tracking' (length=14)
                  'anr_eingeben' => string 'Please insert Order ID' (length=22)
                  'kein_auftrag_gefunden' => string 'No order was found for this ID.' (length=31)
                  'seriennummer' => string 'Serial ID' (length=9)
                  'auftragsnummer' => string 'Order ID' (length=8)
                  'artikelnummer' => string 'Article ID' (length=10)
                  'artikelname' => string 'Article name' (length=12)
                  'status' => string 'Status' (length=6)
                  'positionen' => string 'Positions' (length=9)
                  'zum_docware' => string 'open DocWare in new window.' (length=27)
                  'nach_land' => string 'by country' (length=10)
                  'nach_ort_oder_plz' => string 'by city or postcode' (length=19)
                  'kein_ergebnis' => string 'No results' (length=10)
                  'locator_service' => string 'Servicepoint locator' (length=20)
                  'servicesuche' => string 'Servicepoint search' (length=19)
                  'locator_haendler' => string 'Dealer locator' (length=14)
                  'haendlersuche' => string 'Dealer search' (length=13)
                  'angebotsanfrage' => string 'Request for proposal' (length=20)
                  'zum_formular' => string 'go to form' (length=10)
                  'katalog_prospekte' => string 'Catalogue / literature' (length=22)
                  'gebrauchsanweisungen' => string 'Manuals' (length=7)
                  'interne_downloads' => string 'Internal Downloads' (length=18)
                  'produktsuche' => string 'Product search' (length=14)
                  'dl_suche_nach' => string 'Search for product name, download titel or download text' (length=56)
                  'nach_kunde' => string 'By Customer ID' (length=14)
                  'nach_auftrag' => string 'By Service Id' (length=13)
                  'suche_nach' => string 'Search for' (length=10)
                  'kundennummer' => string 'Customer ID' (length=11)
                  'intranet' => string 'Intranet' (length=8)
                  'land_waehlen' => string 'Select country' (length=14)
                  'reiter_selects' => string 'Product tree' (length=12)
                  'reiter_input' => string 'Direct search' (length=13)
                  'suche_in_webseiten' => string 'Search on sites' (length=15)
                  'produktsuche_kein_ergebnis' => string 'The product search delivered no result' (length=38)
                  'suche_nach_anfang' => string 'Your search for' (length=15)
                  'suche_nach_ende' => string 'delivered the following results' (length=31)
                  'produktsuche_wert_zu_kurz' => string 'Your search string is too short' (length=31)
                  'in_kategorien' => string 'In categories' (length=13)
                  'in_produkten' => string 'In products' (length=11)
                  'in_artikeln' => string 'In articles' (length=11)
                  'den_folgenden_produkten_zugeordnet' => string 'Assigned to the following products' (length=34)
                  'artikelnr_eingeben' => string 'Insert artikel id' (length=17)
                  'cms_anwendungen' => string 'CMS application' (length=15)
                  'ergebnis' => string 'Result' (length=6)
                  'ergebnisse' => string 'Results' (length=7)
                  'nach_status_ausgeben' => string 'Output by status' (length=16)
                  'bezeichnung' => string 'Description' (length=11)
                  'einzelpreis' => string 'Single price' (length=12)
                  'bestand' => string 'Inventory' (length=9)
                  'gesamtpreis' => string 'Complete price' (length=14)
                  'link_produkt' => string 'Product link' (length=12)
                  'keine_ergebnisse' => string 'No result' (length=9)
                  'stueck' => string 'parts' (length=5)
                  'alle_anzeigen' => string 'Display all' (length=11)
                  'filtern' => string 'Filter' (length=6)
                  'filtern_nach' => string 'Filter by' (length=9)
                  'filter_aktiv' => string 'Filter activ' (length=12)
                  'zum_produkt' => string 'To product' (length=10)
                  'suche_starten' => string 'Start search' (length=12)
                  'details' => string 'Details' (length=7)
                  'preis' => string 'Price' (length=5)
                  'copyright' => string '© ATMOS MedizinTechnik GmbH & Co. KG' (length=37)
                  'verantwortlich_fuer_den_inhalt' => string 'Answerable for this page' (length=24)
                  'atmos_login_erinnerung' => string 'ATMOS Login reminder' (length=20)
                  'hallo' => string 'Hello' (length=5)
                  'wie_gewuenscht_ihre_daten' => string 'As desired we send your ATMOS access data as reminder' (length=53)
                  'benutzer' => string 'user' (length=4)
                  more elements...
          public 'm_navigation' => 
            object(Navigation)[11]
              public 'nav_sitemap' => string '14' (length=2)
              public 'nav_template' => string '52' (length=2)
              public 'nav_lang' => string 'de' (length=2)
              public 'nav_langid' => string '1' (length=1)
              public 'nav_assettypes' => 
                array
                  2 => string 'text' (length=4)
                  3 => string 'image' (length=5)
                  6 => string 'link' (length=4)
                  5 => string 'download' (length=8)
                  1 => string 'editor' (length=6)
                  4 => string 'gallery' (length=7)
                  7 => string 'shorttext' (length=9)
                  8 => string 'nix' (length=3)
                  9 => string 'image_text' (length=10)
                  10 => string 'contact' (length=7)
                  15 => string 'expander' (length=8)
                  14 => string 'form' (length=4)
                  13 => string 'galerie_v2' (length=10)
                  16 => string 'flash' (length=5)
                  17 => string 'teaser' (length=6)
              public 'nav' => &
                array
                  1 => &
                    object(NavElement)[51]
                      public 'id' => string '1' (length=1)
                      public 'parent' => int 0
                      public 'name' => string 'Startseite' (length=10)
                      public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                      public 'current' => boolean true
                      public 'options' => string '' (length=0)
                      public 'bild' => null
                      public 'children' => 
                        array
                          0 => 
                            object(NavElement)[56]
                              public 'id' => string '2' (length=1)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Über Uns' (length=9)
                              public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                              public 'current' => boolean false
                              public 'options' => string 'jump=7' (length=6)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[52]
                                      public 'id' => string '7' (length=1)
                                      public 'parent' => string '2' (length=1)
                                      public 'name' => string 'Ziele' (length=5)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[60]
                                      public 'id' => string '8' (length=1)
                                      public 'parent' => string '2' (length=1)
                                      public 'name' => string 'Ansprechpartner' (length=15)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[63]
                                      public 'id' => string '36' (length=2)
                                      public 'parent' => string '2' (length=1)
                                      public 'name' => string 'Vorstand' (length=8)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  3 => 
                                    object(NavElement)[68]
                                      public 'id' => string '17' (length=2)
                                      public 'parent' => string '2' (length=1)
                                      public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                      public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                          1 => 
                            object(NavElement)[62]
                              public 'id' => string '5' (length=1)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Downloads' (length=9)
                              public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                              public 'current' => boolean false
                              public 'options' => string 'jump=15' (length=7)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[54]
                                      public 'id' => string '15' (length=2)
                                      public 'parent' => string '5' (length=1)
                                      public 'name' => string 'Allgemeine Informationen' (length=24)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Downloads' (length=9)
                          2 => 
                            object(NavElement)[71]
                              public 'id' => string '3' (length=1)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Rückhalteräume' (length=16)
                              public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                              public 'current' => boolean false
                              public 'options' => string 'jump=10' (length=7)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[55]
                                      public 'id' => string '10' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[61]
                                      public 'id' => string '11' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Weil-Breisach' (length=13)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[65]
                                      public 'id' => string '12' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  3 => 
                                    object(NavElement)[67]
                                      public 'id' => string '13' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Breisach-Burkheim' (length=17)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  4 => 
                                    object(NavElement)[70]
                                      public 'id' => string '26' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Wyhl-Weisweil' (length=13)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  5 => 
                                    object(NavElement)[72]
                                      public 'id' => string '27' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Elzmündung' (length=11)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  6 => 
                                    object(NavElement)[73]
                                      public 'id' => string '28' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  7 => 
                                    object(NavElement)[75]
                                      public 'id' => string '29' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Altenheim' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  8 => 
                                    object(NavElement)[77]
                                      public 'id' => string '30' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  9 => 
                                    object(NavElement)[78]
                                      public 'id' => string '31' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Freistett' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  10 => 
                                    object(NavElement)[80]
                                      public 'id' => string '32' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  11 => 
                                    object(NavElement)[81]
                                      public 'id' => string '33' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  12 => 
                                    object(NavElement)[83]
                                      public 'id' => string '34' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Elisabethenwört' (length=16)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  13 => 
                                    object(NavElement)[86]
                                      public 'id' => string '35' (length=2)
                                      public 'parent' => string '3' (length=1)
                                      public 'name' => string 'Rheinschanzinsel' (length=16)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Rückhalteräume' (length=16)
                          3 => 
                            object(NavElement)[74]
                              public 'id' => string '6' (length=1)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Kontakt' (length=7)
                              public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                              public 'current' => boolean false
                              public 'options' => string 'jump=21

content=21' (length=19)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[53]
                                      public 'id' => string '21' (length=2)
                                      public 'parent' => string '6' (length=1)
                                      public 'name' => string 'Kontaktformular' (length=15)
                                      public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[58]
                                      public 'id' => string '18' (length=2)
                                      public 'parent' => string '6' (length=1)
                                      public 'name' => string 'Ansprechpartner' (length=15)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[64]
                                      public 'id' => string '25' (length=2)
                                      public 'parent' => string '6' (length=1)
                                      public 'name' => string 'Impressum' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Kontakt' (length=7)
                          4 => 
                            object(NavElement)[76]
                              public 'id' => string '14' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Aktuelles' (length=9)
                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                              public 'current' => boolean true
                              public 'options' => string 'info_type=1,2,3' (length=15)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[57]
                                      public 'id' => string '16' (length=2)
                                      public 'parent' => string '14' (length=2)
                                      public 'name' => string 'Bilder' (length=6)
                                      public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                      public 'current' => boolean false
                                      public 'options' => string '' (length=0)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[59]
                                      public 'id' => string '20' (length=2)
                                      public 'parent' => string '14' (length=2)
                                      public 'name' => string 'Pressemitteilungen' (length=18)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=1,2' (length=13)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[66]
                                      public 'id' => string '51' (length=2)
                                      public 'parent' => string '14' (length=2)
                                      public 'name' => string 'Neuigkeiten' (length=11)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=1' (length=11)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  3 => 
                                    object(NavElement)[69]
                                      public 'id' => string '52' (length=2)
                                      public 'parent' => string '14' (length=2)
                                      public 'name' => string 'Veranstaltungen' (length=15)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=3' (length=11)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Aktuelles' (length=9)
                          5 => 
                            object(NavElement)[79]
                              public 'id' => string '43' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Archiv' (length=6)
                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                              public 'current' => boolean false
                              public 'options' => string 'info_type=1,2

status=3' (length=23)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                              public 'name_cleared' => string 'Archiv' (length=6)
                          6 => 
                            object(NavElement)[82]
                              public 'id' => string '23' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Suche' (length=5)
                              public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                              public 'current' => boolean false
                              public 'options' => string 'ausblenden' (length=10)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          7 => 
                            object(NavElement)[84]
                              public 'id' => string '40' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                              public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                              public 'current' => boolean false
                              public 'options' => string 'ausblenden' (length=10)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          8 => 
                            object(NavElement)[85]
                              public 'id' => string '41' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                              public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                              public 'current' => boolean false
                              public 'options' => string 'ausblenden' (length=10)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          9 => 
                            object(NavElement)[87]
                              public 'id' => string '42' (length=2)
                              public 'parent' => string '1' (length=1)
                              public 'name' => string 'Unsere Forderungen' (length=18)
                              public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                              public 'current' => boolean false
                              public 'options' => string 'ausblenden' (length=10)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
              public 'lang' => string '1' (length=1)
              public 'language' => string 'de' (length=2)
              public 'assettypes' => 
                array
                  2 => string 'Text' (length=4)
                  3 => string 'Bild' (length=4)
                  6 => string 'Link' (length=4)
                  5 => string 'Download' (length=8)
                  1 => string 'HTML-Editor' (length=11)
                  4 => string 'Bildgalerie' (length=11)
                  7 => string 'Kurztext' (length=8)
                  8 => string 'NIX' (length=3)
                  9 => string 'Text & Bild' (length=11)
                  10 => string 'Kontakt' (length=7)
                  15 => string 'Expander' (length=8)
                  14 => string 'Formular' (length=8)
                  13 => string 'Bildergalerie (AJAX)' (length=20)
                  16 => string 'Flash' (length=5)
                  17 => string 'Teaser' (length=6)
          public 'm_session' => 
            object(Session)[5]
              public 'ses_table' => string 't_sessions' (length=10)
              public 'db_con' => string 'Y' (length=1)
              public 'db_host' => string '' (length=0)
              public 'db_user' => string '' (length=0)
              public 'db_pass' => string '' (length=0)
              public 'db_dbase' => string '' (length=0)
          public 'm_contentmaker' => 
            object(ContentMaker_Extended)[9]
              public 'elem_name' => boolean false
              public 'headline' => string '' (length=0)
              public 'project_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
              public 'project_path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/' (length=51)
              public 'asset_path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/assets/adb/' (length=62)
              public 'asset_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/assets/adb/' (length=61)
              public 'seite_vorhanden' => boolean false
              public 'frontend_type' => string 'webseitenpflege' (length=15)
              public 'frontend_id' => int 14
              public 'frontend_flag_group' => string '' (length=0)
              public 'frontend_flag_id' => int 0
              public 'frontend_focus_var' => string '' (length=0)
              public 'frontend_asset_type' => null
              public 'frontend_asset_id' => null
              public 'frontend_asset_flag_group' => null
              public 'frontend_asset_flag_id' => null
              public 'frontend_asset_focus_var' => null
              public 'param_info_asset' => 
                array
                  empty
              public 'arr_asset_selects' => 
                array
                  'standard' => 
                    array
                      0 => string 'fk_galerie_v2' (length=13)
                      1 => string 'subheading' (length=10)
                      2 => string 'flag_liste' (length=10)
                      3 => string 'backgroundcolor' (length=15)
              public 'lib' => &
                object(LibMain)[2]
                  public 'webserver' => string 'web5.werbeagentur-aufwind.com' (length=29)
                  public 'docroot' => string '/home/lutz/www/buergerinitiative-breisach-burkheim' (length=50)
                  public 'script' => string 'm/html/seiten/infopool.phtml' (length=28)
                  public 'modules' => 
                    array
                      'lib' => &
                        &object(LibMain)[2]
                      'misc' => &
                        object(Misc)[1]
                          public 'umlauts' => 
                            array
                              'ä' => string 'ae' (length=2)
                              'ö' => string 'oe' (length=2)
                              'ü' => string 'ue' (length=2)
                              'Ä' => string 'ae' (length=2)
                              'Ö' => string 'oe' (length=2)
                              'Ü' => string 'ue' (length=2)
                              'ß' => string 'ss' (length=2)
                      'mysql' => 
                        object(MySQL)[4]
                          public 'mysql' => resource(3, mysql link)
                          public 'queries' => 
                            array
                              'oncequerytmp' => boolean false
                              'translations' => boolean false
                              'default' => boolean false
                              'config' => boolean false
                              'meta' => boolean false
                              'left_content' => boolean false
                              'kopfbilder' => 
                                array
                                  0 => resource(113, mysql result)
                                  1 => int 0
                                  2 => int 0
                              'assets' => 
                                array
                                  0 => resource(117, mysql result)
                                  1 => int 0
                                  2 => int 0
                              'Elemente' => boolean false
                          public 'debug' => boolean false
                          public 'errorMessages' => boolean true
                          public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                          public 'existingTables' => 
                            array
                              'tr_sitemap_freigabe' => boolean true
                              't_zugang_intranet' => boolean false
                              't_seo_keywords' => boolean false
                          public 'existingFields' => 
                            array
                              't_sitemap' => 
                                array
                                  'accesskey' => boolean true
                                  'div_shift' => boolean false
                                  'color' => boolean true
                                  'fk_produkt' => boolean true
                                  'right_shift' => boolean true
                              't_assets' => 
                                array
                                  'headline_info' => boolean false
                                  'text2' => boolean false
                                  'fk_adb_asset3' => boolean true
                                  'fk_info_type' => boolean false
                              't_objects' => 
                                array
                                  'fk_asset_style' => boolean false
                      'db' => 
                        object(MySQL)[4]
                          public 'mysql' => resource(3, mysql link)
                          public 'queries' => 
                            array
                              'oncequerytmp' => boolean false
                              'translations' => boolean false
                              'default' => boolean false
                              'config' => boolean false
                              'meta' => boolean false
                              'left_content' => boolean false
                              'kopfbilder' => 
                                array
                                  0 => resource(113, mysql result)
                                  1 => int 0
                                  2 => int 0
                              'assets' => 
                                array
                                  0 => resource(117, mysql result)
                                  1 => int 0
                                  2 => int 0
                              'Elemente' => boolean false
                          public 'debug' => boolean false
                          public 'errorMessages' => boolean true
                          public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                          public 'existingTables' => 
                            array
                              'tr_sitemap_freigabe' => boolean true
                              't_zugang_intranet' => boolean false
                              't_seo_keywords' => boolean false
                          public 'existingFields' => 
                            array
                              't_sitemap' => 
                                array
                                  'accesskey' => boolean true
                                  'div_shift' => boolean false
                                  'color' => boolean true
                                  'fk_produkt' => boolean true
                                  'right_shift' => boolean true
                              't_assets' => 
                                array
                                  'headline_info' => boolean false
                                  'text2' => boolean false
                                  'fk_adb_asset3' => boolean true
                                  'fk_info_type' => boolean false
                              't_objects' => 
                                array
                                  'fk_asset_style' => boolean false
                      'session' => 
                        object(Session)[5]
                          public 'ses_table' => string 't_sessions' (length=10)
                          public 'db_con' => string 'Y' (length=1)
                          public 'db_host' => string '' (length=0)
                          public 'db_user' => string '' (length=0)
                          public 'db_pass' => string '' (length=0)
                          public 'db_dbase' => string '' (length=0)
                      'seo_v2' => 
                        object(seo_v2)[6]
                          public 'project_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
                          public 'db' => &
                            object(MySQL)[4]
                              public 'mysql' => resource(3, mysql link)
                              public 'queries' => 
                                array
                                  'oncequerytmp' => boolean false
                                  'translations' => boolean false
                                  'default' => boolean false
                                  'config' => boolean false
                                  'meta' => boolean false
                                  'left_content' => boolean false
                                  'kopfbilder' => 
                                    array
                                      0 => resource(113, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'assets' => 
                                    array
                                      0 => resource(117, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'Elemente' => boolean false
                              public 'debug' => boolean false
                              public 'errorMessages' => boolean true
                              public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                              public 'existingTables' => 
                                array
                                  'tr_sitemap_freigabe' => boolean true
                                  't_zugang_intranet' => boolean false
                                  't_seo_keywords' => boolean false
                              public 'existingFields' => 
                                array
                                  't_sitemap' => 
                                    array
                                      'accesskey' => boolean true
                                      'div_shift' => boolean false
                                      'color' => boolean true
                                      'fk_produkt' => boolean true
                                      'right_shift' => boolean true
                                  't_assets' => 
                                    array
                                      'headline_info' => boolean false
                                      'text2' => boolean false
                                      'fk_adb_asset3' => boolean true
                                      'fk_info_type' => boolean false
                                  't_objects' => 
                                    array
                                      'fk_asset_style' => boolean false
                          public 'myHost' => string 'web5.werbeagentur-aufwind.com' (length=29)
                      'Translations' => 
                        object(Translations)[7]
                          public 'project_http' => null
                          public 'db' => 
                            object(MySQL)[4]
                              public 'mysql' => resource(3, mysql link)
                              public 'queries' => 
                                array
                                  'oncequerytmp' => boolean false
                                  'translations' => boolean false
                                  'default' => boolean false
                                  'config' => boolean false
                                  'meta' => boolean false
                                  'left_content' => boolean false
                                  'kopfbilder' => 
                                    array
                                      0 => resource(113, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'assets' => 
                                    array
                                      0 => resource(117, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'Elemente' => boolean false
                              public 'debug' => boolean false
                              public 'errorMessages' => boolean true
                              public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                              public 'existingTables' => 
                                array
                                  'tr_sitemap_freigabe' => boolean true
                                  't_zugang_intranet' => boolean false
                                  't_seo_keywords' => boolean false
                              public 'existingFields' => 
                                array
                                  't_sitemap' => 
                                    array
                                      'accesskey' => boolean true
                                      'div_shift' => boolean false
                                      'color' => boolean true
                                      'fk_produkt' => boolean true
                                      'right_shift' => boolean true
                                  't_assets' => 
                                    array
                                      'headline_info' => boolean false
                                      'text2' => boolean false
                                      'fk_adb_asset3' => boolean true
                                      'fk_info_type' => boolean false
                                  't_objects' => 
                                    array
                                      'fk_asset_style' => boolean false
                          public 'project' => &null
                          public 'translation' => 
                            array
                              'galerie_leer' => string 'Diese Bildergalerie enthält keine Bilder.' (length=42)
                              'volltextsuche_kein_ergebnis' => string 'Ihre Suche ergab kein Ergebnis.' (length=31)
                              'volltextsuche' => string 'Suchergebnisse' (length=14)
                              'keine_galerie_ausgewaehlt' => string 'Es wurde keine Bildergalerie ausgewählt' (length=40)
                              'mitglied_werden' => string 'Mitglied werden...' (length=18)
                              'schreiben_sie_uns' => string 'Schreiben Sie uns...' (length=20)
                              'suchbegriff' => string 'Suchbegriff' (length=11)
                              'details' => string 'Details' (length=7)
                              'zurueck' => string 'Zurück' (length=7)
                              'vergroessern' => string 'vergrößern' (length=12)
                              'home' => string 'Home' (length=4)
                              'fehler' => string 'Fehler' (length=6)
                              'kein_produkt' => string 'Kein Produkt ausgew&auml;hlt' (length=28)
                              'ihre_ansprechpartner' => string 'Ihre Ansprechpartner' (length=20)
                              'alle_events' => string 'Alle Veranstaltungen' (length=20)
                              'telefon' => string 'Telefon' (length=7)
                              'fax' => string 'Fax' (length=3)
                              'mobil' => string 'Mobil' (length=5)
                              'email' => string 'E-Mail' (length=6)
                              'internet' => string 'Internet' (length=8)
                              'extranet' => string 'Intranet' (length=8)
                              'schnelleinstieg' => string 'Schnelleinstieg' (length=15)
                              'pw_vergessen' => string 'Passwort vergessen' (length=18)
                              'neu_anmelden' => string 'Neu anmelden' (length=12)
                              'name' => string 'Name' (length=4)
                              'passwort' => string 'Passwort' (length=8)
                              'suche' => string 'Suche' (length=5)
                              'kundenlogin' => string 'Kundenlogin' (length=11)
                              'logout' => string 'Logout' (length=6)
                              'login_fehler' => string 'Benutzername und/oder Passwort nicht gefunden' (length=45)
                              'login_eingabe_leer' => string 'Bitte geben Sie Benutzername und Passwort an' (length=44)
                              'login_erfolgreich' => string 'Anmeldung erfolgreich' (length=21)
                              'logout_erfolgreich' => string 'Abmeldung erfolgreich' (length=21)
                              'merkzettel' => string 'Merkzettel' (length=10)
                              'merkzettel_leer' => string 'Ihr Merkzettel ist leer' (length=23)
                              'merkzettel_aktualisieren' => string ' Merkzettel wird aktualisiert ...' (length=33)
                              'zu_merkzettel_hinzu' => string ' Produkt zu Merkzettel hinzuf&uuml;gen' (length=38)
                              'aus_merkzettel_raus' => string ' Produkt von Merkzettel entfernen' (length=33)
                              'merkzettel_link' => string ' Merkzettel verwalten' (length=21)
                              'an_email' => string ' An folgende E-Mail versenden' (length=29)
                              'an_ansprechpartner' => string ' Angebotsfrage für Produktliste an ATMOS versenden' (length=51)
                              'pdf_erzeugen' => string ' PDF erzeugen' (length=13)
                              'uebersicht' => string 'Übersicht' (length=10)
                              'produktmerkmale' => string 'Produkt- Merkmale' (length=17)
                              'ausfuehrungen' => string 'Ausführungen' (length=13)
                              'optionen_zubehoer' => string 'Optionen / Zubehör' (length=19)
                              'zubehoer' => string 'Zubeh&ouml;r Ersatzteile' (length=24)
                              'verbrauchsmaterialien' => string 'Verbrauchs- Materialien' (length=23)
                              'infos' => string 'Infos' (length=5)
                              'technischedaten' => string 'Technische Daten' (length=16)
                              'verwandtethemen' => string 'Verwandte Themen' (length=16)
                              'downloads' => string 'Downloads' (length=9)
                              'faqs' => string 'FAQs' (length=4)
                              'lade' => string '<select class="inaktiv" disabled><option>Lade<\/option><\/select>' (length=65)
                              'lade_2' => string 'Lade' (length=4)
                              'kategorie_waehlen' => string 'Bitte Produktgruppe w&auml;hlen' (length=31)
                              'produkt_waehlen' => string 'Bitte Produkt w&auml;hlen' (length=25)
                              'artikel_waehlen' => string 'Bitte Artikel w&auml;hlen' (length=25)
                              'fehler_waehlen' => string 'Bitte fehlerhafte Funktion w&auml;hlen' (length=38)
                              'symptom_waehlen' => string 'Bitte Fehlerbeschreibung w&auml;hlen' (length=36)
                              'ursache_waehlen' => string 'Bitte m&ouml;che Ursache w&auml;hlen' (length=36)
                              'symptom' => string 'Fehlerbeschreibung' (length=18)
                              'moegl_ursachen' => string 'M&ouml;gliche Ursachen' (length=22)
                              'loesung' => string 'Fehlerbehebung' (length=14)
                              'keine_kategorie' => string 'Keine Produktgruppe ausgew&auml;hlt' (length=35)
                              'kein_artikel' => string 'Kein Artikel ausgew&auml;hlt' (length=28)
                              'kein_fehler' => string 'Kein Fehler ausgew&auml;hlt' (length=27)
                              'kein_symptom' => string 'Keine Fehlerbeschreibung ausgew&auml;hlt' (length=40)
                              'keine_ursache' => string 'Keine Ursache ausgew&auml;hlt' (length=29)
                              'keine_loesung' => string 'Keine L&ouml;sung ausgew&auml;hlt' (length=33)
                              'tracking' => string 'Tracking' (length=8)
                              'kunde' => string 'Kunde' (length=5)
                              'auftragssuche' => string 'Auftragssuche' (length=13)
                              'anr_eingeben' => string 'Bitte Kunden- oder Auftrags-Nr. eingeben' (length=40)
                              'kein_auftrag_gefunden' => string 'Zu dieser Nummer konnte kein passender Auftrag gefunden werden.' (length=63)
                              'seriennummer' => string 'Seriennummer' (length=12)
                              'datum' => string 'Datum' (length=5)
                              'auftragsnummer' => string 'Auftragsnummer' (length=14)
                              'artikelnummer' => string 'Artikelnummer' (length=13)
                              'artikelname' => string 'Artikelname' (length=11)
                              'status' => string 'Status' (length=6)
                              'positionen' => string 'Positionen' (length=10)
                              'zum_docware' => string 'DocWare in neuem Fenster &ouml;ffnen.' (length=37)
                              'nach_land' => string 'nach Land' (length=9)
                              'nach_ort_oder_plz' => string 'nach Ort oder Postleitzahl' (length=26)
                              'kein_ergebnis' => string 'Kein Ergebnis' (length=13)
                              'locator_service' => string 'Servicepunkt-Locator' (length=20)
                              'servicesuche' => string 'Servicepunkt-Suche' (length=18)
                              'locator_haendler' => string 'H&auml;ndler-Locator' (length=20)
                              'haendlersuche' => string 'H&auml;ndler-Suche' (length=18)
                              'angebotsanfrage' => string 'Angebotsanfrage' (length=15)
                              'zum_formular' => string 'zum Formular' (length=12)
                              'katalog_prospekte' => string 'Katalog / Prospekte' (length=19)
                              'gebrauchsanweisungen' => string 'Gebrauchsanweisungen' (length=20)
                              'interne_downloads' => string 'Interne Downloads' (length=17)
                              'produktsuche' => string 'Produktsuche' (length=12)
                              'dl_suche_nach' => string 'Suchen Sie nach Produktname, Downloadtitel oder Downloadtext' (length=60)
                              'nach_kunde' => string 'Nach Kundennummer' (length=17)
                              'nach_auftrag' => string 'Nach Auftragsnummer' (length=19)
                              'suche_nach' => string 'Suche nach' (length=10)
                              'kundennummer' => string 'Kundennummer' (length=12)
                              'intranet' => string 'Intranet' (length=8)
                              'land_waehlen' => string 'Select country' (length=14)
                              'reiter_selects' => string 'Produktbaum' (length=11)
                              'reiter_input' => string 'Direkte Suche' (length=13)
                              'suche_in_webseiten' => string 'Suche auf Seiten' (length=16)
                              'produktsuche_kein_ergebnis' => string 'Die Produktsuche lieferte kein Ergebnis' (length=39)
                              'suche_nach_anfang' => string 'Ihre Suche nach' (length=15)
                              'suche_nach_ende' => string 'lieferte folgende Ergebnisse' (length=28)
                              'produktsuche_wert_zu_kurz' => string 'Der von Ihnen eingegebene Suchbegriff ist zu kurz' (length=49)
                              'in_kategorien' => string 'In Kategorien' (length=13)
                              'in_produkten' => string 'In Produkten' (length=12)
                              'in_artikeln' => string 'In Artikeln' (length=11)
                              'den_folgenden_produkten_zugeordnet' => string 'Den folgenden Produkten zugeordnet' (length=34)
                              'artikelnr_eingeben' => string 'Artikelnummer eingeben' (length=22)
                              'cms_anwendungen' => string 'CMS-Anwendungen' (length=15)
                              'ergebnis' => string 'Ergebnis' (length=8)
                              'ergebnisse' => string 'Ergebnisse' (length=10)
                              'nach_status_ausgeben' => string 'Nach Status ausgeben' (length=20)
                              'bezeichnung' => string 'Bezeichnung' (length=11)
                              'einzelpreis' => string 'Einzelpreis' (length=11)
                              'bestand' => string 'Bestand' (length=7)
                              'gesamtpreis' => string 'Gesamtpreis' (length=11)
                              'link_produkt' => string 'Produktlink' (length=11)
                              'keine_ergebnisse' => string 'Kein Ergebnis' (length=13)
                              'stueck' => string 'St&uuml;ck' (length=10)
                              'alle_anzeigen' => string 'Alle Anzeigen' (length=13)
                              'filtern' => string 'Filtern' (length=7)
                              more elements...
                          public 'translation_en' => 
                            array
                              'home' => string 'Home' (length=4)
                              'fehler' => string 'Error' (length=5)
                              'kein_produkt' => string 'No product selected' (length=19)
                              'ihre_ansprechpartner' => string 'Contact persons' (length=15)
                              'alle_events' => string 'All Events' (length=10)
                              'telefon' => string 'Phone' (length=5)
                              'mobil' => string 'Mobile' (length=6)
                              'fax' => string 'Fax' (length=3)
                              'email' => string 'E-mail' (length=6)
                              'internet' => string 'Internet' (length=8)
                              'extranet' => string 'Extranet' (length=8)
                              'suche' => string 'Search' (length=6)
                              'kunde' => string 'Customer' (length=8)
                              'datum' => string 'Date' (length=4)
                              'pw_vergessen' => string 'Forgot Password?' (length=16)
                              'neu_anmelden' => string 'Re-Login' (length=8)
                              'name' => string 'Name' (length=4)
                              'passwort' => string 'password' (length=8)
                              'kundenlogin' => string 'Customers login' (length=15)
                              'logout' => string 'Logout' (length=6)
                              'login_fehler' => string 'Username and/or password not found' (length=34)
                              'login_eingabe_leer' => string 'Please insert username and password' (length=35)
                              'login_erfolgreich' => string 'Login successfull' (length=17)
                              'logout_erfolgreich' => string 'Logout successfull' (length=18)
                              'merkzettel' => string 'Leaflet' (length=7)
                              'merkzettel_leer' => string 'Your leaflet is empty' (length=21)
                              'merkzettel_aktualisieren' => string ' Updating leaflet ...' (length=21)
                              'zu_merkzettel_hinzu' => string ' Add product to leaflet' (length=23)
                              'aus_merkzettel_raus' => string ' Remove product from leaflet' (length=28)
                              'merkzettel_link' => string ' Send leaflet' (length=13)
                              'an_email' => string ' Sent to the following E-Mail' (length=29)
                              'an_ansprechpartner' => string ' Send to ATMOS' (length=14)
                              'pdf_erzeugen' => string ' Create PDF' (length=11)
                              'uebersicht' => string 'General' (length=7)
                              'produktmerkmale' => string 'Characteristics' (length=15)
                              'ausfuehrungen' => string 'Types' (length=5)
                              'zubehoer' => string 'Attachments' (length=11)
                              'verbrauchsmaterialien' => string 'Consumption items' (length=17)
                              'infos' => string 'Infos' (length=5)
                              'technischedaten' => string 'Technical data' (length=14)
                              'verwandtethemen' => string 'Related topics' (length=14)
                              'downloads' => string 'Downloads' (length=9)
                              'faqs' => string 'FAQs' (length=4)
                              'lade' => string '<select class="inaktiv" disabled><option>Loading</option></select>' (length=66)
                              'lade_2' => string 'Loading' (length=7)
                              'kategorie_waehlen' => string 'Select product group' (length=20)
                              'produkt_waehlen' => string 'Select product' (length=14)
                              'artikel_waehlen' => string 'Select article' (length=14)
                              'fehler_waehlen' => string 'Select defective function' (length=25)
                              'symptom_waehlen' => string 'Select error description' (length=24)
                              'ursache_waehlen' => string 'Select potential cause' (length=22)
                              'symptom' => string 'Error description' (length=17)
                              'moegl_ursachen' => string 'Potential Cause' (length=15)
                              'loesung' => string 'Solution' (length=8)
                              'keine_kategorie' => string 'No product group selected' (length=25)
                              'kein_artikel' => string 'No article selected' (length=19)
                              'kein_fehler' => string 'No error selected' (length=17)
                              'kein_symptom' => string 'No error description selected' (length=29)
                              'keine_ursache' => string 'No cause selected' (length=17)
                              'keine_loesung' => string 'No solution selected' (length=20)
                              'tracking' => string 'Tracking' (length=8)
                              'auftragssuche' => string 'Order Tracking' (length=14)
                              'anr_eingeben' => string 'Please insert Order ID' (length=22)
                              'kein_auftrag_gefunden' => string 'No order was found for this ID.' (length=31)
                              'seriennummer' => string 'Serial ID' (length=9)
                              'auftragsnummer' => string 'Order ID' (length=8)
                              'artikelnummer' => string 'Article ID' (length=10)
                              'artikelname' => string 'Article name' (length=12)
                              'status' => string 'Status' (length=6)
                              'positionen' => string 'Positions' (length=9)
                              'zum_docware' => string 'open DocWare in new window.' (length=27)
                              'nach_land' => string 'by country' (length=10)
                              'nach_ort_oder_plz' => string 'by city or postcode' (length=19)
                              'kein_ergebnis' => string 'No results' (length=10)
                              'locator_service' => string 'Servicepoint locator' (length=20)
                              'servicesuche' => string 'Servicepoint search' (length=19)
                              'locator_haendler' => string 'Dealer locator' (length=14)
                              'haendlersuche' => string 'Dealer search' (length=13)
                              'angebotsanfrage' => string 'Request for proposal' (length=20)
                              'zum_formular' => string 'go to form' (length=10)
                              'katalog_prospekte' => string 'Catalogue / literature' (length=22)
                              'gebrauchsanweisungen' => string 'Manuals' (length=7)
                              'interne_downloads' => string 'Internal Downloads' (length=18)
                              'produktsuche' => string 'Product search' (length=14)
                              'dl_suche_nach' => string 'Search for product name, download titel or download text' (length=56)
                              'nach_kunde' => string 'By Customer ID' (length=14)
                              'nach_auftrag' => string 'By Service Id' (length=13)
                              'suche_nach' => string 'Search for' (length=10)
                              'kundennummer' => string 'Customer ID' (length=11)
                              'intranet' => string 'Intranet' (length=8)
                              'land_waehlen' => string 'Select country' (length=14)
                              'reiter_selects' => string 'Product tree' (length=12)
                              'reiter_input' => string 'Direct search' (length=13)
                              'suche_in_webseiten' => string 'Search on sites' (length=15)
                              'produktsuche_kein_ergebnis' => string 'The product search delivered no result' (length=38)
                              'suche_nach_anfang' => string 'Your search for' (length=15)
                              'suche_nach_ende' => string 'delivered the following results' (length=31)
                              'produktsuche_wert_zu_kurz' => string 'Your search string is too short' (length=31)
                              'in_kategorien' => string 'In categories' (length=13)
                              'in_produkten' => string 'In products' (length=11)
                              'in_artikeln' => string 'In articles' (length=11)
                              'den_folgenden_produkten_zugeordnet' => string 'Assigned to the following products' (length=34)
                              'artikelnr_eingeben' => string 'Insert artikel id' (length=17)
                              'cms_anwendungen' => string 'CMS application' (length=15)
                              'ergebnis' => string 'Result' (length=6)
                              'ergebnisse' => string 'Results' (length=7)
                              'nach_status_ausgeben' => string 'Output by status' (length=16)
                              'bezeichnung' => string 'Description' (length=11)
                              'einzelpreis' => string 'Single price' (length=12)
                              'bestand' => string 'Inventory' (length=9)
                              'gesamtpreis' => string 'Complete price' (length=14)
                              'link_produkt' => string 'Product link' (length=12)
                              'keine_ergebnisse' => string 'No result' (length=9)
                              'stueck' => string 'parts' (length=5)
                              'alle_anzeigen' => string 'Display all' (length=11)
                              'filtern' => string 'Filter' (length=6)
                              'filtern_nach' => string 'Filter by' (length=9)
                              'filter_aktiv' => string 'Filter activ' (length=12)
                              'zum_produkt' => string 'To product' (length=10)
                              'suche_starten' => string 'Start search' (length=12)
                              'details' => string 'Details' (length=7)
                              'preis' => string 'Price' (length=5)
                              'copyright' => string '© ATMOS MedizinTechnik GmbH & Co. KG' (length=37)
                              'verantwortlich_fuer_den_inhalt' => string 'Answerable for this page' (length=24)
                              'atmos_login_erinnerung' => string 'ATMOS Login reminder' (length=20)
                              'hallo' => string 'Hello' (length=5)
                              'wie_gewuenscht_ihre_daten' => string 'As desired we send your ATMOS access data as reminder' (length=53)
                              'benutzer' => string 'user' (length=4)
                              more elements...
                      'contentmaker5' => 
                        object(ContentMaker5)[8]
                          public 'elem_name' => boolean false
                          public 'headline' => string '' (length=0)
                          public 'project_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
                          public 'project_path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/' (length=51)
                          public 'asset_path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/assets/adb/' (length=62)
                          public 'asset_http' => string 'http://www.buergerinitiative-breisach-burkheim.de/assets/adb/' (length=61)
                          public 'seite_vorhanden' => null
                          public 'frontend_type' => string 'webseitenpflege' (length=15)
                          public 'frontend_id' => int 14
                          public 'frontend_flag_group' => string '' (length=0)
                          public 'frontend_flag_id' => int 0
                          public 'frontend_focus_var' => string '' (length=0)
                          public 'frontend_asset_type' => null
                          public 'frontend_asset_id' => null
                          public 'frontend_asset_flag_group' => null
                          public 'frontend_asset_flag_id' => null
                          public 'frontend_asset_focus_var' => null
                          public 'param_info_asset' => 
                            array
                              empty
                          public 'arr_asset_selects' => 
                            array
                              'standard' => 
                                array
                                  0 => string 'fk_galerie_v2' (length=13)
                          public 'lib' => &
                            &object(LibMain)[2]
                          public 'db' => &
                            object(MySQL)[4]
                              public 'mysql' => resource(3, mysql link)
                              public 'queries' => 
                                array
                                  'oncequerytmp' => boolean false
                                  'translations' => boolean false
                                  'default' => boolean false
                                  'config' => boolean false
                                  'meta' => boolean false
                                  'left_content' => boolean false
                                  'kopfbilder' => 
                                    array
                                      0 => resource(113, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'assets' => 
                                    array
                                      0 => resource(117, mysql result)
                                      1 => int 0
                                      2 => int 0
                                  'Elemente' => boolean false
                              public 'debug' => boolean false
                              public 'errorMessages' => boolean true
                              public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                              public 'existingTables' => 
                                array
                                  'tr_sitemap_freigabe' => boolean true
                                  't_zugang_intranet' => boolean false
                                  't_seo_keywords' => boolean false
                              public 'existingFields' => 
                                array
                                  't_sitemap' => 
                                    array
                                      'accesskey' => boolean true
                                      'div_shift' => boolean false
                                      'color' => boolean true
                                      'fk_produkt' => boolean true
                                      'right_shift' => boolean true
                                  't_assets' => 
                                    array
                                      'headline_info' => boolean false
                                      'text2' => boolean false
                                      'fk_adb_asset3' => boolean true
                                      'fk_info_type' => boolean false
                                  't_objects' => 
                                    array
                                      'fk_asset_style' => boolean false
                      'contentmaker_extended' => 
                        &object(ContentMaker_Extended)[9]
                      'image' => 
                        object(Image)[10]
                          public 'tmp_dir' => string '' (length=0)
                          public 'logging' => boolean false
                          public '_filesizes' => 
                            array
                              0 => string 'B' (length=1)
                              1 => string 'kB' (length=2)
                              2 => string 'MB' (length=2)
                              3 => string 'GB' (length=2)
                              4 => string 'TB' (length=2)
                              5 => string 'PB' (length=2)
                              6 => string 'EB' (length=2)
                          public 'docservice' => boolean true
                          public 'no_adb_files' => 
                            array
                              0 => string '.txt' (length=4)
                              1 => string '.mpeg' (length=5)
                              2 => string '.mpg' (length=4)
                              3 => string '.wmv' (length=4)
                              4 => string '.avi' (length=4)
                              5 => string '.divx' (length=5)
                              6 => string '.mp4' (length=4)
                              7 => string '.mp3' (length=4)
                              8 => string '.wav' (length=4)
                              9 => string '.mp3' (length=4)
                              10 => string '.aiff' (length=5)
                      'navigation' => 
                        object(Navigation)[11]
                          public 'nav_sitemap' => string '14' (length=2)
                          public 'nav_template' => string '52' (length=2)
                          public 'nav_lang' => string 'de' (length=2)
                          public 'nav_langid' => string '1' (length=1)
                          public 'nav_assettypes' => 
                            array
                              2 => string 'text' (length=4)
                              3 => string 'image' (length=5)
                              6 => string 'link' (length=4)
                              5 => string 'download' (length=8)
                              1 => string 'editor' (length=6)
                              4 => string 'gallery' (length=7)
                              7 => string 'shorttext' (length=9)
                              8 => string 'nix' (length=3)
                              9 => string 'image_text' (length=10)
                              10 => string 'contact' (length=7)
                              15 => string 'expander' (length=8)
                              14 => string 'form' (length=4)
                              13 => string 'galerie_v2' (length=10)
                              16 => string 'flash' (length=5)
                              17 => string 'teaser' (length=6)
                          public 'nav' => &
                            array
                              1 => &
                                object(NavElement)[51]
                                  public 'id' => string '1' (length=1)
                                  public 'parent' => int 0
                                  public 'name' => string 'Startseite' (length=10)
                                  public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                                  public 'current' => boolean true
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      0 => 
                                        object(NavElement)[56]
                                          public 'id' => string '2' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Über Uns' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=7' (length=6)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[52]
                                                  public 'id' => string '7' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ziele' (length=5)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[60]
                                                  public 'id' => string '8' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[63]
                                                  public 'id' => string '36' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Vorstand' (length=8)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[68]
                                                  public 'id' => string '17' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                                  public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                                      1 => 
                                        object(NavElement)[62]
                                          public 'id' => string '5' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Downloads' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=15' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[54]
                                                  public 'id' => string '15' (length=2)
                                                  public 'parent' => string '5' (length=1)
                                                  public 'name' => string 'Allgemeine Informationen' (length=24)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Downloads' (length=9)
                                      2 => 
                                        object(NavElement)[71]
                                          public 'id' => string '3' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Rückhalteräume' (length=16)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=10' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[55]
                                                  public 'id' => string '10' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[61]
                                                  public 'id' => string '11' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Weil-Breisach' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[65]
                                                  public 'id' => string '12' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[67]
                                                  public 'id' => string '13' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Breisach-Burkheim' (length=17)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              4 => 
                                                object(NavElement)[70]
                                                  public 'id' => string '26' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Wyhl-Weisweil' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              5 => 
                                                object(NavElement)[72]
                                                  public 'id' => string '27' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elzmündung' (length=11)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              6 => 
                                                object(NavElement)[73]
                                                  public 'id' => string '28' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              7 => 
                                                object(NavElement)[75]
                                                  public 'id' => string '29' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Altenheim' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              8 => 
                                                object(NavElement)[77]
                                                  public 'id' => string '30' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              9 => 
                                                object(NavElement)[78]
                                                  public 'id' => string '31' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Freistett' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              10 => 
                                                object(NavElement)[80]
                                                  public 'id' => string '32' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              11 => 
                                                object(NavElement)[81]
                                                  public 'id' => string '33' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              12 => 
                                                object(NavElement)[83]
                                                  public 'id' => string '34' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elisabethenwört' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              13 => 
                                                object(NavElement)[86]
                                                  public 'id' => string '35' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rheinschanzinsel' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Rückhalteräume' (length=16)
                                      3 => 
                                        object(NavElement)[74]
                                          public 'id' => string '6' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Kontakt' (length=7)
                                          public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=21

content=21' (length=19)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[53]
                                                  public 'id' => string '21' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Kontaktformular' (length=15)
                                                  public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[58]
                                                  public 'id' => string '18' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[64]
                                                  public 'id' => string '25' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Impressum' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Kontakt' (length=7)
                                      4 => 
                                        object(NavElement)[76]
                                          public 'id' => string '14' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Aktuelles' (length=9)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                          public 'current' => boolean true
                                          public 'options' => string 'info_type=1,2,3' (length=15)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[57]
                                                  public 'id' => string '16' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Bilder' (length=6)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[59]
                                                  public 'id' => string '20' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Pressemitteilungen' (length=18)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1,2' (length=13)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[66]
                                                  public 'id' => string '51' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Neuigkeiten' (length=11)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[69]
                                                  public 'id' => string '52' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Veranstaltungen' (length=15)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=3' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Aktuelles' (length=9)
                                      5 => 
                                        object(NavElement)[79]
                                          public 'id' => string '43' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Archiv' (length=6)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                          public 'current' => boolean false
                                          public 'options' => string 'info_type=1,2

status=3' (length=23)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Archiv' (length=6)
                                      6 => 
                                        object(NavElement)[82]
                                          public 'id' => string '23' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Suche' (length=5)
                                          public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      7 => 
                                        object(NavElement)[84]
                                          public 'id' => string '40' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      8 => 
                                        object(NavElement)[85]
                                          public 'id' => string '41' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      9 => 
                                        object(NavElement)[87]
                                          public 'id' => string '42' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Unsere Forderungen' (length=18)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'lang' => string '1' (length=1)
                          public 'language' => string 'de' (length=2)
                          public 'assettypes' => 
                            array
                              2 => string 'Text' (length=4)
                              3 => string 'Bild' (length=4)
                              6 => string 'Link' (length=4)
                              5 => string 'Download' (length=8)
                              1 => string 'HTML-Editor' (length=11)
                              4 => string 'Bildgalerie' (length=11)
                              7 => string 'Kurztext' (length=8)
                              8 => string 'NIX' (length=3)
                              9 => string 'Text & Bild' (length=11)
                              10 => string 'Kontakt' (length=7)
                              15 => string 'Expander' (length=8)
                              14 => string 'Formular' (length=8)
                              13 => string 'Bildergalerie (AJAX)' (length=20)
                              16 => string 'Flash' (length=5)
                              17 => string 'Teaser' (length=6)
                      'project' => 
                        object(Project)[49]
                          public 'topnav_current' => 
                            object(NavElement)[12]
                              public 'id' => string '1' (length=1)
                              public 'parent' => int 0
                              public 'name' => string 'Startseite' (length=10)
                              public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                              public 'current' => boolean true
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[40]
                                      public 'id' => string '2' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Über Uns' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=2&lang=de' (length=49)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=7' (length=6)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[48]
                                              public 'id' => string '7' (length=1)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Ziele' (length=5)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[20]
                                              public 'id' => string '8' (length=1)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Ansprechpartner' (length=15)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[25]
                                              public 'id' => string '36' (length=2)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Vorstand' (length=8)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[44]
                                              public 'id' => string '17' (length=2)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                              public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  1 => 
                                    object(NavElement)[35]
                                      public 'id' => string '5' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Downloads' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=5&lang=de' (length=50)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=15' (length=7)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[45]
                                              public 'id' => string '15' (length=2)
                                              public 'parent' => string '5' (length=1)
                                              public 'name' => string 'Allgemeine Informationen' (length=24)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  2 => 
                                    object(NavElement)[39]
                                      public 'id' => string '3' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Rückhalteräume' (length=16)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=3&lang=de' (length=50)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=10' (length=7)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[43]
                                              public 'id' => string '10' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[18]
                                              public 'id' => string '11' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Weil-Breisach' (length=13)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[14]
                                              public 'id' => string '12' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[47]
                                              public 'id' => string '13' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Breisach-Burkheim' (length=17)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          4 => 
                                            object(NavElement)[41]
                                              public 'id' => string '26' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Wyhl-Weisweil' (length=13)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          5 => 
                                            object(NavElement)[38]
                                              public 'id' => string '27' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Elzmündung' (length=11)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          6 => 
                                            object(NavElement)[36]
                                              public 'id' => string '28' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          7 => 
                                            object(NavElement)[33]
                                              public 'id' => string '29' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Altenheim' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          8 => 
                                            object(NavElement)[28]
                                              public 'id' => string '30' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          9 => 
                                            object(NavElement)[26]
                                              public 'id' => string '31' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Freistett' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          10 => 
                                            object(NavElement)[16]
                                              public 'id' => string '32' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          11 => 
                                            object(NavElement)[23]
                                              public 'id' => string '33' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          12 => 
                                            object(NavElement)[17]
                                              public 'id' => string '34' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Elisabethenwört' (length=16)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          13 => 
                                            object(NavElement)[21]
                                              public 'id' => string '35' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Rheinschanzinsel' (length=16)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  3 => 
                                    object(NavElement)[34]
                                      public 'id' => string '6' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Kontakt' (length=7)
                                      public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=6&lang=de' (length=65)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=21

content=21' (length=19)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[46]
                                              public 'id' => string '21' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Kontaktformular' (length=15)
                                              public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[30]
                                              public 'id' => string '18' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Ansprechpartner' (length=15)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[19]
                                              public 'id' => string '25' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Impressum' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  4 => 
                                    object(NavElement)[31]
                                      public 'id' => string '14' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Aktuelles' (length=9)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                      public 'current' => boolean true
                                      public 'options' => string 'info_type=1,2,3' (length=15)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[37]
                                              public 'id' => string '16' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Bilder' (length=6)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[27]
                                              public 'id' => string '20' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Pressemitteilungen' (length=18)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=1,2' (length=13)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[32]
                                              public 'id' => string '51' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Neuigkeiten' (length=11)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=1' (length=11)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[42]
                                              public 'id' => string '52' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Veranstaltungen' (length=15)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=3' (length=11)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  5 => 
                                    object(NavElement)[22]
                                      public 'id' => string '43' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Archiv' (length=6)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=1,2

status=3' (length=23)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  6 => 
                                    object(NavElement)[15]
                                      public 'id' => string '23' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Suche' (length=5)
                                      public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  7 => 
                                    object(NavElement)[29]
                                      public 'id' => string '40' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  8 => 
                                    object(NavElement)[24]
                                      public 'id' => string '41' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  9 => 
                                    object(NavElement)[13]
                                      public 'id' => string '42' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Unsere Forderungen' (length=18)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          public 'topnav' => &
                            array
                              1 => &
                                object(NavElement)[51]
                                  public 'id' => string '1' (length=1)
                                  public 'parent' => int 0
                                  public 'name' => string 'Startseite' (length=10)
                                  public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                                  public 'current' => boolean true
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      0 => 
                                        object(NavElement)[56]
                                          public 'id' => string '2' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Über Uns' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=7' (length=6)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[52]
                                                  public 'id' => string '7' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ziele' (length=5)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[60]
                                                  public 'id' => string '8' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[63]
                                                  public 'id' => string '36' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Vorstand' (length=8)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[68]
                                                  public 'id' => string '17' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                                  public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                                      1 => 
                                        object(NavElement)[62]
                                          public 'id' => string '5' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Downloads' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=15' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[54]
                                                  public 'id' => string '15' (length=2)
                                                  public 'parent' => string '5' (length=1)
                                                  public 'name' => string 'Allgemeine Informationen' (length=24)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Downloads' (length=9)
                                      2 => 
                                        object(NavElement)[71]
                                          public 'id' => string '3' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Rückhalteräume' (length=16)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=10' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[55]
                                                  public 'id' => string '10' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[61]
                                                  public 'id' => string '11' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Weil-Breisach' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[65]
                                                  public 'id' => string '12' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[67]
                                                  public 'id' => string '13' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Breisach-Burkheim' (length=17)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              4 => 
                                                object(NavElement)[70]
                                                  public 'id' => string '26' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Wyhl-Weisweil' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              5 => 
                                                object(NavElement)[72]
                                                  public 'id' => string '27' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elzmündung' (length=11)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              6 => 
                                                object(NavElement)[73]
                                                  public 'id' => string '28' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              7 => 
                                                object(NavElement)[75]
                                                  public 'id' => string '29' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Altenheim' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              8 => 
                                                object(NavElement)[77]
                                                  public 'id' => string '30' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              9 => 
                                                object(NavElement)[78]
                                                  public 'id' => string '31' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Freistett' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              10 => 
                                                object(NavElement)[80]
                                                  public 'id' => string '32' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              11 => 
                                                object(NavElement)[81]
                                                  public 'id' => string '33' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              12 => 
                                                object(NavElement)[83]
                                                  public 'id' => string '34' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elisabethenwört' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              13 => 
                                                object(NavElement)[86]
                                                  public 'id' => string '35' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rheinschanzinsel' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Rückhalteräume' (length=16)
                                      3 => 
                                        object(NavElement)[74]
                                          public 'id' => string '6' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Kontakt' (length=7)
                                          public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=21

content=21' (length=19)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[53]
                                                  public 'id' => string '21' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Kontaktformular' (length=15)
                                                  public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[58]
                                                  public 'id' => string '18' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[64]
                                                  public 'id' => string '25' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Impressum' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Kontakt' (length=7)
                                      4 => 
                                        object(NavElement)[76]
                                          public 'id' => string '14' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Aktuelles' (length=9)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                          public 'current' => boolean true
                                          public 'options' => string 'info_type=1,2,3' (length=15)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[57]
                                                  public 'id' => string '16' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Bilder' (length=6)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[59]
                                                  public 'id' => string '20' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Pressemitteilungen' (length=18)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1,2' (length=13)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[66]
                                                  public 'id' => string '51' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Neuigkeiten' (length=11)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[69]
                                                  public 'id' => string '52' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Veranstaltungen' (length=15)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=3' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Aktuelles' (length=9)
                                      5 => 
                                        object(NavElement)[79]
                                          public 'id' => string '43' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Archiv' (length=6)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                          public 'current' => boolean false
                                          public 'options' => string 'info_type=1,2

status=3' (length=23)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Archiv' (length=6)
                                      6 => 
                                        object(NavElement)[82]
                                          public 'id' => string '23' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Suche' (length=5)
                                          public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      7 => 
                                        object(NavElement)[84]
                                          public 'id' => string '40' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      8 => 
                                        object(NavElement)[85]
                                          public 'id' => string '41' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      9 => 
                                        object(NavElement)[87]
                                          public 'id' => string '42' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Unsere Forderungen' (length=18)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
                          public 'path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/' (length=51)
                      'project_extended' => 
                        object(Project_Extended)[50]
                          public 'topnav_current' => &
                            object(NavElement)[51]
                              public 'id' => string '1' (length=1)
                              public 'parent' => int 0
                              public 'name' => string 'Startseite' (length=10)
                              public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                              public 'current' => boolean true
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  0 => 
                                    object(NavElement)[56]
                                      public 'id' => string '2' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Über Uns' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=7' (length=6)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[52]
                                              public 'id' => string '7' (length=1)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Ziele' (length=5)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[60]
                                              public 'id' => string '8' (length=1)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Ansprechpartner' (length=15)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[63]
                                              public 'id' => string '36' (length=2)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Vorstand' (length=8)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[68]
                                              public 'id' => string '17' (length=2)
                                              public 'parent' => string '2' (length=1)
                                              public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                              public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                                  1 => 
                                    object(NavElement)[62]
                                      public 'id' => string '5' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Downloads' (length=9)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=15' (length=7)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[54]
                                              public 'id' => string '15' (length=2)
                                              public 'parent' => string '5' (length=1)
                                              public 'name' => string 'Allgemeine Informationen' (length=24)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Downloads' (length=9)
                                  2 => 
                                    object(NavElement)[71]
                                      public 'id' => string '3' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Rückhalteräume' (length=16)
                                      public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=10' (length=7)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[55]
                                              public 'id' => string '10' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[61]
                                              public 'id' => string '11' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Weil-Breisach' (length=13)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[65]
                                              public 'id' => string '12' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[67]
                                              public 'id' => string '13' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Breisach-Burkheim' (length=17)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          4 => 
                                            object(NavElement)[70]
                                              public 'id' => string '26' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Wyhl-Weisweil' (length=13)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          5 => 
                                            object(NavElement)[72]
                                              public 'id' => string '27' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Elzmündung' (length=11)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          6 => 
                                            object(NavElement)[73]
                                              public 'id' => string '28' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          7 => 
                                            object(NavElement)[75]
                                              public 'id' => string '29' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Altenheim' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          8 => 
                                            object(NavElement)[77]
                                              public 'id' => string '30' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          9 => 
                                            object(NavElement)[78]
                                              public 'id' => string '31' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Freistett' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          10 => 
                                            object(NavElement)[80]
                                              public 'id' => string '32' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          11 => 
                                            object(NavElement)[81]
                                              public 'id' => string '33' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          12 => 
                                            object(NavElement)[83]
                                              public 'id' => string '34' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Elisabethenwört' (length=16)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          13 => 
                                            object(NavElement)[86]
                                              public 'id' => string '35' (length=2)
                                              public 'parent' => string '3' (length=1)
                                              public 'name' => string 'Rheinschanzinsel' (length=16)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Rückhalteräume' (length=16)
                                  3 => 
                                    object(NavElement)[74]
                                      public 'id' => string '6' (length=1)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Kontakt' (length=7)
                                      public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                                      public 'current' => boolean false
                                      public 'options' => string 'jump=21

content=21' (length=19)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[53]
                                              public 'id' => string '21' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Kontaktformular' (length=15)
                                              public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[58]
                                              public 'id' => string '18' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Ansprechpartner' (length=15)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[64]
                                              public 'id' => string '25' (length=2)
                                              public 'parent' => string '6' (length=1)
                                              public 'name' => string 'Impressum' (length=9)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Kontakt' (length=7)
                                  4 => 
                                    object(NavElement)[76]
                                      public 'id' => string '14' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Aktuelles' (length=9)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                      public 'current' => boolean true
                                      public 'options' => string 'info_type=1,2,3' (length=15)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          0 => 
                                            object(NavElement)[57]
                                              public 'id' => string '16' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Bilder' (length=6)
                                              public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                              public 'current' => boolean false
                                              public 'options' => string '' (length=0)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          1 => 
                                            object(NavElement)[59]
                                              public 'id' => string '20' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Pressemitteilungen' (length=18)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=1,2' (length=13)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          2 => 
                                            object(NavElement)[66]
                                              public 'id' => string '51' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Neuigkeiten' (length=11)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=1' (length=11)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                          3 => 
                                            object(NavElement)[69]
                                              public 'id' => string '52' (length=2)
                                              public 'parent' => string '14' (length=2)
                                              public 'name' => string 'Veranstaltungen' (length=15)
                                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                              public 'current' => boolean false
                                              public 'options' => string 'info_type=3' (length=11)
                                              public 'bild' => null
                                              public 'children' => 
                                                array
                                                  empty
                                              public 'row_amount' => null
                                              public 'right_shift' => string '0' (length=1)
                                              public 'bild_path' => null
                                              public 'div_shift' => null
                                              public 'color' => string '0' (length=1)
                                              public 'accesskey' => null
                                              public 'fk_produkt' => null
                                              public 'flag_reiter' => boolean false
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Aktuelles' (length=9)
                                  5 => 
                                    object(NavElement)[79]
                                      public 'id' => string '43' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Archiv' (length=6)
                                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                      public 'current' => boolean false
                                      public 'options' => string 'info_type=1,2

status=3' (length=23)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                      public 'name_cleared' => string 'Archiv' (length=6)
                                  6 => 
                                    object(NavElement)[82]
                                      public 'id' => string '23' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Suche' (length=5)
                                      public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  7 => 
                                    object(NavElement)[84]
                                      public 'id' => string '40' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  8 => 
                                    object(NavElement)[85]
                                      public 'id' => string '41' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                                  9 => 
                                    object(NavElement)[87]
                                      public 'id' => string '42' (length=2)
                                      public 'parent' => string '1' (length=1)
                                      public 'name' => string 'Unsere Forderungen' (length=18)
                                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                      public 'current' => boolean false
                                      public 'options' => string 'ausblenden' (length=10)
                                      public 'bild' => null
                                      public 'children' => 
                                        array
                                          empty
                                      public 'row_amount' => null
                                      public 'right_shift' => string '0' (length=1)
                                      public 'bild_path' => null
                                      public 'div_shift' => null
                                      public 'color' => string '0' (length=1)
                                      public 'accesskey' => null
                                      public 'fk_produkt' => null
                                      public 'flag_reiter' => boolean false
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          public 'topnav' => &
                            array
                              1 => &
                                object(NavElement)[51]
                                  public 'id' => string '1' (length=1)
                                  public 'parent' => int 0
                                  public 'name' => string 'Startseite' (length=10)
                                  public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                                  public 'current' => boolean true
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      0 => 
                                        object(NavElement)[56]
                                          public 'id' => string '2' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Über Uns' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=7' (length=6)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[52]
                                                  public 'id' => string '7' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ziele' (length=5)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[60]
                                                  public 'id' => string '8' (length=1)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[63]
                                                  public 'id' => string '36' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Vorstand' (length=8)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[68]
                                                  public 'id' => string '17' (length=2)
                                                  public 'parent' => string '2' (length=1)
                                                  public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                                  public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                                      1 => 
                                        object(NavElement)[62]
                                          public 'id' => string '5' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Downloads' (length=9)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=15' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[54]
                                                  public 'id' => string '15' (length=2)
                                                  public 'parent' => string '5' (length=1)
                                                  public 'name' => string 'Allgemeine Informationen' (length=24)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Downloads' (length=9)
                                      2 => 
                                        object(NavElement)[71]
                                          public 'id' => string '3' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Rückhalteräume' (length=16)
                                          public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=10' (length=7)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[55]
                                                  public 'id' => string '10' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[61]
                                                  public 'id' => string '11' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Weil-Breisach' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[65]
                                                  public 'id' => string '12' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[67]
                                                  public 'id' => string '13' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Breisach-Burkheim' (length=17)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              4 => 
                                                object(NavElement)[70]
                                                  public 'id' => string '26' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Wyhl-Weisweil' (length=13)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              5 => 
                                                object(NavElement)[72]
                                                  public 'id' => string '27' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elzmündung' (length=11)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              6 => 
                                                object(NavElement)[73]
                                                  public 'id' => string '28' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              7 => 
                                                object(NavElement)[75]
                                                  public 'id' => string '29' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Altenheim' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              8 => 
                                                object(NavElement)[77]
                                                  public 'id' => string '30' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              9 => 
                                                object(NavElement)[78]
                                                  public 'id' => string '31' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Freistett' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              10 => 
                                                object(NavElement)[80]
                                                  public 'id' => string '32' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              11 => 
                                                object(NavElement)[81]
                                                  public 'id' => string '33' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              12 => 
                                                object(NavElement)[83]
                                                  public 'id' => string '34' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Elisabethenwört' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              13 => 
                                                object(NavElement)[86]
                                                  public 'id' => string '35' (length=2)
                                                  public 'parent' => string '3' (length=1)
                                                  public 'name' => string 'Rheinschanzinsel' (length=16)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Rückhalteräume' (length=16)
                                      3 => 
                                        object(NavElement)[74]
                                          public 'id' => string '6' (length=1)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Kontakt' (length=7)
                                          public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                                          public 'current' => boolean false
                                          public 'options' => string 'jump=21

content=21' (length=19)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[53]
                                                  public 'id' => string '21' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Kontaktformular' (length=15)
                                                  public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[58]
                                                  public 'id' => string '18' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Ansprechpartner' (length=15)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[64]
                                                  public 'id' => string '25' (length=2)
                                                  public 'parent' => string '6' (length=1)
                                                  public 'name' => string 'Impressum' (length=9)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Kontakt' (length=7)
                                      4 => 
                                        object(NavElement)[76]
                                          public 'id' => string '14' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Aktuelles' (length=9)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                                          public 'current' => boolean true
                                          public 'options' => string 'info_type=1,2,3' (length=15)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              0 => 
                                                object(NavElement)[57]
                                                  public 'id' => string '16' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Bilder' (length=6)
                                                  public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                                  public 'current' => boolean false
                                                  public 'options' => string '' (length=0)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              1 => 
                                                object(NavElement)[59]
                                                  public 'id' => string '20' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Pressemitteilungen' (length=18)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1,2' (length=13)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              2 => 
                                                object(NavElement)[66]
                                                  public 'id' => string '51' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Neuigkeiten' (length=11)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=1' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                              3 => 
                                                object(NavElement)[69]
                                                  public 'id' => string '52' (length=2)
                                                  public 'parent' => string '14' (length=2)
                                                  public 'name' => string 'Veranstaltungen' (length=15)
                                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                                  public 'current' => boolean false
                                                  public 'options' => string 'info_type=3' (length=11)
                                                  public 'bild' => null
                                                  public 'children' => 
                                                    array
                                                      empty
                                                  public 'row_amount' => null
                                                  public 'right_shift' => string '0' (length=1)
                                                  public 'bild_path' => null
                                                  public 'div_shift' => null
                                                  public 'color' => string '0' (length=1)
                                                  public 'accesskey' => null
                                                  public 'fk_produkt' => null
                                                  public 'flag_reiter' => boolean false
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Aktuelles' (length=9)
                                      5 => 
                                        object(NavElement)[79]
                                          public 'id' => string '43' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Archiv' (length=6)
                                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                                          public 'current' => boolean false
                                          public 'options' => string 'info_type=1,2

status=3' (length=23)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                          public 'name_cleared' => string 'Archiv' (length=6)
                                      6 => 
                                        object(NavElement)[82]
                                          public 'id' => string '23' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Suche' (length=5)
                                          public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      7 => 
                                        object(NavElement)[84]
                                          public 'id' => string '40' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      8 => 
                                        object(NavElement)[85]
                                          public 'id' => string '41' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                      9 => 
                                        object(NavElement)[87]
                                          public 'id' => string '42' (length=2)
                                          public 'parent' => string '1' (length=1)
                                          public 'name' => string 'Unsere Forderungen' (length=18)
                                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                                          public 'current' => boolean false
                                          public 'options' => string 'ausblenden' (length=10)
                                          public 'bild' => null
                                          public 'children' => 
                                            array
                                              empty
                                          public 'row_amount' => null
                                          public 'right_shift' => string '0' (length=1)
                                          public 'bild_path' => null
                                          public 'div_shift' => null
                                          public 'color' => string '0' (length=1)
                                          public 'accesskey' => null
                                          public 'fk_produkt' => null
                                          public 'flag_reiter' => boolean false
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
                          public 'path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/' (length=51)
                  public 'project' => string 'buerger-breisach-burkheim' (length=25)
                  public 'language' => string 'de' (length=2)
                  public 'settings' => 
                    object(stdClass)[3]
                      public 'project' => string 'buerger-breisach-burkheim' (length=25)
                      public 'site' => string 'buerger-breisach-burkheim' (length=25)
                      public 'db' => string 'mysql' (length=5)
                      public 'language' => string 'de' (length=2)
                      public 'modules' => string 'session,
                        seo_v2 as seo,
                        Translations,
                        contentmaker5 as contentmaker,
                        contentmaker_extended as contentmaker,
                        image
                        ' (length=258)
                      public 'mysql_db' => string 'buerger_breisach_burkheim' (length=25)
                      public 'mysql_user' => string 'buerger_bb' (length=10)
                      public 'mysql_pw' => string 'GwRTlzDcZWty' (length=12)
                      public 'mysql_host' => string 'db5' (length=3)
                      public 'nl_flag_adresslist' => boolean true
                      public 'right_original' => boolean false
                      public 'new_ti' => boolean false
                      public 'old_download' => boolean false
                      public 'image_full_width' => boolean true
                      public 'new_parser' => boolean true
                      public 'parseEmail' => boolean false
                      public 'marmorit_search' => boolean false
                      public 'marmorit_sitemap' => boolean false
                      public 'page_headline' => boolean false
                      public 'adb_header' => boolean false
                      public 'adb_style' => boolean false
                      public 'adb_title' => boolean false
                      public 'adb_faq_page' => boolean false
                      public 'adb_sitemap' => boolean false
                      public 'adb_noedit' => boolean false
                      public 'comfort_upload' => string 'alt' (length=3)
                      public 'adb_create_no_files' => boolean true
                      public 'adb_project_manager' => boolean false
                      public 'content_path' => string '/home/lutz/www/content5_0/' (length=26)
                      public 'content_lib' => string '/home/lutz/www/content5_0/global_libs/' (length=38)
                      public 'content_http' => string 'http://content5.werbeagentur-aufwind.com/' (length=41)
                  public 'level' => int 2
                  public 'site' => string 'buerger-breisach-burkheim' (length=25)
                  public 'e_project' => &null
              public 'db' => &
                object(MySQL)[4]
                  public 'mysql' => resource(3, mysql link)
                  public 'queries' => 
                    array
                      'oncequerytmp' => boolean false
                      'translations' => boolean false
                      'default' => boolean false
                      'config' => boolean false
                      'meta' => boolean false
                      'left_content' => boolean false
                      'kopfbilder' => 
                        array
                          0 => resource(113, mysql result)
                          1 => int 0
                          2 => int 0
                      'assets' => 
                        array
                          0 => resource(117, mysql result)
                          1 => int 0
                          2 => int 0
                      'Elemente' => boolean false
                  public 'debug' => boolean false
                  public 'errorMessages' => boolean true
                  public 'dbname' => string 'buerger_breisach_burkheim' (length=25)
                  public 'existingTables' => 
                    array
                      'tr_sitemap_freigabe' => boolean true
                      't_zugang_intranet' => boolean false
                      't_seo_keywords' => boolean false
                  public 'existingFields' => 
                    array
                      't_sitemap' => 
                        array
                          'accesskey' => boolean true
                          'div_shift' => boolean false
                          'color' => boolean true
                          'fk_produkt' => boolean true
                          'right_shift' => boolean true
                      't_assets' => 
                        array
                          'headline_info' => boolean false
                          'text2' => boolean false
                          'fk_adb_asset3' => boolean true
                          'fk_info_type' => boolean false
                      't_objects' => 
                        array
                          'fk_asset_style' => boolean false
              public 'text_search_res_pre_h' => 
                array
                  'infopool' => string 'News: ' (length=6)
          public '_pool_type' => null
          public '_info_type' => string '' (length=0)
          public '_info_type_flag' => boolean false
          public '_status' => int 1
          public '_detail' => int 0
          public '_date' => string '' (length=0)
          public '_search' => int 0
          public '_highlight' => boolean false
          public '_startseite' => boolean false
          public '_info_types' => 
            array
              empty
      'type' => string '->' (length=2)
      'args' => 
        array
          empty
  3 => 
    array
      'file' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/html/templates/tpl.php' (length=73)
      'line' => int 167
      'function' => string 'content_block' (length=13)
      'args' => 
        array
          0 => &boolean false
  4 => 
    array
      'file' => string '/home/lutz/www/content5_0/global_libs/project.php' (length=49)
      'line' => int 120
      'function' => string 'output_template' (length=15)
      'args' => 
        array
          0 => &string 'Startseite' (length=10)
          1 => &
            array
              0 => 
                object(NavElement)[56]
                  public 'id' => string '2' (length=1)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Über Uns' (length=9)
                  public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                  public 'current' => boolean false
                  public 'options' => string 'jump=7' (length=6)
                  public 'bild' => null
                  public 'children' => 
                    array
                      0 => 
                        object(NavElement)[52]
                          public 'id' => string '7' (length=1)
                          public 'parent' => string '2' (length=1)
                          public 'name' => string 'Ziele' (length=5)
                          public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      1 => 
                        object(NavElement)[60]
                          public 'id' => string '8' (length=1)
                          public 'parent' => string '2' (length=1)
                          public 'name' => string 'Ansprechpartner' (length=15)
                          public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      2 => 
                        object(NavElement)[63]
                          public 'id' => string '36' (length=2)
                          public 'parent' => string '2' (length=1)
                          public 'name' => string 'Vorstand' (length=8)
                          public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      3 => 
                        object(NavElement)[68]
                          public 'id' => string '17' (length=2)
                          public 'parent' => string '2' (length=1)
                          public 'name' => string 'Beitrittsformular per eMail' (length=27)
                          public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
                  public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
              1 => 
                object(NavElement)[62]
                  public 'id' => string '5' (length=1)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Downloads' (length=9)
                  public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                  public 'current' => boolean false
                  public 'options' => string 'jump=15' (length=7)
                  public 'bild' => null
                  public 'children' => 
                    array
                      0 => 
                        object(NavElement)[54]
                          public 'id' => string '15' (length=2)
                          public 'parent' => string '5' (length=1)
                          public 'name' => string 'Allgemeine Informationen' (length=24)
                          public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
                  public 'name_cleared' => string 'Downloads' (length=9)
              2 => 
                object(NavElement)[71]
                  public 'id' => string '3' (length=1)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Rückhalteräume' (length=16)
                  public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                  public 'current' => boolean false
                  public 'options' => string 'jump=10' (length=7)
                  public 'bild' => null
                  public 'children' => 
                    array
                      0 => 
                        object(NavElement)[55]
                          public 'id' => string '10' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                          public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      1 => 
                        object(NavElement)[61]
                          public 'id' => string '11' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Weil-Breisach' (length=13)
                          public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      2 => 
                        object(NavElement)[65]
                          public 'id' => string '12' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Kulturwehr-Breisach' (length=19)
                          public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      3 => 
                        object(NavElement)[67]
                          public 'id' => string '13' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Breisach-Burkheim' (length=17)
                          public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      4 => 
                        object(NavElement)[70]
                          public 'id' => string '26' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Wyhl-Weisweil' (length=13)
                          public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      5 => 
                        object(NavElement)[72]
                          public 'id' => string '27' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Elzmündung' (length=11)
                          public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      6 => 
                        object(NavElement)[73]
                          public 'id' => string '28' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                          public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      7 => 
                        object(NavElement)[75]
                          public 'id' => string '29' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Altenheim' (length=9)
                          public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      8 => 
                        object(NavElement)[77]
                          public 'id' => string '30' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                          public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      9 => 
                        object(NavElement)[78]
                          public 'id' => string '31' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Freistett' (length=9)
                          public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      10 => 
                        object(NavElement)[80]
                          public 'id' => string '32' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                          public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      11 => 
                        object(NavElement)[81]
                          public 'id' => string '33' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                          public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      12 => 
                        object(NavElement)[83]
                          public 'id' => string '34' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Elisabethenwört' (length=16)
                          public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      13 => 
                        object(NavElement)[86]
                          public 'id' => string '35' (length=2)
                          public 'parent' => string '3' (length=1)
                          public 'name' => string 'Rheinschanzinsel' (length=16)
                          public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
                  public 'name_cleared' => string 'Rückhalteräume' (length=16)
              3 => 
                object(NavElement)[74]
                  public 'id' => string '6' (length=1)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Kontakt' (length=7)
                  public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                  public 'current' => boolean false
                  public 'options' => string 'jump=21

content=21' (length=19)
                  public 'bild' => null
                  public 'children' => 
                    array
                      0 => 
                        object(NavElement)[53]
                          public 'id' => string '21' (length=2)
                          public 'parent' => string '6' (length=1)
                          public 'name' => string 'Kontaktformular' (length=15)
                          public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      1 => 
                        object(NavElement)[58]
                          public 'id' => string '18' (length=2)
                          public 'parent' => string '6' (length=1)
                          public 'name' => string 'Ansprechpartner' (length=15)
                          public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      2 => 
                        object(NavElement)[64]
                          public 'id' => string '25' (length=2)
                          public 'parent' => string '6' (length=1)
                          public 'name' => string 'Impressum' (length=9)
                          public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
                  public 'name_cleared' => string 'Kontakt' (length=7)
              4 => 
                object(NavElement)[76]
                  public 'id' => string '14' (length=2)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Aktuelles' (length=9)
                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                  public 'current' => boolean true
                  public 'options' => string 'info_type=1,2,3' (length=15)
                  public 'bild' => null
                  public 'children' => 
                    array
                      0 => 
                        object(NavElement)[57]
                          public 'id' => string '16' (length=2)
                          public 'parent' => string '14' (length=2)
                          public 'name' => string 'Bilder' (length=6)
                          public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                          public 'current' => boolean false
                          public 'options' => string '' (length=0)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      1 => 
                        object(NavElement)[59]
                          public 'id' => string '20' (length=2)
                          public 'parent' => string '14' (length=2)
                          public 'name' => string 'Pressemitteilungen' (length=18)
                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                          public 'current' => boolean false
                          public 'options' => string 'info_type=1,2' (length=13)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      2 => 
                        object(NavElement)[66]
                          public 'id' => string '51' (length=2)
                          public 'parent' => string '14' (length=2)
                          public 'name' => string 'Neuigkeiten' (length=11)
                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                          public 'current' => boolean false
                          public 'options' => string 'info_type=1' (length=11)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      3 => 
                        object(NavElement)[69]
                          public 'id' => string '52' (length=2)
                          public 'parent' => string '14' (length=2)
                          public 'name' => string 'Veranstaltungen' (length=15)
                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                          public 'current' => boolean false
                          public 'options' => string 'info_type=3' (length=11)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
                  public 'name_cleared' => string 'Aktuelles' (length=9)
              5 => 
                object(NavElement)[79]
                  public 'id' => string '43' (length=2)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Archiv' (length=6)
                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                  public 'current' => boolean false
                  public 'options' => string 'info_type=1,2

status=3' (length=23)
                  public 'bild' => null
                  public 'children' => 
                    array
                      empty
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
                  public 'name_cleared' => string 'Archiv' (length=6)
              6 => 
                object(NavElement)[82]
                  public 'id' => string '23' (length=2)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Suche' (length=5)
                  public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                  public 'current' => boolean false
                  public 'options' => string 'ausblenden' (length=10)
                  public 'bild' => null
                  public 'children' => 
                    array
                      empty
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
              7 => 
                object(NavElement)[84]
                  public 'id' => string '40' (length=2)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                  public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                  public 'current' => boolean false
                  public 'options' => string 'ausblenden' (length=10)
                  public 'bild' => null
                  public 'children' => 
                    array
                      empty
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
              8 => 
                object(NavElement)[85]
                  public 'id' => string '41' (length=2)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                  public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                  public 'current' => boolean false
                  public 'options' => string 'ausblenden' (length=10)
                  public 'bild' => null
                  public 'children' => 
                    array
                      empty
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
              9 => 
                object(NavElement)[87]
                  public 'id' => string '42' (length=2)
                  public 'parent' => string '1' (length=1)
                  public 'name' => string 'Unsere Forderungen' (length=18)
                  public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                  public 'current' => boolean false
                  public 'options' => string 'ausblenden' (length=10)
                  public 'bild' => null
                  public 'children' => 
                    array
                      empty
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
  5 => 
    array
      'file' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/html/seiten/infopool.phtml' (length=77)
      'line' => int 76
      'function' => string 'output_go' (length=9)
      'class' => string 'Project' (length=7)
      'object' => 
        object(Project_Extended)[50]
          public 'topnav_current' => &
            object(NavElement)[51]
              public 'id' => string '1' (length=1)
              public 'parent' => int 0
              public 'name' => string 'Startseite' (length=10)
              public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
              public 'current' => boolean true
              public 'options' => string '' (length=0)
              public 'bild' => null
              public 'children' => 
                array
                  0 => 
                    object(NavElement)[56]
                      public 'id' => string '2' (length=1)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Über Uns' (length=9)
                      public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                      public 'current' => boolean false
                      public 'options' => string 'jump=7' (length=6)
                      public 'bild' => null
                      public 'children' => 
                        array
                          0 => 
                            object(NavElement)[52]
                              public 'id' => string '7' (length=1)
                              public 'parent' => string '2' (length=1)
                              public 'name' => string 'Ziele' (length=5)
                              public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          1 => 
                            object(NavElement)[60]
                              public 'id' => string '8' (length=1)
                              public 'parent' => string '2' (length=1)
                              public 'name' => string 'Ansprechpartner' (length=15)
                              public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          2 => 
                            object(NavElement)[63]
                              public 'id' => string '36' (length=2)
                              public 'parent' => string '2' (length=1)
                              public 'name' => string 'Vorstand' (length=8)
                              public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          3 => 
                            object(NavElement)[68]
                              public 'id' => string '17' (length=2)
                              public 'parent' => string '2' (length=1)
                              public 'name' => string 'Beitrittsformular per eMail' (length=27)
                              public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
                      public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                  1 => 
                    object(NavElement)[62]
                      public 'id' => string '5' (length=1)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Downloads' (length=9)
                      public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                      public 'current' => boolean false
                      public 'options' => string 'jump=15' (length=7)
                      public 'bild' => null
                      public 'children' => 
                        array
                          0 => 
                            object(NavElement)[54]
                              public 'id' => string '15' (length=2)
                              public 'parent' => string '5' (length=1)
                              public 'name' => string 'Allgemeine Informationen' (length=24)
                              public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
                      public 'name_cleared' => string 'Downloads' (length=9)
                  2 => 
                    object(NavElement)[71]
                      public 'id' => string '3' (length=1)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Rückhalteräume' (length=16)
                      public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                      public 'current' => boolean false
                      public 'options' => string 'jump=10' (length=7)
                      public 'bild' => null
                      public 'children' => 
                        array
                          0 => 
                            object(NavElement)[55]
                              public 'id' => string '10' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                              public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          1 => 
                            object(NavElement)[61]
                              public 'id' => string '11' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Weil-Breisach' (length=13)
                              public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          2 => 
                            object(NavElement)[65]
                              public 'id' => string '12' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Kulturwehr-Breisach' (length=19)
                              public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          3 => 
                            object(NavElement)[67]
                              public 'id' => string '13' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Breisach-Burkheim' (length=17)
                              public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          4 => 
                            object(NavElement)[70]
                              public 'id' => string '26' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Wyhl-Weisweil' (length=13)
                              public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          5 => 
                            object(NavElement)[72]
                              public 'id' => string '27' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Elzmündung' (length=11)
                              public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          6 => 
                            object(NavElement)[73]
                              public 'id' => string '28' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                              public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          7 => 
                            object(NavElement)[75]
                              public 'id' => string '29' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Altenheim' (length=9)
                              public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          8 => 
                            object(NavElement)[77]
                              public 'id' => string '30' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                              public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          9 => 
                            object(NavElement)[78]
                              public 'id' => string '31' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Freistett' (length=9)
                              public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          10 => 
                            object(NavElement)[80]
                              public 'id' => string '32' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                              public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          11 => 
                            object(NavElement)[81]
                              public 'id' => string '33' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                              public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          12 => 
                            object(NavElement)[83]
                              public 'id' => string '34' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Elisabethenwört' (length=16)
                              public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          13 => 
                            object(NavElement)[86]
                              public 'id' => string '35' (length=2)
                              public 'parent' => string '3' (length=1)
                              public 'name' => string 'Rheinschanzinsel' (length=16)
                              public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
                      public 'name_cleared' => string 'Rückhalteräume' (length=16)
                  3 => 
                    object(NavElement)[74]
                      public 'id' => string '6' (length=1)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Kontakt' (length=7)
                      public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                      public 'current' => boolean false
                      public 'options' => string 'jump=21

content=21' (length=19)
                      public 'bild' => null
                      public 'children' => 
                        array
                          0 => 
                            object(NavElement)[53]
                              public 'id' => string '21' (length=2)
                              public 'parent' => string '6' (length=1)
                              public 'name' => string 'Kontaktformular' (length=15)
                              public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          1 => 
                            object(NavElement)[58]
                              public 'id' => string '18' (length=2)
                              public 'parent' => string '6' (length=1)
                              public 'name' => string 'Ansprechpartner' (length=15)
                              public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          2 => 
                            object(NavElement)[64]
                              public 'id' => string '25' (length=2)
                              public 'parent' => string '6' (length=1)
                              public 'name' => string 'Impressum' (length=9)
                              public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
                      public 'name_cleared' => string 'Kontakt' (length=7)
                  4 => 
                    object(NavElement)[76]
                      public 'id' => string '14' (length=2)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Aktuelles' (length=9)
                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                      public 'current' => boolean true
                      public 'options' => string 'info_type=1,2,3' (length=15)
                      public 'bild' => null
                      public 'children' => 
                        array
                          0 => 
                            object(NavElement)[57]
                              public 'id' => string '16' (length=2)
                              public 'parent' => string '14' (length=2)
                              public 'name' => string 'Bilder' (length=6)
                              public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                              public 'current' => boolean false
                              public 'options' => string '' (length=0)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          1 => 
                            object(NavElement)[59]
                              public 'id' => string '20' (length=2)
                              public 'parent' => string '14' (length=2)
                              public 'name' => string 'Pressemitteilungen' (length=18)
                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                              public 'current' => boolean false
                              public 'options' => string 'info_type=1,2' (length=13)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          2 => 
                            object(NavElement)[66]
                              public 'id' => string '51' (length=2)
                              public 'parent' => string '14' (length=2)
                              public 'name' => string 'Neuigkeiten' (length=11)
                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                              public 'current' => boolean false
                              public 'options' => string 'info_type=1' (length=11)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                          3 => 
                            object(NavElement)[69]
                              public 'id' => string '52' (length=2)
                              public 'parent' => string '14' (length=2)
                              public 'name' => string 'Veranstaltungen' (length=15)
                              public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                              public 'current' => boolean false
                              public 'options' => string 'info_type=3' (length=11)
                              public 'bild' => null
                              public 'children' => 
                                array
                                  empty
                              public 'row_amount' => null
                              public 'right_shift' => string '0' (length=1)
                              public 'bild_path' => null
                              public 'div_shift' => null
                              public 'color' => string '0' (length=1)
                              public 'accesskey' => null
                              public 'fk_produkt' => null
                              public 'flag_reiter' => boolean false
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
                      public 'name_cleared' => string 'Aktuelles' (length=9)
                  5 => 
                    object(NavElement)[79]
                      public 'id' => string '43' (length=2)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Archiv' (length=6)
                      public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                      public 'current' => boolean false
                      public 'options' => string 'info_type=1,2

status=3' (length=23)
                      public 'bild' => null
                      public 'children' => 
                        array
                          empty
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
                      public 'name_cleared' => string 'Archiv' (length=6)
                  6 => 
                    object(NavElement)[82]
                      public 'id' => string '23' (length=2)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Suche' (length=5)
                      public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                      public 'current' => boolean false
                      public 'options' => string 'ausblenden' (length=10)
                      public 'bild' => null
                      public 'children' => 
                        array
                          empty
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
                  7 => 
                    object(NavElement)[84]
                      public 'id' => string '40' (length=2)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                      public 'current' => boolean false
                      public 'options' => string 'ausblenden' (length=10)
                      public 'bild' => null
                      public 'children' => 
                        array
                          empty
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
                  8 => 
                    object(NavElement)[85]
                      public 'id' => string '41' (length=2)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                      public 'current' => boolean false
                      public 'options' => string 'ausblenden' (length=10)
                      public 'bild' => null
                      public 'children' => 
                        array
                          empty
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
                  9 => 
                    object(NavElement)[87]
                      public 'id' => string '42' (length=2)
                      public 'parent' => string '1' (length=1)
                      public 'name' => string 'Unsere Forderungen' (length=18)
                      public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                      public 'current' => boolean false
                      public 'options' => string 'ausblenden' (length=10)
                      public 'bild' => null
                      public 'children' => 
                        array
                          empty
                      public 'row_amount' => null
                      public 'right_shift' => string '0' (length=1)
                      public 'bild_path' => null
                      public 'div_shift' => null
                      public 'color' => string '0' (length=1)
                      public 'accesskey' => null
                      public 'fk_produkt' => null
                      public 'flag_reiter' => boolean false
              public 'row_amount' => null
              public 'right_shift' => string '0' (length=1)
              public 'bild_path' => null
              public 'div_shift' => null
              public 'color' => string '0' (length=1)
              public 'accesskey' => null
              public 'fk_produkt' => null
              public 'flag_reiter' => boolean false
          public 'topnav' => &
            array
              1 => &
                object(NavElement)[51]
                  public 'id' => string '1' (length=1)
                  public 'parent' => int 0
                  public 'name' => string 'Startseite' (length=10)
                  public 'url' => string '../../html/seiten/startseite.phtml?nav=1&lang=de' (length=48)
                  public 'current' => boolean true
                  public 'options' => string '' (length=0)
                  public 'bild' => null
                  public 'children' => 
                    array
                      0 => 
                        object(NavElement)[56]
                          public 'id' => string '2' (length=1)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Über Uns' (length=9)
                          public 'url' => string '../../html/seiten/text.phtml?jump=7&nav=7&lang=de' (length=49)
                          public 'current' => boolean false
                          public 'options' => string 'jump=7' (length=6)
                          public 'bild' => null
                          public 'children' => 
                            array
                              0 => 
                                object(NavElement)[52]
                                  public 'id' => string '7' (length=1)
                                  public 'parent' => string '2' (length=1)
                                  public 'name' => string 'Ziele' (length=5)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=7&lang=de' (length=42)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              1 => 
                                object(NavElement)[60]
                                  public 'id' => string '8' (length=1)
                                  public 'parent' => string '2' (length=1)
                                  public 'name' => string 'Ansprechpartner' (length=15)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=8&lang=de' (length=42)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              2 => 
                                object(NavElement)[63]
                                  public 'id' => string '36' (length=2)
                                  public 'parent' => string '2' (length=1)
                                  public 'name' => string 'Vorstand' (length=8)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=36&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              3 => 
                                object(NavElement)[68]
                                  public 'id' => string '17' (length=2)
                                  public 'parent' => string '2' (length=1)
                                  public 'name' => string 'Beitrittsformular per eMail' (length=27)
                                  public 'url' => string '../../html/seiten/beitrittserklaerung.phtml?nav=17&lang=de' (length=58)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                          public 'name_cleared' => string 'Über&nbsp;Uns' (length=14)
                      1 => 
                        object(NavElement)[62]
                          public 'id' => string '5' (length=1)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Downloads' (length=9)
                          public 'url' => string '../../html/seiten/text.phtml?jump=15&nav=15&lang=de' (length=51)
                          public 'current' => boolean false
                          public 'options' => string 'jump=15' (length=7)
                          public 'bild' => null
                          public 'children' => 
                            array
                              0 => 
                                object(NavElement)[54]
                                  public 'id' => string '15' (length=2)
                                  public 'parent' => string '5' (length=1)
                                  public 'name' => string 'Allgemeine Informationen' (length=24)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=15&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                          public 'name_cleared' => string 'Downloads' (length=9)
                      2 => 
                        object(NavElement)[71]
                          public 'id' => string '3' (length=1)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Rückhalteräume' (length=16)
                          public 'url' => string '../../html/seiten/text.phtml?jump=10&nav=10&lang=de' (length=51)
                          public 'current' => boolean false
                          public 'options' => string 'jump=10' (length=7)
                          public 'bild' => null
                          public 'children' => 
                            array
                              0 => 
                                object(NavElement)[55]
                                  public 'id' => string '10' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Rückhalteräume am Oberrhein' (length=29)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=10&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              1 => 
                                object(NavElement)[61]
                                  public 'id' => string '11' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Weil-Breisach' (length=13)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=11&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              2 => 
                                object(NavElement)[65]
                                  public 'id' => string '12' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Kulturwehr-Breisach' (length=19)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=12&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              3 => 
                                object(NavElement)[67]
                                  public 'id' => string '13' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Breisach-Burkheim' (length=17)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=13&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              4 => 
                                object(NavElement)[70]
                                  public 'id' => string '26' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Wyhl-Weisweil' (length=13)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=26&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              5 => 
                                object(NavElement)[72]
                                  public 'id' => string '27' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Elzmündung' (length=11)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=27&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              6 => 
                                object(NavElement)[73]
                                  public 'id' => string '28' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Ichenheim-Weißenheim' (length=21)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=28&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              7 => 
                                object(NavElement)[75]
                                  public 'id' => string '29' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Altenheim' (length=9)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=29&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              8 => 
                                object(NavElement)[77]
                                  public 'id' => string '30' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Kulturwehr Kehl-Straßburg' (length=26)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=30&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              9 => 
                                object(NavElement)[78]
                                  public 'id' => string '31' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Freistett' (length=9)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=31&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              10 => 
                                object(NavElement)[80]
                                  public 'id' => string '32' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Polder Söllingen-Greffern' (length=26)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=32&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              11 => 
                                object(NavElement)[81]
                                  public 'id' => string '33' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Bellenkopf-Rappenwört' (length=22)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=33&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              12 => 
                                object(NavElement)[83]
                                  public 'id' => string '34' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Elisabethenwört' (length=16)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=34&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              13 => 
                                object(NavElement)[86]
                                  public 'id' => string '35' (length=2)
                                  public 'parent' => string '3' (length=1)
                                  public 'name' => string 'Rheinschanzinsel' (length=16)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=35&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                          public 'name_cleared' => string 'Rückhalteräume' (length=16)
                      3 => 
                        object(NavElement)[74]
                          public 'id' => string '6' (length=1)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Kontakt' (length=7)
                          public 'url' => string '../../html/seiten/kontakt.phtml?jump=21
&content=21&nav=21
&lang=de' (length=67)
                          public 'current' => boolean false
                          public 'options' => string 'jump=21

content=21' (length=19)
                          public 'bild' => null
                          public 'children' => 
                            array
                              0 => 
                                object(NavElement)[53]
                                  public 'id' => string '21' (length=2)
                                  public 'parent' => string '6' (length=1)
                                  public 'name' => string 'Kontaktformular' (length=15)
                                  public 'url' => string '../../html/seiten/kontakt.phtml?nav=21&lang=de' (length=46)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              1 => 
                                object(NavElement)[58]
                                  public 'id' => string '18' (length=2)
                                  public 'parent' => string '6' (length=1)
                                  public 'name' => string 'Ansprechpartner' (length=15)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=18&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              2 => 
                                object(NavElement)[64]
                                  public 'id' => string '25' (length=2)
                                  public 'parent' => string '6' (length=1)
                                  public 'name' => string 'Impressum' (length=9)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=25&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                          public 'name_cleared' => string 'Kontakt' (length=7)
                      4 => 
                        object(NavElement)[76]
                          public 'id' => string '14' (length=2)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Aktuelles' (length=9)
                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2,3&nav=14&lang=de' (length=63)
                          public 'current' => boolean true
                          public 'options' => string 'info_type=1,2,3' (length=15)
                          public 'bild' => null
                          public 'children' => 
                            array
                              0 => 
                                object(NavElement)[57]
                                  public 'id' => string '16' (length=2)
                                  public 'parent' => string '14' (length=2)
                                  public 'name' => string 'Bilder' (length=6)
                                  public 'url' => string '../../html/seiten/text.phtml?nav=16&lang=de' (length=43)
                                  public 'current' => boolean false
                                  public 'options' => string '' (length=0)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              1 => 
                                object(NavElement)[59]
                                  public 'id' => string '20' (length=2)
                                  public 'parent' => string '14' (length=2)
                                  public 'name' => string 'Pressemitteilungen' (length=18)
                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2&nav=20&lang=de' (length=61)
                                  public 'current' => boolean false
                                  public 'options' => string 'info_type=1,2' (length=13)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              2 => 
                                object(NavElement)[66]
                                  public 'id' => string '51' (length=2)
                                  public 'parent' => string '14' (length=2)
                                  public 'name' => string 'Neuigkeiten' (length=11)
                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=1&nav=51&lang=de' (length=59)
                                  public 'current' => boolean false
                                  public 'options' => string 'info_type=1' (length=11)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                              3 => 
                                object(NavElement)[69]
                                  public 'id' => string '52' (length=2)
                                  public 'parent' => string '14' (length=2)
                                  public 'name' => string 'Veranstaltungen' (length=15)
                                  public 'url' => string '../../html/seiten/infopool.phtml?info_type=3&nav=52&lang=de' (length=59)
                                  public 'current' => boolean false
                                  public 'options' => string 'info_type=3' (length=11)
                                  public 'bild' => null
                                  public 'children' => 
                                    array
                                      empty
                                  public 'row_amount' => null
                                  public 'right_shift' => string '0' (length=1)
                                  public 'bild_path' => null
                                  public 'div_shift' => null
                                  public 'color' => string '0' (length=1)
                                  public 'accesskey' => null
                                  public 'fk_produkt' => null
                                  public 'flag_reiter' => boolean false
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                          public 'name_cleared' => string 'Aktuelles' (length=9)
                      5 => 
                        object(NavElement)[79]
                          public 'id' => string '43' (length=2)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Archiv' (length=6)
                          public 'url' => string '../../html/seiten/infopool.phtml?info_type=1,2
&status=3&nav=43&lang=de' (length=71)
                          public 'current' => boolean false
                          public 'options' => string 'info_type=1,2

status=3' (length=23)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                          public 'name_cleared' => string 'Archiv' (length=6)
                      6 => 
                        object(NavElement)[82]
                          public 'id' => string '23' (length=2)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Suche' (length=5)
                          public 'url' => string '../../html/seiten/suchergebnisse.phtml?ausblenden&nav=23&lang=de' (length=64)
                          public 'current' => boolean false
                          public 'options' => string 'ausblenden' (length=10)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      7 => 
                        object(NavElement)[84]
                          public 'id' => string '40' (length=2)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Definition der sogenannten ökologischen Flutungen' (length=50)
                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=40&lang=de' (length=54)
                          public 'current' => boolean false
                          public 'options' => string 'ausblenden' (length=10)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      8 => 
                        object(NavElement)[85]
                          public 'id' => string '41' (length=2)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Definition ökologische Schlutenlösung' (length=39)
                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=41&lang=de' (length=54)
                          public 'current' => boolean false
                          public 'options' => string 'ausblenden' (length=10)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                      9 => 
                        object(NavElement)[87]
                          public 'id' => string '42' (length=2)
                          public 'parent' => string '1' (length=1)
                          public 'name' => string 'Unsere Forderungen' (length=18)
                          public 'url' => string '../../html/seiten/text.phtml?ausblenden&nav=42&lang=de' (length=54)
                          public 'current' => boolean false
                          public 'options' => string 'ausblenden' (length=10)
                          public 'bild' => null
                          public 'children' => 
                            array
                              empty
                          public 'row_amount' => null
                          public 'right_shift' => string '0' (length=1)
                          public 'bild_path' => null
                          public 'div_shift' => null
                          public 'color' => string '0' (length=1)
                          public 'accesskey' => null
                          public 'fk_produkt' => null
                          public 'flag_reiter' => boolean false
                  public 'row_amount' => null
                  public 'right_shift' => string '0' (length=1)
                  public 'bild_path' => null
                  public 'div_shift' => null
                  public 'color' => string '0' (length=1)
                  public 'accesskey' => null
                  public 'fk_produkt' => null
                  public 'flag_reiter' => boolean false
          public 'http' => string 'http://www.buergerinitiative-breisach-burkheim.de/' (length=50)
          public 'path' => string '/home/lutz/www/buergerinitiative-breisach-burkheim/' (length=51)
      'type' => string '->' (length=2)
      'args' => 
        array
          empty