

/* CSS-Definitionsdatei, die SiteStyle -Stylesheets für News enthält */


BODY { font-family: Lucida Sans Unicode; background-color: FEEBCE }
 
 /* definierte Schriften */

/* normal */
/* p { size:14px; color:#00A1E4; }  */


* { color:#040404; size:16px; } 

 
  /* zentrale Überschrift 1 (St. Marien) */
 h1 { color:#00A1E4; font-size:200%; }

   /* zentrale Überschrift */
 h2 { color:#FF0000; font-size:16pt; } 
 
  /* Seitenanzeigetext 00a1e4 */
 h3 { color:#008250; font-size:110%; margin:10px;}
	 
 /* Kopfschrift neben Bild */
 h4 { color:#800000; font-size:14px; } 
 
 /* Textschrift */
 h5 { color:#800000; font-style:italic; font-size:16px; } 

 /* Mittelgrosse Schrift    */
 h6 { color:#800000; font-size:12px; } 

/* li  { color:#A6AA47; font-size:18px; } */

 /* Aussehen des normalen LINKs, sollte mit besuchtem gleich sein  */
  a:link {  font-size:16px; color:#030E71; }

 /* Text des LINK wenn besucht, sollte mit dem normalen gleich sein */
  a:visited { font-size:16px; color:#030E71; } 
  

/* LINKhintergrund beim Darüberstreichen hier hellgelb */
 a:hover { text-decoration:none; background-color:#FFFF4E; }

