/*
     Stylefile of the BAG Leber
*/

     BODY {
         background: FFFBF1;
         font-family: arial, helvetica, sans-serif;
         text-align: left;
         margin-top:    8mm;
         margin-left:   8mm;
         margin-right:  5mm;
         margin-bottom: 8mm;
     }

     P, UL, LI, H1, H2, H3, H4, DT, DL, B, TD, TH, TR, DIV {
       font-family: arial, helvetica, sans-serif;
       oben    { vertical-align:top;}
     }

     LI {
         list-style-type: disc;           /* display real dots      */
     }

     A {
       text-decoration: none;    /* no underlines in links */
       font-weight:     bold;    /* links are always bold  */
     }

     A:link    {color: rgb(153,51,0)}    /* unvisited link         */
     A:visited {color: rgb(153,51,0)}    /* visited links          */
     A:active  {color: rgb(153,51,0)}    /* active links           */
     A:hover   {color: rgb(153,51,0);
                text-decoration: underline;
                font-weight: bold
               }
