
	/* NAVIG.CSS definiert zentral Formateigenschaften von HTML-Elementen */

	/* Verfasser: Thomas Hillmann */

<html>
	<head>
		<style type="text/css">

		<!--

		/* Formate für Text */

		P { text-decoration:none; }
		p.headln { color:#CEDCE3; font-family:Helvetica,Arial; font-size:12pt; font-weight:bold;   }
		p.plain  { color:#CEDCE3; font-family:Helvetica,Arial; font-size: 9pt; font-weight:normal; }
		p.bold   { color:#CEDCE3; font-family:Helvetica,Arial; font-size: 8pt; font-weight:bold;   }
		p.small  { color:#CEDCE3; font-family:Helvetica,Arial; font-size: 8pt; font-weight:normal; }
		p.thdln  { color:#CEDCE3; font-family:Helvetica,Arial; font-size: 8pt; font-weight:normal; }

		/* Formate für Links */

		a:link    { color:#CEDCE3; font-family:Helvetica,Arial; font-size:9pt; font-weight:normal; text-decoration:none; }
		a:visited { color:#CEDCE3; font-family:Helvetica,Arial; font-size:9pt; font-weight:normal; text-decoration:none; }
		a:hover   { color:#FFFF00; font-family:Helvetica,Arial; font-size:9pt; font-weight:normal; text-decoration:none; }
		a:active  { color:#FFFF00; font-family:Helvetica,Arial; font-size:9pt; font-weight:normal; text-decoration:none; }

		-->

		</style>
	</head>
</html>

