Many thanks Stephen,
I misread "Von den Standardthemes unterstützen Zenpage default und effervescence+ Zenpage." and thought, using "default" theme I'm on the right way.
Please allow me another remark, maybe it is of interest:
I just edited and saved a page and left the field "Titellink" blank by mistake. Zenpage gave an error, but after that I had a "page without title" which was undeletable. Any attempt to delete was answered with following error:
`
Zenphoto encountered an error
MySQL-Abfrage ( DELETE FROM
[code]zp_obj_to_tag[/code]
WHERE [code]type[/code]='zenpage_pages'
AND [code]objectid[/code]= ) fehlgeschlagen.
MySQL gab den Fehler 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 '' at line 1 zurück
`
That missing titlelink also prevented any other pages to be displayed, when watching from the gallery.
Finally I went to phpmyadmin and did a
`DELETE FROM 'usr_X'.'zp_zenpage_pages'WHERE'zp_zenpage_pages'.'id'= 1`
Now everything works flawless.