@sigon,
vielen herzlichen Dank für deine rasche Antwort. Deine Lösung war perfekt! Konnte aufs Erste entsprechend die CSS Datei in den entsprechenden Zeilen umschreiben
Code:
.moduletable h3 {
margin-bottom:10px;
padding:0 0 4px 20px;
color:#666;
border-bottom : 3px solid #ddd;
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out;
background: transparent url(../images/head.png) left no-repeat;
}
Hat super geklappt-
Hier das Ergebnis 
