So... habe Problem gefunden.
In der style.css vom Theme "Green Portal" war folgender Eintrag ....
.boxtitle {
font-family: Arial, Helvetica, Sans Serif;
font-size: 14px;
font-weight: bold;
color:#E0E0E0;
height: 26px;
padding-left: 10px;
background-repeat: no-repeat;
padding-top: 4px
Sollte jemand auf dieses Posting stoßen (ich denke es gilt auch für die anderen Themes)
einfach ein klein wenig abändern...
.boxtitle {
font-family: Arial, Helvetica, Sans Serif;
font-size: 14px;
font-weight: bold;
color:#E0E0E0;
height: 26px;
// padding-left: 10px;
background-repeat: no-repeat;
padding-top: 4px
So ist dann alles linksbündig.
Einfach die Geschichte mit dem Padding ausklammern.