/* Layout für E-Mail-Newsletter */

body {
    margin: 20px;
    padding: 0px;
    background: white;
    color: black;
    font-family: Calibri, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.3;
    }

p {
    margin: 0px;
    }

p.c5, p.c6 {
    display: none;
    }
    
