<html lang="de"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Email Kampagne</title>
    <style>
        body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; }
        .container { max-width: 600px; margin: 0 auto; background-color: #ffffff; }
        .header { background-color: #003366; color: #ffffff; padding: 20px; text-align: center; }
        .content { padding: 30px; line-height: 1.6; color: #333333; }
        .content p { margin: 15px 0; }
        .cta-button { display: block; width: 220px; margin: 30px auto; padding: 15px; background-color: #0066cc; color: #ffffff; text-align: center; text-decoration: none; font-weight: bold; border-radius: 5px; }
        .footer { background-color: #f4f4f4; padding: 20px; text-align: center; font-size: 12px; color: #666666; }
    </style>
</head>
<body>
    <table width="100%" style="background-color: rgb(244, 244, 244);" cellspacing="0" cellpadding="0">
        <tbody><tr>
            <td align="center">
                <table class="container" cellspacing="0" cellpadding="0">
                    <tbody><tr>
                        <td class="header">
                            <h1>Zu weich für den Spaß?
        </h1>
        <p style="margin: 0px; font-size: 20px; font-weight: bold;">
            Wieder der Alte
        </p>
                        </td>
                    </tr>

                    <tr>
                        <td class="content">
                            <p>Hallo csspc,</p>

                            <p>Tausende Männer ab einem gewissen Alter stehen vor diesem Problem.</p>

                            <p>Die Leistung im Bett sinkt,<br>
                            die Liebesstunden fallen schwer,<br>
                            das ist wirklich frustrierend.</p>

                            <p><strong>Die Lösung ist da.</strong></p>

                            <p>Die zuverlässigen Potenzpräparate sorgen für harte Erektionen.</p>

                            <p>Über 10.000 Herren aus der gesamten Region erleben wieder starke Momente, mit mehr Freude im Bett.</p>

                            <p><strong>Entdecken Sie die Wirkung jetzt</strong> – europäische Pharma-Exzellenz, diskret in den Briefkasten.</p>

                            <a class="cta-button" href="https://www.apothekerscout.biz/t/5b3dd1ad541124c55ec335b2faa48a0f">Hier bestellen</a>
                        </td>
                    </tr>

                    <tr>
                        <td class="footer">
                            <p>Mit vitalen Grüßen<br>
                            Die VitalKraft Experten</p>
                        </td>
                    </tr>
                </tbody></table>
            </td>
        </tr>
    </tbody></table>

</body></html>