<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- If you delete this tag, the sky will fall on your head -->
<meta name="viewport" content="width=device-width" />

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Kaffee im Büro</title>
        
<style>
/* ------------------------------------- 
                GLOBAL 
------------------------------------- */
* { 
        margin:0;
        padding:0;
}
* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

img { 
        max-width: 100%; 
}
.collapse {
        margin:0;
        padding:0;
}
body {
        -webkit-font-smoothing:antialiased; 
        -webkit-text-size-adjust:none; 
        width: 100%!important; 
        height: 100%;
}


/* ELEMENTS */
a { color: #2BA6CB;}

.btn {
        text-decoration:none;
        color: #FFF;
        background-color: #794230;
        padding:6px 16px;
        font-weight:bold;
        margin-right:10px;
        text-align:center;
        cursor:pointer;
        display: inline-block;
}

p.callout {
        padding:15px;
        background-color:#ECF8FF;
        margin-bottom: 15px;
}
.callout a {
        font-weight:bold;
        color: #2BA6CB;
}

table.social {
/*      padding:15px; */
        background-color: #ebebeb;
        
}
.social .soc-btn {
        padding: 3px 7px;
        font-size:12px;
        margin-bottom:10px;
        text-decoration:none;
        color: #FFF;font-weight:bold;
        display:block;
        text-align:center;
}
a.fb { background-color: #3B5998!important; }
a.tw { background-color: #1daced!important; }
a.gp { background-color: #DB4A39!important; }
a.ms { background-color: #000!important; }

.sidebar .soc-btn { 
        display:block;
        width:100%;
}

ul {
    list-style-image: url(img/haken.png);
}

/* HEADER  */
table.head-wrap { width: 100%;}

.header.container table td.logo { padding: 15px; }
.header.container table td.label { padding: 15px; padding-left:0px;}


/* BODY  */
table.body-wrap { width: 100%;}


/* FOOTER  */
table.footer-wrap { width: 100%; clear:both !important; }
.footer-wrap .container td.content  p { border-top: 1px solid rgb(215,215,215); padding-top:15px;}
.footer-wrap .container td.content p {
        font-size:10px;
        font-weight: bold;
        
}
.footer-wrap p { color: #2b2b2b; font-size: 10px;}
.footer-wrap a { color: #2b2b2b; }

/* ------------------------------------- 
                TYPOGRAPHY 
------------------------------------- */
h1,h2,h3,h4,h5,h6 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 1.1; margin-bottom:15px; color:#000;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; text-transform: none; }

h1 { font-family: serif; font-weight: bold; color: black; font-size: 50px; text-align: center; }
h2 { font-family: serif;  color: black;  font-weight: normal; font-size: 33px; text-align: center;  }
h3 { color: #794230; font-weight:500; font-size: 27px;}
h4 { color: #0e2937; font-weight:500; font-size: 23px;}
h5 { color: #0e2937; font-weight:900; font-size: 17px;}
h6 { color: #0e2937; font-weight:900; font-size: 14px; text-transform: uppercase; color:#444;}

.collapse { margin:0!important;}

p, ul { 
        margin-bottom: 20px; 
        font-weight: normal; 
        font-size:14px; 
        line-height:1.6;
}
p {     font-size: 18px;
    line-height: 170%; }
p.lead { font-size:17px; }
p.last { margin-bottom:0px;}

ul li {
        margin-left:5px;
        list-style-position: inside;
    padding-left: 10px;
    font-size: 17px;
    color: #0e2937;
    line-height: 165%;  
}

/* SIDEBAR */
ul.sidebar {
        background:#ebebeb;
        display:block;
        list-style-type: none;
}
ul.sidebar li { display: block; margin:0;}
ul.sidebar li a {
        text-decoration:none;
        color: #666;
        padding:10px 16px;
/*      font-weight:bold; */
        margin-right:10px;
/*      text-align:center; */
        cursor:pointer;
        border-bottom: 1px solid #777777;
        border-top: 1px solid #FFFFFF;
        display:block;
        margin:0;
}
ul.sidebar li a.last { border-bottom-width:0px;}
ul.sidebar li a h1,ul.sidebar li a h2,ul.sidebar li a h3,ul.sidebar li a h4,ul.sidebar li a h5,ul.sidebar li a h6,ul.sidebar li a p { margin-bottom:0!important;}


/* RESPONSIVENESS */
.container {
        display:block!important;
        max-width:700px!important;
        margin:0 auto!important; /* makes it centered */
        clear:both!important;
}

.content {
        padding:10px;
        max-width:700px;
        margin:0 auto;
        display:block; 
}

.content table { width: 100%; }


.column {
        width: 300px;
        float:left;
}
.column tr td { padding: 15px; }
.column-wrap { 
        padding:0!important; 
        margin:0 auto; 
        max-width:700px!important;
}
.column table { width:100%;}
.social .column {
        width: 280px;
        min-width: 279px;
        float:left;
}
.column-custom-1 {
        width: 200px;
        float:left;
        text-align: center;
}
.column-custom-2 {
        width: 435px;
        padding-left: 10px;
        float:left;
}

.clear { display: block; clear: both; }


/* Media Queries */
@media only screen and (max-width: 700px) {
        
        a[class="btn"] { display:block!important; margin-bottom:10px!important; background-image:none!important; margin-right:0!important;}

        div[class="column"] { width: auto!important; float:none!important;}
        
        table.social div[class="column"] {
                width:auto!important;
        }

}
</style>

</head>
 
<body bgcolor="#f1f1f2">
<div align="center" style="padding-bottom: 20px; font-family: arial; font-size: 12px;">Wenn Sie diese Email nicht lesen können, klicken Sie bitte <a href="http://asset.md04-link10.eu/html_mail.jsp?params=88851342+debian-ha-maintainers%40lists.alioth.debian.org+0+0002ohy000hmo00000000d43nzum5ocq">hier</a></div>
        <table class="body-wrap" cellpadding="0" cellspacing="0"  >
                <tr >
                        <td></td>
                        <td class="container" >
                                <div class="content" >
                                        <table  bgcolor="#fff" style="margin-bottom: 10px;" cellpadding="0" cellspacing="0">
                                                <tr>
                                                        <td></td>
                                                        <td class="header container" >
                                                                
                                                                        <div class="content" style="padding:0">
                                                                                <table cellpadding="0" cellspacing="0">
                                                                                <tr>
                                                                                        <td><a href="http://asset.md04-link10.eu/d?q00bkmrqfjpby400d0000iyy00000000ptnxnj4y3783" target="_blank"><img src="http://www.office-coffee.eu/t1/header.jpg"  /></td>
                                                                                </tr>
                                                                        </table>
                                                                        </div>
                                                                        
                                                        </td>
                                                        <td></td>
                                                </tr>
                                        </table>  

                                        <table bgcolor="#fff" align="center" style="padding: 15px;  margin-bottom: 10px;">
                                                <tr>
                                                        <td>
                                                                <h1>Kaffeevollautomat mieten</h1>
                                                                <h2>Vielfältig genießen und Kosten sparen</h2>
                                                        </td>
                                                </tr>
                                        </table>

                                        
                                        <table bgcolor="#fff" style="padding: 15px;  margin-bottom: 10px;">
                                                <tr>
                                                        <td>
                                                                <p>Sehr geehrte Damen und Herren,</p>
                                                                <p>die klassische Kaffeemaschine hat in unzähligen Büros in Deutschland bereits ausgedient! <strong>Moderne Kaffeevollautomaten</strong>
                                                                treffen mit ihren zahlreichen <strong>Spezialitäten</strong> eher den Geschmack der Mitarbeiter.</p>
                                                                <p>Auch in Bäckereien oder der professionellen Gastronomie wird neben der typischen Tasse Kaffee erwartet, <strong>Leckereien</strong> wie einen <strong>Latte Macchiato</strong>, einen
                                                                <strong>Cappuccino</strong> und <strong>weitere Kaffeespezialitäten</strong> bestellen zu können.</p>
                                                                <p>Spezielle <strong>Büro Kaffeevollautomaten</strong> sind in immer mehr Betrieben zu finden und verbinden
                                                                eine große Auswahl an leckeren Getränken mit einer einfachen Bedienung und weiteren Extras.</p>
                                                                <p>Den <strong>Kaffeevollautomat zu mieten</strong> ist hierbei zur beliebten Alternative gegenüber der eigenständigen Anschaffung geworden, zumal sich vom umfangreichen
                                                                Service des Vermieters in Wartung, Bestückung und Reparatur profitieren lässt.</p>
                                                                <br/>
                                                        </td>
                                                </tr>
                                        </table>

                                        <table bgcolor="#fff" style="padding: 15px;  margin-bottom: 10px;">
                                                <tr>
                                                        <td >
                                                                <div class="column-wrap">
                                                                        <div class="column-custom-1">
                                                                                <a href="http://asset.md04-link10.eu/d?q00bkmrqfjpby400d0000iyy00000000ptnxnj4y3783" target="_blank"><img src="http://www.office-coffee.eu/t1/vollautomat.jpg" align="center" />
                                                                        </div>
                                                                        <div class="column-custom-2">
                                                                                <p><h3>Ihr Aktions-Angebot!</h3></p>
                                                                                <p style="">Werden Sie jetzt Kunde und Sie erhalten Ihren neuen Kaffeevollautomaten die ersten <br><strong>3 Monate ohne Berechnung! *</strong><br><br></p>
                                                                                <p style="text-align: center;"><a class="btn" style="text-align: center;" href="http://asset.md04-link10.eu/d?q00bkmrqfjpby400d0000iyy00000000ptnxnj4y3783" >Mehr erfahren</a><p>
                                                                        </div>                                                            
                                                        </td>
                                                </tr>
                                        </table>
                                </div>
                        </td>
                        <td></td>
                </tr>
        </table>



<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"><tbody><tr><td><br><p align="center" 
style="font-family: Arial, sans-serif; font-size: 11px; color: #808080;">
Hinweise: <br /><br />
Sie können sich aus diesem Newsletterverteiler selbstverständlich abmelden.<br />
Um sich aus diesem Verteiler auszutragen, klicken Sie bitte auf folgenden Link:<br />
<a href="http://asset.md04-link10.eu/d/d.html?q00bkmryfjpby400b0000iyy00000000ptnxpzdi3783" Austragen>austragen</a><br /><br />

Sie erhalten diese Information, weil Sie sich bei einem unserer Kooperationspartner-88851342 für 
<br />einen Newsletter mit debian-ha-maintainers@lists.alioth.debian.org angemeldet haben oder bei einer Partneraktion teilgenommen haben.<br />
<br />

Bei Fragen zu dem beworbenen Produkt wenden Sie sich bitte direkt an den Anbieter.<br />
Bei Fragen zu allen Belangen, welche nicht mit dem beworbenen Produkt in Verbindung stehen, <br />
wenden Sie sich bitte <a href="http://pim-sales.eu/contact.html">direkt</a> an uns, da nur wir Ihnen Auskunft zur <br />Willenserklärung geben können.<br /><br />

Kontakt zu uns können Sie per Mail aufnehmen: info@creativletter.de<br />
oder über unser <a href="http://pim-sales.eu/contact.html">Kontaktformular</a><br /><br />

Regressansprüche gegen die Performance Interactive Marketing Ltd., die den Inhalt der Ihnen zugesandten Nachricht betreffen, sind ausgeschlossen.<br />
Rechtlich verantwortliche Stelle für den Versand dieser Nachricht ist die Performance Interactive Marketing Ltd. und nicht der Produktanbieter. 
<br /><br />Mit freundlichen Grüßen<br />
- Performance Interactive Marketing Ltd. - <br /><br />

Performance Interactive Marketing Ltd.<br>5 Jupiter House, Calleva Park, Aldermaston, RG7 8NN, UK<br> Company Number 8520208 
Tel.: 0038649642449<br>Director: Fidan Deliu
</td></tr></tbody></table>
<img src="http://asset.md04-link10.eu/d/d.png?q00bkms0fjpby400h0000iyy00000000ptnxp2bi3783" alt="" border="0" />


</body>
</html>