itsme wrote:
Default template does work fine! but the other one which i am trying to develop are not! isn't it enought to copy the rtl.css of the default one to the one i am trying to change a little bit? (limespired)
That definately won't work because the templates use different HTML structures. E.g. some might use tables for the general layout while others make use of DIV and CSS. That's why you can't copy the file.
You can either adapt the "default" template or create your own, new CSS file for RTL of a certain template.
About analysing HTML elements of a template: Have a look at the Firefox add-on "Firebug".