query = """
<h3>Ihre Anfrage!</h3>
<table style="width: 600px">
    <tr>
        <td style="width: 600px">
            <h3>Ihre Daten:</h3>
        </td>
    </tr>
    <tr>
        <td>
            <address>
                <strong>
                    <!--Company--> %s
                </strong><br>
                <!--Name--> %s<br>
                <!--Street--> %s<br>
                <!--Postalcode--> %s <!--City--> %s<br>
                <abbr>
                    <!--Land--> %s
                </abbr><br>
                <!--Telefon--> %s<br>
                <!--Email-->   %s<br>
                <!--Text-->    %s<br>
            </address>
        </td>
    </tr>
</table>
"""