Are these IDs being generated by some outside program?
It is typically better to create human-readable code... so this gibberish:
Code:
<h3 id="uwSzW8DWUPEK6RzzmX5nCi4"><a href="Inhalt.html#u2BtpeVxwIEyIFtCSZ7oQU6">Golkonda</a></h3>
might be fixed into this:
Code:
<h3 id="Golkonda"><a href="Inhalt.html#Section5">Golkonda</a></h3>
Making it that way will also make your life a lot easier when you are trying to debug problems (broken links, links that send you to the wrong locations, etc.).