* {
   border: 0;
   margin: 0;
   padding: 0;
   }

body {
   background-color:#52535B;
   margin-top:25px;
   margin-left:0px;
   margin-right:0px;
   margin-bottom:0px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   }

img#titel {
   margin-left: 12px;
   margin-bottom: 10px;
   }

td {
   text-align: left;
   vertical-align: top;
   }

table#partner {
   border-top: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0;
   border-bottom: 1px solid #C0C0C0;
   }

table#partner td {
   background-color: #52535B;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   border-left: 1px solid #C0C0C0;
   width: 20%;
   }

h2 {
   font-size: 10px;
   line-height: 11px;
   color:#D89E54;
   }
h3 {
   font-weight: bold;
   font-size: 13px;
   color: #fff;
   }

h3 small {
   font-size: 10px;
   }

tr#adresse td, tr#web td, p, li {
   font-size: 10px;
   line-height: 11px;
   color: #C0C0C0;
   }

p {
   margin-bottom:10px;
  }

p strong {
   color: #fff;
   }

p em {
   font-style: normal;
   font-weight: bold;
   color: #52535B;
   }

ul {
   list-style-position:outside;
   margin-left: 1em;
   }

tr#web td, td#text {
   padding-bottom: 10px;
   }

table#partner td#text {
   background-color: #E7E7E7;
   width: 100%;
   }

td#footer {
   padding-top: 5px;
   padding-left: 10px;
   font-size: 10px;
   line-height: 11px;
   color: #C0C0C0;
   }


td#text p {
   font-weight: normal;
   font-size: 12px;
   line-height: 14px;
   color: #1F2025;
   margin-bottom:10px;
   }

/* Achtung Reihenfolge: :link :visited :hover :active  */

a:link {
   color:#D89E54;
   text-decoration:none;
   }
a:visited {  color:#D89E54;text-decoration:none; }
a:hover { color:#D89E54;text-decoration:underline; }