

/* CSS-Definitionsdatei, die SiteStyle -Stylesheets für News enthält */

 /* BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; background-color: #25F562;} */

BODY { font-family: Lucida Sans Unicode; background-color: FBFEBB}
 
 /* definierte Schriften */

/* normal */
p { font-size:14px; color:#000000; }


* { color:#BC04B5; font-size:14px; }

 
  /* zentrale Überschrift 1 (St. Marien) */
 h1 { color:#660033; font-size:200%; }

   /* zentrale Überschrift */
 h2 { color:#000080; font-size:150%; } 
 
  /* Seitenanzeigetext */
 h3 { color:#800000;
	 font-style:italic;
	 margin:10px;}
	 
 /* Kopfschrift neben Bild */
 h4 { color:#0000FF; font-size:120%; } 
 
 /* Textschrift */
 h5 { color:#800000;font-style:italic;font-size:12px; } 

 /* Kleinschrift */
 h6 { color:#800000; font-size:8px; } 

/* li  { color:#A6AA47; font-size:18px; } */

 /* Aussehen des normalen LINKs, sollte mit besuchtem gleich sein */ 
  a:link {  font-size:14px; color:#030E71; } 

 /* Text des LINK wenn besucht, sollte mit dem normalen gleich sein */
  a:visited { text-decoration:none; font-size:14px; color:#030E71; } 
  

  
/* LINKhintergrund beim Darüberstreichen hier gelb */
a:hover { text-decoration:none; background-color:#FFBD00; }

 /* LINKhintergrund BEIM aktivieren hier blassgelb, macht nur Sinn bei Frames
 a:active { text-decoration:none; background-color:#E2FDFF; } */

/* LINKhintergrund NACH aktivieren, macht nur Sinn bei Frames */
 a:focus { text-decoration:none; background-color:#030E71; } 
