 
/* StyleSheet fuer die Seiten des                                */
/* Harnack-Forums.                                               */
/* (c) 2001                                                      */
/* Claus-Dieter Osthoevener <osthoevener@uni-wuppertal.de> */


/*************************/
/* Einfache Definitionen */
/*                       */
/*************************/

body { background:#FFFFFF; }

p,ul,ol,dd,dt,table,td,tr,caption { font-family:Verdana,Helvetica,Arial,sans-serif; }

h1,h2,h3,h4,h5,h6 { font-family:Verdana,Helvetica,Arial,sans-serif; 
              color:#191970; 
              text-decoration:none; }
/* Textfarbe (Dunkelblau) */

h1 { font-size:200%; }
/* Seitenueberschriften, entspricht 24pt bei 12pt Grundschrift */

h2 { font-size:150%; }
/* Seitenueberschriften, entspricht 18pt bei 12pt Grundschrift */

h3 { font-size:120%;  }
/* Zwischenueberschriften, entspricht 14.4pt bei 12pt Grundschrift */

h4,h4,h5 { font-size:100%; 
     font-style:italic; }
/* Seitenueberschriften, kursiv in Grundschriftgroesse */


.grk { font-family:serif;
       font-size:110%; }

table { background:#FFFFFF; }

table.gray { background:#EEEEEE; }

table.bio {
	  border-spacing:8px; 
	  vertical-align:top; 
          }

tr.bio { vertical-align:top; }


a:link { color:#191970; text-decoration:none; }
a:visited { color:#191970; text-decoration:none; }
a:hover {color:blue; text-decoration:none; }
/* #191970 = Dunkelblau */
/* #000099 = Blau */


p.zitat {
/*  font-family:serif;   */
  font-size:95%;
  padding:5px;
  text-align:left;
  background:#EEEEEE; }

p.gedenktag {
/*  font-family:serif;   */
  font-style:italic;
  color:#191970;
  font-size:95%;
  padding:2px;
  text-align:center; 
  vertical-align:bottom;
  background:#FFFFD4;}


/*******************************************/
/* Kombinationen fuer Kopf- und Fusszeilen */
/*                                         */
/*******************************************/

td.colorhead { background:#000000; 
             color:#EEEEEE; 
             font-family:Verdana,Helvetica,Arial,sans-serif;
             font-weight:bold; }
/* Kopf- und Fusszeilen, weiss auf schwarzem Hintergrund */


td.colorside { background:#006699; 
             color:#EEEEEE; 
             font-family:Verdana,Helvetica,Arial,sans-serif;
             font-size:80%;
             font-weight:bold; }
/* Kopf- und Fusszeilen, weiss auf blauem Hintergrund */
/* #006699 = Mittleres Blau */


td.head { font-family:Verdana,Helvetica,Arial,sans-serif;
          background:#EEEEEE; 
          color:#000000; }
/* Seitenkopf- und Fusstabellenzeilen mit grauem Hintergrund */
/* #EEEEEE = hellgrau */



/*******************************/
/* Verschachtelte Definitionen */
/*                             */
/*******************************/

td.colorhead a { color:#F9F9F9;  text-decoration:none; }
td.colorhead a:link { color:#F9F9F9;  text-decoration:none; }
td.colorhead a:visited { color:#F9F9F9;  text-decoration:none; }
/* Erzeugt hellgraue Links im td.colorhead-Bereich */

td.colorside a { color:#F9F9F9;  text-decoration:none; }
td.colorside a:link { color:#F9F9F9;  text-decoration:none; }
td.colorside a:visited { color:#F9F9F9;  text-decoration:none; }
td.colorside a:hover { color:#F9F998;  text-decoration:none; }
/* Erzeugt hellgraue Links im td.colorside-Bereich */

td.colorside a.gelb { color:#F9F998;  text-decoration:none; }
td.colorside a.gelb:link { color:#F9F998;  text-decoration:none; }
td.colorside a.gelb:visited { color:#F9F998;  text-decoration:none; }
td.colorside a.gelb:hover { color:#F9F9F9;  text-decoration:none; }
/* Erzeugt hellgelbe Links (f&uuml;r td.colorside-Bereich) */

