/* -------- Body Einstellungen --------- */

body    {
background-color:#F5ECE3;
font-family: Verdana, Arial, Helvetica;
color: #000000;
font-size: 11px;
}

/* --------- Link Einstellungen ---------- */
a:link    {color:#000000; text-decoration: none; font-size: 11; font:bold;}
a:visited {color:#000000; text-decoration:none; font-size: 11; font:bold;}
a:active  {color:#000000; text-decoration:none; font-size: 11; font:bold;}
a:hover   {color:#000000; text-decoration: underline; font-size: 11; font:bold;}

/* --------- Titel Einstellungen ---------- */
.titel{
        background-image: url(../admin/img/titel_has1.jpg);
        background-color: #C00000;
        font-size: 13px;
        font-family: Verdana, Arial;
        text-align: left;
        color: #ffffff;
        font-weight: bold;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
 }

/* --------- Haupttabelle ---------- */
.tabelle  {
background-color: #FFCB99;
color: #000000;
FONT-FAMILY: Verdana,Arial;
FONT-SIZE: 11px;
border: 1px solid #000000;
}

