

        /* DIE SEITE ZEIGT BEIM ZOOMEN IMMER GLEICHEBLEIBENDE ZEILENUMBRÜCHE
           erreicht durch feste Größen (z.b. px) im übergeodneten Element
           (body) und relative Größenangaben  (z.b. em, %) in den Kindelementen */



a:link        { text-decoration:none; color:rgba(252,221,165,1); }
a:visited     { color:rgba(252,221,165,1); }
a:hover       { color:#ffffff; background-color:#000000; }
a:active      { background-color:#efe7da; font-weight:lighter; }/* */

.bodystyle { min-width:80%; text-align:center; margin-left:auto; margin-right:auto; direction:ltr; 
             font-family:Arial,sans-serif; font-size:25px; background-color:#000000; }
         /*  border:solid white 10pt;  */
.logo { margin-left:auto; margin-right:auto; margin-top:6em; margin-bottom:6em; width:300px; height:438px; }
        /* Titelbild headerinhaltsverz.png 300x438 width:300px; height:438px;
		   Größenangabe hier verhindert mittig wenn nicht margin-left:auto; margin-right:auto;  */
        
.abstand1 { margin-top:1em; }        

.abstand2 { margin-top:10em; }        

.erklaerungen
{ color:rgba(252,221,165,1); background-color:rgba(250,250,250,0.05); text-align:justify;
min-width:300px; max-width:40em; margin-left:auto; margin-right:auto; padding:2em; overflow:hidden; 
border-style:solid; border-width:0.1em; border-left-color:#2c2c36; border-top-color:#23232b;
border-right-color:#151520; border-bottom-color:#151520; }

.erklaerungen1
{ color:rgba(252,221,165,0.8); background-color:rgba(250,250,250,0.05); text-align:justify;
min-width:300px; max-width:40em; margin-left:auto; margin-right:auto; padding:2em;
border-style:solid; border-width:0.1em; border-left-color:#2c2c36; border-top-color:#23232b;
border-right-color:#151520; border-bottom-color:#151520; }

.unsichtbar
{ visibility:hidden; font-size:xx-small; }


.filler{ color:red; font-size:xx-small; line-height:50%; letter-spacing:80em; visibility:hidden; }
       /* display:hidden; Der Zeilenhalter für Blocksatz, line-height bezieht sich auf diese Schriftgröße!!! */


