/* CSS Document */

        a{
          color: rgb(175, 10, 2);
        }
        .beitrag
        {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 1.5em;
            width: 80%;
            margin: 0 auto;
        }

        tbody, thead, tfoot, tr, td, th
        {
            border: inherit;
        }

        td
        {
            width: 10px;
            height: 5px;
        }

        ol.List-1, ul.List-1
        {
            margin-left: 14px;
        }

        span.kursiv
        {
            font-weight: normal;
            font-style: italic;
        }

        span.Fussnotennummer
        {
            font-size:0.8em;
            font-weight: normal;
            font-style: normal;
            vertical-align: super;
            line-height: 1em;
        }

        span.BibliographischeAngaben
        {
            font-weight: normal;
            font-style: italic;
        }

        p.U1-Titel
        {
            font-size: 2.5em;
            line-height: 1.15em;
            text-align: left;
        }

        p.U2-Titel
        {
            font-size: 1.5em;
            line-height: 1.15;
            margin: 17px 0;
        } 
        
        p.U3-Titel
        {
            font-size: 1.3em;
            line-height: 1.15;
            margin: 30px 0 10px 0;
        }

        p.Standard-ohneEinzug
        {
            margin: 3px 0;
            text-align: justify;
        }

        p.Standard-mitEinzug
        {
            text-indent: 20px;
            margin: 3px 0;
            text-align: justify;
        }

        p.FussnotenZeichen
        {
            float: left;
            vertical-align:top;
            border: none;
            height: 5px;
            margin-top: -2px;
        }

        p.Fussnote
        {
            text-align: justify;
            margin: 0 0 0 40px;
        }

        .char-style-override-1
        {
            white-space: pre;
        }

        li.Aufz-hlung
        {
            margin: 1em 2em 0 0;
            text-align: justify;
        }

        li.Aufz-hlung-Fortf-hrung
        {
            margin: 0.5em 2em 0.5em 0;
            text-align: justify;
        }

        li.Aufz-hlung-Ende
        {
            margin: 0 2em 1em 0;
            text-align: justify;
        }

        li.Literatur, li.Literatur-2--Ebene
        {
            margin: 0.5em 0;
        }

        hr
        {
           width: 60%;
           margin: 3em auto 2em 0;
        }

        table.Tabelle-Statistik
        {
            width: 90%;
            border-collapse: collapse;
            border-width: 1px;
            border-style: none;
            margin: 20px auto;
        }

        td.Kopfzellen
        {
            background-color: #cccccc;
        }

        td.cell-style-override-1
        {
            background-color: #DFDFDF;
        } 
        
        td.cell-style-override-2
        {
            background-color: #cccccc;
        }

         p.Bild-Beschriftung
        {
            font-size: 0.8em;
            line-height: 12px;
            text-align: center;
            margin: 1em auto;
            width: 75%;
        }

        p.zitat {
            margin: 20px;
            text-align: justify;
        }

        img
        {
            width: 75%;
            display: block;
            margin: 3em auto 2em auto;
        }
            
            img.p100 {
                 width: 100%;
            }
            
            img.p90 {
                 width: 90%;
            }

            img.p75
            {
                width: 75%;
            }
            
            img.p68
            {
                width: 68%;
            }

            img.p60
            {
                width: 60%;
            }

            img.p55
            {
                width: 55%;
            } 
            
            img.p50
            {
                width: 50%;
            }

            img.p45 {
                 width: 45%;
            }
            
            img.p40 {
                 width: 40%;
            }

            img.p30 {
                 width: 30%;
            }
            
            img.p25 {
                 width: 25%;
            }