
/*document defaults*/
body{
        Background-Color : #FFFFFF;
        Font-Family : verdana, tahoma, Arial, HELVETICA ! important;
        Font-Size : 10pt;
        Color:#000000;
        Margin-Bottom : 10px;
        Margin-Left : 10px;
        Margin-Right : 10px;
        Margin-Top : 10px;
        }

/* tag defaults */
p,a,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,dl,dt,address,blockquote,pre,form{
        font-size : 10pt;
        }


h1{
        font-size : 18pt;
        font-weight : bold;
        }


h2{
        font-size : 16pt;
        font-weight : bold;
        }


h3{
        font-size : 14pt;
        font-weight : bold;
        }


h4{
        font-size : 12pt;
        font-weight : bold;
        }


h5{
        font-size : 10pt;
        font-weight : bold;
        }

/* use with <em id="x"></em> */
#red{
        color : red;
        }

#blue{
        color : blue;
        }

#green{
        color : green;
        }

#gray{
        color : gray;
        }


/* use with <div class="x"></div> */
div.red{
        color : red;
        }

div.blue{
        color : blue;
        }

div.green{
        color : green;
        }

div.gray{
        color : gray;
        }

div.mini{
        font-size:75%;
        }

div.large{
        font-size : 150%;
        }


/* use with <x class="x"></x> */
.mini{
        font-size:7pt;
        }

.large{
        font-size : 18pt;
        }

.left{
        text-align : left;
        }

.center{
        text-align : center;
        }

.right{
        text-align : right;
        }

.justify{
        text-align : justify;
        }



a{
        color : blue;
        font-weight : bold;
        }

a:link{
        color : :#6F957E;
        }

a:visited{
        color : #996699;
        }

a:hover{
        color : black;
        }

a:active{
        color : black;
        }


pre{
        Font-Family : courier ! important;
        }

em{
        font-style : normal;
        }

dt{
        font-weight : bold;
        }

td.hr{
        font-size : 7pt;
        font-weight : bold;
        }

hr{
        height : 1pt;
        }


/* footnote defs - verweis formatieren mit <sub> */
p.footnote{
        font-size : 8pt;
        }