/* Newsletter Styles *******/
/* -------- Body Einstellungen --------- */

body    {
background-color:#FCFAEE;
font-family: Georgia, \\\\\\\"Times New Roman\\\\\\\", Times, serif;
color: #000000;
font-size: 11px;
}

/* --------- Link Einstellungen ---------- */
a:link    {color:#A1A281; text-decoration: underline; font-size: 11px; font:bold;}
a:visited {color:#000; text-decoration:underline; font-size: 11px; font:bold;}
a:active  {color:#A1A281; text-decoration:none; font-size: 11px; font:bold;}
a:hover   {color:#A1A281; text-decoration: underline; font-size: 11px; font:bold;}

/* --------- Titel Einstellungen ---------- */
.titel{
        background-image: none;
        background-color: #FCFAEE
        font-size: 11px;
        font-family: Georgia, \\\\\\\"Times New Roman\\\\\\\", Times, serif;
        text-align: left;
        color: #000;
        font-weight: bold;
 }

/* --------- Haupttabelle ---------- */
.tabelle  {
background-color: #FCFAEE;
color: #000;
FONT-FAMILY: Georgia, \\\\\\\"Times New Roman\\\\\\\", Times, serif;
FONT-SIZE: 11px;
border: 1px solid #FCFAEE;
}


