body	{	font-weight: normal;	color: #000000;	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;}.navi {	margin: 0;	padding: 0;	font-family: Georgia, serif;	font-size: 12.5px;}/* die ungeordnete Liste (ul) mit der Identität "navi" (#navi) soll folgende Eigenschaften haben: */ul#navi	{	margin-top: 0px; /* Abstand nach oben */	width: 200px; /* Breite; sonst würde sie sich über die ganze Fensterbreite erstrecken */	list-style: none; /* keine "Bullets", kein Einzug etc. vor den einzelnen Listenelementen */	text-align: right; /* rechtsbündig */	letter-spacing: 1px; /* leicht gesperrt */}ul#navi li	{	margin-bottom: 0.4em; /* Abstand der einzelnen Listenelemente (li) nach unten */}/* Links (a) sollen in allen möglichen Zuständen ("normal", "bereits besucht", "mouseover", "mouseclick") folgende Eigenschaften haben: */a:link, a:visited, a:hover, a:active	{	text-decoration: none; /* keine Unterstreichung etc. */	color: #666; /* hellgraue Textfarbe */}/* alle Links (a) in der ungeordneten Liste (ul) mit der Identität "navi" (#navi) sollen im Zustand "mouseover" (hover) folgende Eigenschaften haben: */ul#navi a:hover {	margin-right: 0.4em; /* Abstand nach rechts 0.3 Einheiten relativ zur Schriftgröße */	color: #222; /* dunkelgraue Textfarbe */}.jahreszahl {	color: #000000;	font-weight: normal;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-style: normal;}.artistname {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 18px;	font-weight: bold;	color: #000000;	text-transform: capitalize;	font-variant: normal;}.head1 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #000000;	font-weight: bolder;	border-bottom-width: thick;	border-bottom-style: none;	border-bottom-color: #000000;	border-top-width: thick;	border-top-style: none;	border-top-color: #000000;}.locations {	font-style: italic;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #000000;	font-weight: normal;	font-variant: normal;}.titleexhibition {	font-weight: normal;	color: #000000;	font-size: 12px;	font-family: Georgia, "Times New Roman", Times, serif;	font-variant: small-caps;}.txt_vita {	font-weight: normal;	color: #000000;	font-size: 12px;	font-family: Georgia, "Times New Roman", Times, serif;	font-variant: normal;}.link_txt {	font-weight: normal;	letter-spacing: 0.02em;	color: #000000;	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	background-color: #00FF00;}.head1_reg {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #000000;	letter-spacing: 0.1em;	font-weight: normal;	border-bottom-width: thick;	border-bottom-style: none;	border-bottom-color: #000000;	border-top-width: thick;	border-top-style: none;	border-top-color: #000000;}.txt-vita-link {	font-weight: normal;	color: #000000;	font-size: 12px;	font-family: Georgia, "Times New Roman", Times, serif;	font-variant: normal;	text-decoration: underline;}a.ex {	text-decoration: underline;}.marker {	font-weight: bold;	color: #FFFFFF;	font-size: 12px;	font-family: Georgia, "Times New Roman", Times, serif;	font-variant: normal;	background-color: #FF0000;}
