/* DATEI: formate.css */

/* Es folgen die Style-Definitionen für die museal-Homepage */

body { margin-top:10px; margin-bottom:10px }

  /* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
  /* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
  /* 10px = 10 Pixel, Wert aenderbar */


p,h1,h2,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Arial,sans-serif; 
       color:#046823; }

h3
     { font-family:Verdana,Arial,sans-serif; 
       color:#848785; }

h1,h3 { text-align:center; alignment:center; }

  /* text-align oder alignment = horizontale Ausrichtung */
  /* center    = mittig, Wert aenderbar */


p,div,div,td,th,tr { font-size:13px; }
h1 { font-size:16px; }
h2 { font-size:16px; }
h3 { font-size:13px; }
h4 { font-size:16px; }

  
imagetitle {font-size:x-small;}  
  /* Format-Unterklasse für Bildunterschriften */
  /* font-size = Schriftgröße */
  /* x-small = sehr klein, Wert aenderbar */

A:LINK { 
  	color:#046823;
	text-decoration:none; }
	
A:VISITED { 
  	color:#046823;
	text-decoration:none; }
	
A:HOVER { 
  	color:#046823;
	text-decoration:underline; }
	
A:ACTIV { 
  	color:#046823;
	text-decoration:none; }
  
