body             { color: #fffde0; background: #fffde0; padding: 0px; }

.fett            { font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; }
.normal          { font-family: verdana; font-size: 9px; color: #fffde0; padding: 2px;}
.kursiv          { font-family: verdana; font-style: italic; font-size: 12px; color: #000000; }
.ueberschrift    { font-family: verdana; font-size: 15px; font-weight: bold; color: #000000; }
.klein           { font-family: verdana; font-size: 10px; color: #000000; }
.klein.fett      { font-family: verdana; font-size: 10px; font-weight: bold; color: #000000; }

/* Standard-Links: */
a:link           { color: #17286E; text-decoration: none; font-weight: normal; }
a:visited        { color: #17286E; text-decoration: none; font-weight: normal; }
a:hover          { color: #17286E; text-decoration: none; font-weight: bold; }
a:active         { color: #17286E; text-decoration: underline; font-weight: bold; }

/* Standard-Links, nicht fett: */
a.sln:link         { color: #17286E; text-decoration: none;  font-weight: normal; }
a.sln:visited      { color: #17286E; text-decoration: none; font-weight: normal; }
a.sln:hover        { color: #17286E; text-decoration: underline; font-weight: normal; }
a.sln:active       { color: #17286E; text-decoration: none; font-weight: normal; }

