<!--


/* ----- D O K U M E N T A U S Z E I C H N U N G E N ----- */

BODY
    {
    background-color: #ECE7E3;
    margin: 0px;
    margin-top: 10px;
    margin-left: 0px;
    font-family: Times, Times New Roman, Serif;
    color: #000000;
    font-size: 11pt;
    }

A:link, A:visited, A:active, A:hover
    {
    color: #328B77;
    text-decoration: none;
    border-bottom: none;
    }

.link
    {
    color: #328B77;
    }

A:hover
    {
    color: #328B77;
    border-bottom: solid 1px #328B77;
    }

HR
    {
    height: 1px;
    }


/* ----- Ü B E R S C H R I F T E N ----- */

H4
    {
    font-family: Times, Times New Roman, Serif;
    font-size: 16pt;
    font-style: italic;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 16px;
    }

H5
    {
    font-family: Times, Times New Roman, Serif;
    font-size: 14pt;
    font-weight: normal;
    color: #328B77;
    margin-top: 6px;
    margin-bottom: 16px;
    }



/* ----- H I N T E R G R U N D F A R B E N ----- */

#rahmen
    {
    background: #328B77;
    }

#mitte
    {
    background: #22355F;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    }

#eins
    {
    background: #FFFFFF;
    vertical-align: top;
    }

#zwei
    {
    background: #B4D7CC;
    vertical-align: top;
    }
    
#drei
    {
    background: #FFFFFF;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 30px;
    }    


/* ----- T A B E L L E N ----- */

TD
    {
    font-family: Times, Times New Roman, Serif;
    font-size: 11pt;
    }

TD.Datum
    {
    font-family: Times, Times New Roman, Serif;
    color: #22355F;
    font-size: 10pt;
    font-weight: bold;
    }


/* ----- F O R M U L A R E ----- */

#label
    {
    font-family: Times, Times New Roman, Serif;
    font-weight: bold;
    color: #22355F;
    font-size: 11pt;
    width: 140px;
    vertical-align: top;
    }

div.hr
    {
    height: 15px;
    background: #FFFFFF url(../images/hr.gif) repeat-x scroll center;
    }

div.hr2
    {
    height: 15px;
    background: #B4D7CC url(../images/hr2.gif) repeat-x scroll center;
    }

div.hr hr
    {
    display: none;
    }

div.hr2 hr
    {
    display: none;
    }

#an, #name, #email, #nachricht
    {
    width: 200px;
    border: solid 1px #328B77;
    background: #ECE7E3;
    }

#absender, #ort, #eintrag
    {
    width: 200px;
    border: solid 1px #328B77;
    background: #ECE7E3;
    }


//-->