body {
        margin: 8px;
        background: #ffffff;
        color: #000000;
        font-family:  Times, 'Times New Roman', serif;
        font-size: 90%;
}

#user_3_outline {
        display: none;
}

#obenmitte {
display: none;
}



/* *** navigationsmenue *** */
#navigation {
        display: none;
}

#navigation ul {
        display: none;
}

#navigation li {
        display: none;
}


/* *** anchor *** */

a[href^="http://"]:after {
        content:" <" attr(href) ">";
        }


a:link {
        color: #000000;
        background: transparent;
        text-decoration:none;
}

a:visited {
        text-decoration:none;
        color:#000000;
        background: transparent;
}


a:hover {
        color:#E00000;
        text-decoration:none;
        background: #ffff99; /*#f90;*/
}

a:focus {
        background: transparent;
        color: #000;
        background: #ffff99;
        text-decoration:none;
}

a:active {  text-decoration:none;
                color:#0000ff;
            background: #ffff99;
}


#content {
        margin-top: 30px;
}

/* *** ueberschriften *** */
h1  {
        font-family:  Times, 'Times New Roman', serif;
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: -6px;
}

h2 {
        font-family:  Times, 'Times New Roman', serif;
        font-size: 10pt;
        margin-bottom: -6px;
}


h3 {
        font-family:  Times, 'Times New Roman', serif;;
        font-size: 10pt;
}

h4 {
        font-family:  Times, 'Times New Roman', serif;
        font-size: 10pt;
        font-weight: normal;
        margin-bottom: -3px;
}

h5 {
        font-family:  Times, 'Times New Roman', serif;
        font-size: 7pt;
}

/* *** standard absatz *** */
p {
        text-align: justify;
        font-family: 'Times New Roman',Times, serif;
        font-size: 9pt;
        background: transparent;
        font-style:normal;
        font-weight:normal;

}

/* *** kleine schrift *** */
.klein {
        font-size: 0.8em;
}

/* *** extrakleine schrift *** */
.xtrasmall {
        font-size: 0.6em;
}

/* *** bilder *** */
img {
        border:0;
        display:none;
}


ul {
        font-family:   Times, 'Times New Roman', serif;
        font-size: 0.9em;
        background: transparent;
        font-style:normal;
        font-weight:normal;
        list-style-type: square;
        list-style-image: none;
        padding-left: 10px;
        margin-left: 8px;

}

ul ul {
        list-style-type: circle;
}



.kleinerabsatz {
        margin-bottom: -6px;
}
p.klein {
   font-family:  Arial, Verdana, Helvetica, sans-serif;
   font-size:7pt;
}
.kleiner_abstand {
        margin-top:-1.3em;
        margin-bottom:-1.2em;
}

.unterstreichen {
                text-decoration:underline;
}

.tabulator {
         position: absolute;
         left:400px;
}
.tabelle {
        margin-left:-6px;
                margin-top:-6px;

}
.adresse {
        font-size: 10pt;
        color:#000000;
        background: transparent;
        font-style:normal;
        font-weight:normal;
        margin-bottom: -14px;
}
.fett {
        font-weight:bold;
}