/* body */
body      { margin:0px; border:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:30px;
            font-family:Arial,Helvetica,sans-serif; font-size:13px; line-height:100%; text-indent:0px;
            color:#000000; background-color:#ffffff; }

/* Absätze */
p         { margin:0px; padding:0px; 
            font-family:Arial,Helvetica,sans-serif; font-size:13px; line-height:120%; text-indent:0px; text-align:left;
            color:#000000; }

/* Listen - allernötigste Angaben */
ul        { font-family:Arial,Helvetica,sans-serif; font-size:13px; line-height:100%; text-align:left;
            list-style:disc outside; margin-top:0px; margin-bottom:0px; margin-right:0px; }  
ol        { font-family:Arial,Helvetica,sans-serif; font-size:13px; line-height:100%; text-align:left;
            list-style:disc outside; margin-top:0px; margin-bottom:0px; margin-right:0px; }
li        { font-family:Arial,Helvetica,sans-serif; font-size:13px; line-height:120%; text-align:left;
            list-style:disc outside; margin-top:0px; margin-bottom:0px; margin-right:0px; }

/* Listen - detailliert. Hier macht Netscape 4.X noch Probleme, deshalb noch nicht aktiviert
ul        { margin:0px; padding:15px;
            font-family:Arial,Helvetica,sans-serif; font-size:13px; line-height:120%; text-indent:0px; text-align:left;
            list-style-type:disc; list-style-position:inside; }
li        { margin:0px; padding:0px;
            font-family:Arial,Helvetica,sans-serif; font-size:13px; line-height:120%; text-indent:-16px; text-align:left;
            list-style-type:disc; }
*/

/* Klassen zur Ausrichtung von Elementen, aufrufbar mit z.B. <span class="..."> */
.left     { text-align:left; }
.center   { text-align:center; }
.right    { text-align:right; }
.justify  { text-align:justify; }
.top      { vertical-align:top; }
.middle   { vertical-align:middle; }
.bottom   { vertical-align:bottom; }

/* Klassen für Textgrößen und -stile, aufrufbar mit <p class="..."> */
.seite    { font-size:26px; color:#999999; }     /* für Seitenüberschrift */
.text1    { font-size:10px; color:#000000; }     /* für kleine Hinweise, z.B. Fußzeile, Bildunterschriften */
.text2    { font-size:13px; color:#000000; }     /* für Standard-Fließtext, ~Arial 10pt; in <p> voreingestellt */
.text3    { font-size:17px; color:#000000; }     /* für großen Fließtext, ~Arial 12pt */
.ueber    { font-size:19px; color:#000000; }     /* für Standard-Überschrift im Text */
.caps     { font-variant:small-caps }            /* für Kapitälchenschrift */
.code     { font-size:13px; font-family:Courier New; color:red; } /* für Code-Beispiele in der Dokumentation */

/* Klassen für Hintergrundfarben von Elementen, aufrufbar mit z.B. <td class="..."> */
.bg000000 { background-color:#000000; }
.bgcccccc { background-color:#cccccc; }
.bgdddddd { background-color:#dddddd; }
.bgeeeeee { background-color:#eeeeee; }
.bgffffff { background-color:#ffffff; }

/* Klasse für Innenabstand von Tabellenzellen, aufrufbar mit <td class="..."> */
.tdpadding { padding:5px; }

/* Tabellen */
table     { table-layout:fixed; border-spacing:0px; }
td        { margin:0px; padding:0px; vertical-align:top; font-family:Arial,Helvetica,sans-serif; font-size:13px; }

/* Verweise (Links) */
a:link    { color:#27408b; font-family:Arial,Helvetica,sans-serif; text-decoration:underline; font-weight:normal; }
a:visited { color:#27408b; font-family:Arial,Helvetica,sans-serif; text-decoration:underline; font-weight:normal; }
a:hover   { color:blue; font-family:Arial,Helvetica,sans-serif; text-decoration:underline; font-weight:normal; }
a:active  { color:#27408b; font-family:Arial,Helvetica,sans-serif; text-decoration:underline; font-weight:normal; }

/* Linien */
hr        { height:1px; color:#999999; }

/* Farbbezeichnungen
000000    - Schwarz
999999    - mittleres Grau, u.a. für Seitenüberschrift
cccccc    - helles Grau, u.a. im mittleren Teil des Topframes (unter den Toplinks)
eeeeee    - sehr helles Grau, u.a. in unterlegten Tabellenzellen
ffffff    - Weiß
27408b    - das Blau für Verweise
blue      - das Blau für Verweise beim Überfahren mit der Maus
800000    - Maroon, das Dunkelrot in den Originalgrafiken der Uni für Leisten und Buttons
*/
