body { margin-top:0px; margin-bottom:10px; } /* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,sans-serif; } /* font-family = Schriftart fuer Textelemente */
h1 { font-size:16pt; }
h2 { font-size:14pt; } /* Seitenueberschriften */
h3 { font-size:12pt; } /* Zwischenueberschriften*/
h4 { font-size:10pt; font-weight:bold;} /* Zwischenueberschriften an manchen Stellen */
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; } /* normaler Text */
a { color:#000000;
    text-decoration:none; }
input { text-decoration:underline;
        font-size:10pt;
        background-color : #ffffff;
        padding-right : 0px;
        padding-left : 0px;
        padding-top : 0px;
        padding-bottom : 0px;
        border-right : white;
        border-left : white;
        border-top : white;
        border-bottom : white; }
@media print
{
 a[href^=\"http://\"]:after,
 a[href^=\"ftp://\"]:after
 {  content: \' [\' attr(href) \']\';
 }
}
