body{
        margin-bottom : 5px;
        margin-top : 1px;
        background-image: url('bgbild.jpg');
}


p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,sup,pre{
        Font : Arial, Verdana, Helvetica, sans-serif ! important;
        }


i{
        font-style : italic;
        font-weight : normal;
        }


h1{
        Background-Color : darkslateblue;
        Background-Position : 50% 50%;
        Color : lightcyan ! important;
        Font : bold 20pt ! important;
        Text-Align : center;
        }


h2{
        background-color : #3C7BA2;
        background-position : 50% 50%;
        color : lightcyan;
        font-size : 18pt;
        font-weight : bold;
        Text-Align : center;
        }


h2.sh2{
        font-size : 18pt;
        font-weight : bold;
        }


h3,h3.xmp,h3.xpl,h3.inf,h3.tip{
        Background-Color : steelblue;
        Color : #D8D8D8;
        Font : bold 14pt;
        Text-Align : center;
}


h4{
        background-color : #ACC1C4;
        color : #005C00;
        font-size : 12pt;
        font-weight : bold;
        Text-Align : center;
}


h5{
        Background-Color : silver;
        Color : #004080;
        Font : bold 11pt;
        Text-Align : center;
}


p,div,address,nobr,br,blockquote{
        font-size : 10pt;
        font-weight : normal;

}


font.4{
        font-size : 18pt;
        }


font.3{
        font-size : 16pt;
        }


font.2{
        font-size : 14pt;
        }


font.1{
        font-size : 12pt;
        }


font.-1{
        font-size : 9pt;
        }


font.-2{
        font-size : 7pt;
        }


tr{
        font-size : 9pt;
        font-weight : normal;
        }


td{
        font-size : 9pt;
        font-weight : normal;
        }


th{
        font-size : 9pt;
        font-weight : normal;
        }


ul,ol,li{
        font-size : 9pt;
        font-weight : normal;
        }

/* 9pt = 9 Punkt, Wert aenderbar */
sup{
        font-size : 8pt;
        }


pre{
        font-size : 9pt;
        }


tt{
        background-color : transparent;
        color : #0000C0;
        font-size : 10pt;
        }


td.xmpcode{
        background-color : #FFFFE0;
        border-color : #999999;
        border-style : solid;
        border-width : 1pt;
        color : inherit;
        }


.code{
        background-color : #ffffe0;
        color : Navy;
        }


td.xplcode{
        background-color : #eeeeff;
        }


.doc{
        background-color : #eeeeee;
        }


.qbar{
        background-color : #ffffe0;
        font-size : 9pt;
        }


pre.normal{
        background-color : transparent;
        color : #000000;
        }


a:link{
        background-color : transparent;
        color : #0060ff;
        text-decoration : underline;
        }


a:visited{
        background-color : transparent;
        color : Maroon;
        text-decoration : underline;
        }


a:active{
        background-color : transparent;
        color : #ff0000;
        text-decoration : underline;
        }


a.an{
        background-color : transparent;
        color : Red;
        text-decoration : none;
        }


a:hover {
        color: #FFFF00;
        background-color: #0000A0;
}