/* DATEI: formate.css */

/* Es folgen die Style-Definitionen für die London-Homepage */
/* Unterhalb jedes Befehls steht eine Kurzerklaerung */



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,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,sans-serif; 
       color:#2915a6; }
	   

  /* font-family = Schriftart fuer Textelemente */
  /* Verdana,sans-serif = Verdana und serifenlose Schrift, Wert aenderbar */
  /* color = Schriftfarbe */

h1,h2,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:26px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:10px; }


  /* font-size = Schriftgröße in Pixel angegeben fixiert die Schriftgröße unabhängig von der Schriftgradeinstellung des Browsers */

  
.imagetitle {
	font-size: x-small;
	color: #2915a6;
}

.Stil1 {
	color: #FFFFFF;
	font-weight: bold;
}

.topnavi {
	font-size:10px;
	color: #2915a6;
}

  
A:LINK { 
  	color:#2915a6;
	text-decoration:none; }
	
A:VISITED { 
  	color:#2915a6;
	text-decoration:none; }
	
A:HOVER { 
  	color:#2915a6;
	text-decoration:underline; }
	
A:ACTIV { 
  	color:#2915a6;
	text-decoration:none; }