Finally I found a soulution.
By adding this code to you themplate CSS, the problem should disapear:
(Best position is above ".msgsignature"
[code:1]
td.fb-msgview-left-c{background:#EFF0F4;vertical-align: top;border-left:1px solid #D4C9AD;}
td.fb-msgview-right-c{border-right: 1px solid #CCCCCC;padding:1px 5px 1px 5px;vertical-align: top;}
div.fb_smalltext{}
td.fb-msgview-right-c div.fb_smalltext {padding:5px;text-align:right;}
div.fb_message_editMarkUp_cover {padding-top:5px;text-align:right;}
span.fb_message_editMarkUp {background:#f7f7f7 url(images/edit.gif) no-repeat left center;border-left:1px dotted #999;border-right:1px dotted #999;border-top:1px dotted #999;padding:2px 5px 2px 20px;font-size:9px;color:#666666;}
[/code:1]