body{	/* allgemeine Formatierung */
	background-color: rgb(219, 219, 219); 
	color: rgb(0, 0, 0);
	font-size:9pt;

}

div	{
	font-size:9pt;
	}

a:link { color:#0000ee; }    /* noch nicht besuchte Ziele */
a:visited { color:#551a8b; } /* besuchte Ziele */
a:hover { color:#ffff00; }   /* Verweise bei "MouseOver" */
a:active { color:#ee0000; }  /* Angeklickte Verweise */
a:focus { color:#0000ff; }   /* Verweise, die Fokus erhalten */

a.menue	{	/* Formatierung der Menue - Links */
	color:#000000;
	text-decoration:none;
	
	}

div.menue{
	float:none;
	margin: 25px auto 10px 5px;
	}

h1	{	/* Überschrift 1. Ordnung */
	font-family: helvetica,arial,sans-serif;
	color:#000000;
	font-size:22pt;
	font-weight:900;
	
}

h2	{	/* Überschrift 2. Ordnung */
	font-family: helvetica,arial,sans-serif;
	color:#000000;
	font-size:14pt;
	font-weight:400;
	
}

h3	{	/* Überschrift 3. Ordnung */
	font-family: helvetica,arial,sans-serif;
	color:#000000;
	font-size:16pt;
	font-weight:600;
	
}

h4	{	/* Überschrift 4. Ordnung */
	font-family: helvetica,arial,sans-serif;
	color:#000000;
	font-size:15pt;
	font-weight:500;
	
}

h5	{	/* Überschrift 5. Ordnung */
	font-family: helvetica,arial,sans-serif;
	color:#000000;
	font-size:12pt;
	font-weight:500;
	margin:3px;
	
}

p	{
	font-family: helvetica,arial,sans-serif;
	text-align:left;
	color:#000000;
	font-size:10pt;
	font-weight:300;
	}

span.bildunterschrift	{
	font-family: helvetica,arial,sans-serif;
	color:#000000;
	font-size:10pt;
	font-weight:200;
}

table{ /* Tabelle */
	background-color: rgb(219, 219, 219); 
	color: rgb(0, 0, 0);
	border-spacing:0px;
}

td{ /* Tabellenzelle */
	background-color: rgb(219, 219, 219); 
	color: rgb(0, 0, 0);
}

img.startseite	{ /* Die Bilder der Startseite */
	width: 225px; 
	height: 150px;
	border:none;
	margin:0px
}


dl	{ /* Die Ausstellungs - Listen */
	text-align:left;
	margin:3px;
	}

dt	{ /* Die Listeneintraege */
	font-size:9pt;
	}

dd	{ /* Die Listeneintraege */
	font-size:9pt;
	}
