Today i had two new ideas.
<table1 width="100%">email regular text</table>
<table2 width="120%" style="margin-left: -30px;">footer signature</table>
Result: Works, reply text has normal paddings again, but on some email clients still tiny small white paddings. Because of the width 120% the email window gets scrollable horizontally:
<table1 width="100%">email regular text</table>
<table2 width="100%"style="outline: solid 25px #98DBCE;">footer signature</table>
Result: Works, but on some email clients still tiny small white paddings too.
I am searching for better Ideas :(