/*               DATEI: display.css                 */

/* Einstellungen zur font-unabhaengigen Darstellung */
/* zur Ausgabe auf DIN A4 Seite und am Bildschirm   */

    .black00   {
           font-size: 12px ;
           color: #000000 ;
    }

    .black0    {
           font-size: 15px ;
           color: #000000 ;
    }

    .black0i   {
           font-size: 15px ;
           font-style: italic ;
           color: #000000 ;
    }

    .black0b   { 
           font-size: 15px ;
           font-weight: bold ;
           color: #000000 ;
    }

    .black1    {
           font-size: 18px ;
           color: #000000 ;
    }

    .black15   {
           font-size: 17px ;
           color: #000000 ;
    }

    .black1a   { 
           font-size: 17px ;
           font-family: Arial,Helvetica ;
           color: #000000 ;
    }

    .black1ai   { 
           font-size: 17px ;
           font-family: Arial,Helvetica ;
           font-style: italic ;
           color: #000000 ;
    }

    .black1b   { 
           font-size: 19px ;
           font-weight: bold ;
           color: #000000 ;
    }

    .black1bu  { 
           font-size: 19px ;
           font-weight: bold ;
           text-decoration : underline;
           color: #000000 ;
    }

    .black1i   { 
           font-size: 19px ;
           font-style: italic ;
           color: #000000 ;
    }

    .black2    {
           font-size: 27px ;
           color: #000000 ;
    }

    .black2b   { 
           font-size: 27px ;
           font-weight: bold ;
           color: #000000 ;
    }

    .black3b   { 
           font-size: 37px ;
           font-weight: bold ;
           color: #000000 ;
    }

    .green1    {
           font-size: 19px ;
           color: #36A91B ;
    }

    .green1b   {
           font-size: 19px ;
           font-weight: bold ;
           color: #36A91B ;
    }

    .green2     {
           font-size: 27px ;
           color: #36A91B ;
    }

    .green2b    { 
           font-size: 27px ;
           font-weight: bold ;
           color: #36A91B ;
    }
    .green3    {
           font-size: 37px ;
           color: #36A91B ;
    }

    .green3b   { 
           font-size: 37px ;
           font-weight: bold ;
           color: #36A91B ;
    }

    .green4b   { 
           font-size: 48px ;
           font-weight: bold ;
           color: #36A91B ;
    }

    .red1aib  { 
           font-size: 17px ;
           font-family: Arial,Helvetica ;
           font-style: italic ;
           font-weight: bolder;
           color: #ff0000 ;
    }