/* Texte */

/* Einstellungen, . steht für class= */
/* font-size:    __px (Default 16px) */
/* font-weight:  normal | bold */
/* font-style:   normal | italic */
/* Erklaerung */
/* 1. Zeichen = a (arial,sans-serif) */
/* 2. Zeichen = l (left), c (center), r (right) */
/* 3. Zeichen = 1-4 (Font size="[10,13,16,20]") */
/* 4. Zeichen = 0-4 (n=normal [000], b=bold [100], i=italic [001], u=underline [010] ) */
/*    Beispiele:  (nnn=000=0) (nnu=001=1) (nin=010=2) (bnn=100=4) (biu=111=7) */

/* Groesse 1 [10] - a1 */
.al10 { color: black; font-size: 0.6rem; font-weight: normal; font-style: normal; text-align: left; }
.ac10 { color: black; font-size: 0.6rem; font-weight: normal; font-style: normal; text-align: center; }
.ar10 { color: black; font-size: 0.6rem; font-weight: normal; font-style: normal; text-align: right; }
.al12 { color: black; font-size: 0.6rem; font-weight: normal; font-style: italic; text-align: left; }
.ac12 { color: black; font-size: 0.6rem; font-weight: normal; font-style: italic; text-align: center; }
.al14 { color: black; font-size: 0.6rem; font-weight: bold;   font-style: normal; text-align: left; }
.ac14 { color: black; font-size: 0.6rem; font-weight: bold;   font-style: normal; text-align: center; }
/* Groesse 2 [13] - a2 */
.al20 { color: black; font-size: 0.8rem; font-weight: normal; font-style: normal; text-align: left; }
.ac20 { color: black; font-size: 0.8rem; font-weight: normal; font-style: normal; text-align: center; }
.ar20 { color: black; font-size: 0.8rem; font-weight: normal; font-style: normal; text-align: right; }
.ac22 { color: black; font-size: 0.8rem; font-weight: normal; font-style: italic; text-align: center; }
.al24 { color: black; font-size: 0.8rem; font-weight: bold;   font-style: normal; text-align: left; }
.ac24 { color: black; font-size: 0.8rem; font-weight: bold;   font-style: normal; text-align: center; }
.ar24 { color: black; font-size: 0.8rem; font-weight: bold;   font-style: normal; text-align: right; }
/* Groesse 3 [16] - a3 */
.al30 { color: black; font-size: 1.0rem; font-weight: normal; font-style: normal; text-align: left; }
.ac30 { color: black; font-size: 1.0rem; font-weight: normal; font-style: normal; text-align: center; }
.ar30 { color: black; font-size: 1.0rem; font-weight: normal; font-style: normal; text-align: right; }
.al34 { color: black; font-size: 1.0rem; font-weight: bold;   font-style: normal; text-align: left; }
.ac34 { color: black; font-size: 1.0rem; font-weight: bold;   font-style: normal; text-align: center; }
.ar34 { color: black; font-size: 1.0rem; font-weight: bold;   font-style: normal; text-align: right; }
/* Groesse 4 [20] - a4 */
.ac40 { color: black; font-size: 1.2rem; font-weight: normal; font-style: normal; text-align: center; }