
/* Standarteinstellungen für die HTML-Seite*/
.menue {
  font-family:"Times New Roman";
  font-size:12pt;
}

/* Für die Hauptüberschrift*/
.U1 {
  font-family:"Times New Roman";
  font-size:18pt;
  font-weight:bold;
}

.UBilder {
  font-family:"Times New Roman";
  font-size:18pt;
  font-weight:bold;
  text-align:center;
}

.Besonderes {
	color:#E2AA15;
	font-size:20px;
}

.TextBilder {
  border-width:2px;
  border-color:#E2AA15;
}

.Text { 
	color: #9B9B9B;
	font-size: 11pt;
	font-family: Book Antiqua;

}

.BesondererText {
	color: #9B9B9B;
	font-size: 12pt;
	font-family: Book Antiqua;
	font-style:italic;
}

.LinkBoxTable {
	 background-color: transparent;
	 border-width:1px;
	 border-color:#575757;
	 border-style:inset;

}

.LinkBox {
	 background-color: transparent;
	 border-color: #9B9B9B;
	 border-collapse:collapse;
	 
}

.LinkFont {
	font-size: 10pt;
	font-family: arial;
}


 a:link    { color:#E2AA15; text-decoration:none; }
 a:visited { color:#E2AA15; text-decoration:none; }
 a:focus   { color:#E2AA15; text-decoration:underline; }
 a:hover   { color:#E2AA15; text-decoration:underline; }
 a:active  { color:#E2AA15; text-decoration:underline; }
