/* allgemeine Definitionen fuer Seiten im Verweis-Fenster */
#verwallg    { font-style:normal;       /* Schriftstil (kursiv...) */
               font-size:12px;          /* Schriftgroesse  */
               font-weight:normal;      /* Schriftstaerke (fet...) */
               color:#302000;            /* Schriftfarbe   */
               text-decoration:normal;  /* Unterstriche ... */
               text-align:left;         /* Textausrichtung  */
             }

a:link { color:#503406; }
a:visited { color:#85683A; }
a:active { color:#85683A; }
