I would like to thank you for your quick reply! And I would like to give you also a quick reply:
I finally found a solution without the Tree Module (whose layout does not fit my needs). I used the {listbox} with several template overrides to simulate a category navigation. In addition I developed overrides for using font icons - see attachment. The jdownloads code needs to be optimized for multilingual sites - I had to change jdownloadshelper.php for example:
$cat->title = str_repeat('- ', $repeat) . $cat->title;
->
$cat->title = str_repeat('» ', $repeat) . JText::_(''.$cat->title.'');
Also in the templates, of course, but this was manageable.
My customer is quite happy with the result and so am I.

Nevertheless an accordion option would be great in a future version of jDownloads. Thanks for the good work.
[gelöscht durch Administrator]