[CSS] CSS -> Text Positionieren auf Bild im Stylesheet

.smartness
Huhu,
so ihr seid würde ich sagen nun meine letzte Hoffnung da ich schon bei Google überall gesucht habe und Leute befragt habe, und nur etwas finde wie man Hintergrundbilder positioniert aber keinen Text..

Und zwar möchte ich das der Text erst 22px weiter rechts anfängt und nicht ganz links!

code:
1:
2:
.chap     {font-family: Tahoma; font-size: 10pt; color: #598059; text-align: left;
          background-image:url(Grafiken/Ueberschrifthg.jpg); margin: 0px; margin-bottom: 10px; padding-top: 2px}


Hoffe auf eine Antwort!
Pawie
Ist eigentlich nicht schwer ;D

code:
1:
2:
.chap     {font-family: Tahoma; font-size: 10pt; color: #598059; text-align: left;
          background-image:url(Grafiken/Ueberschrifthg.jpg); margin: 0px; margin-bottom: 10px; padding-top: 2px; position: relative; left: 22px;}



Liebe Grüße
Pawie.
.smartness
Jetzt ist zwar der Background 22 pixel rechts aber nicht der Text Augenzwinkern
Pawie
Wo hast du .chap eingebunden?
Also gib mir mal den Code von der Seite. ^^


Liebe Grüße
Pawie.