/* DATEI: kfs.css */

body { margin-top:10px; margin-bottom:10px; margin-left: 33px;}
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,dir
     { font-family:Arial,sans-serif; }
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


h1 { font-size:20pt; color:black; }
/* gilt nur fuer das Wort 'Kant-Forschungsstelle' auf der Einstiegsseite */

h2 { font-size:20pt; color:#663300; }
/* Seitenueberschriften */

h3 { font-size:12pt; color:#663300; }
/* Zwischenueberschriften */

h4 { font-size:10pt; color:#663300; }
/* Zwischenueberschriften an manchen Stellen */

p,ul,ol,li,div,td,th,address,nobr,b,i,blockquote,dir { font-size:10pt; }

div.remark { color:#666666; font-size:9pt; }
/* Update-Info */


a:link { color:#663300; text-decoration:underline; }
a:visited { color:#663300; text-decoration:underline; }
a:active { color:#663300; text-decoration:underline; }
a:hover { background-color: white; color: #0000A0; text-decoration: none;}

a.compact { color:black; text-decoration:none; font-size:90%; }

a.navigation { font-size:90%; font-weight:bold; }
/* Verweise in der Navigationsleiste */

a.textliste { font-size:9pt; color:#000000; ; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal}

#white { color:white; }

#maroon { color:maroon; }

#big { font-size:110%; font-style:normal; }
/* Initialien */

#small { font-size:90%; }

#smaller { font-size:80%; }
