

/* CSS-Definitionsdatei, die SiteStyle -Stylesheets für St.Marien enthält */

 /* BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; background-color: #FBEEB5;} */

BODY { font-family: Lucida Sans Unicode; background-color: #FBF3DB}
 
 /* definierte Schriften */

/* normal */
p { font-size:16px; color:#000000; }

 
  /* zentrale Überschrift 1 (St. Marien) */
 h1 { color:#000080; font-size:30px;margin:10px;}

   /* zentrale Überschrift 
 h2 { color:#660033;} */
 
  /* Seitenanzeigetext 
 h3 { color:#800000;
	 font-style:italic;
	 margin:10px;} */
	 
 /* Kopfschrift neben Bild 
 h4 { color:#0000FF; font-size:18px; } */
 
 /* Textschrift */
 h5 { color:#800000;font-style:italic;font-size:12px; } 

 /* Kleinschrift */
 h6 { color:#800000; font-size:8px; } 

 /* 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:#bef5fd; } 