Hi sbillard,
thanks for your answer. I found the problem - it seems that the rewrite-rule like:
RewriteRule ^page/([A-Za-z0-9\-_]+)/?$
doesnt work - but it works when i write:
RewriteRule ^page/([A-Za-z0-9_\-]+)/?$
The only thing thats changed is the order of the rule. But hey - it works so why think about it

Maybe someone else has got the same problem - try this to solve it.
bye