/* DATEI: style.css. */
/* Erstellt im April 2000 von Jasmin Touati */
/* E-Mail: touati@zedat.fu-berlin.de */

/* Hier werden allgemeine Formate fuer die Schinkel-Homepage definiert */
/* Zu den Style-Definitionen erfolgt im folgenden ggf. ein Kommentar */



a:link { color:#663300; text-decoration:none; }
a:visited { color:#cc6600; text-decoration:none; }
a:active { color:#ffa71c; text-decoration:none; }

/* Die Angabe fuer a:active funktioniert nicht im Netscape 4x */
/* alink wird deshalb in jeder Body-Angabe neu aufgefuehrt */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Times New Roman;Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift */


h1 { font-size:16pt; color:#663300; font-weight:lighter }
/* Braune Ueberschrift */

h2 { font-size:13pt; color:#663300; }
/* Braune Ueberschrift */

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt; }
/* normaler Text */

