It is on
http://surya-diy.tiddlyspot.com/. There I have all stylesheets shown in Tiddlywiki-Anleitung >TW-Style.
But: If I only build one tiddler with only div.tc-tagged-RezeptGetestet .tc-tiddler-title { background-color: lightgreen; }, then everything works fine.
At the moment I have
div.tc-tagged-RezeptGetestet .tc-tiddler-title { background-color: lightgreen; } in one tiddler
and div.tc-tagged-RezeptNICHTgetestet .tc-tiddler-title { background-color: orange; } in another tiddler.
The tiddler with div.tc-tagged-RezeptNICHTgetestet .tc-tiddler-title { background-color: orange; } I build at last and that works.
If I build the RezeptNICHTgetestet-one at first and the RezeptGetestet-one at last, then the RezeptGetestet-one works.
So, always only the last build of both works, the first one doesn't work anymore.
So, I think, they disturb each other.