/* dateiformate.css */

a.link_top {
 margin-left:    500px;
}

p#buchstabenreihe {
 letter-spacing: 0.5px;
 color: #999999;
 font-size:      1em;
}
         p#buchstabenreihe a { text-decoration: none; }


         /* alphabetische Aufzaehlung BEGINN */
         p.alphbet {
          font-weight: bold;
          color:#336699;
         }
         /* alphabetische Aufzaehlung ENDE */

         /* Bezeichnung Begriff BEGINN */
         .bezei {
          margin: 0px;
          margin-left: 10px;
          font-weight: bold;
         }
         /* Bezeichnung Begriff ENDE */

         /* Beschreibung Begriff BEGINN */
         .beschr {
          margin: 0px;
          margin-left:30px;
          margin-bottom: 10px;
         }
         /* Beschreibung Begriff BEGINN */

/* Anzeige der tabelle mit dem Buchstaben BEGINN */
table#tbl_alphabet {
 border: 0px solid red;
}

table#tbl_alphabet tr {
 height: 30px;
}

table#tbl_alphabet td {
 width:  30px;
}
