body 
	{
		font-family:Verdana,Arial;
		color:#fc6600;
	
		background-color:#555555;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
	}


.menue
	{
		font-size:10pt;
		font-weight:bold;
	}

.footer
	{
		font-size:8pt;
		font-weight:bold;
		text-align:right;
	}



a:link { color:#fc6600;text-decoration:none; }    /* noch nicht besuchte Ziele */
a:visited { color:#fc6600;text-decoration:none; } /* besuchte Ziele */
a:hover { color:#fc6600; text-decoration:underline; }   /* Verweise bei "MouseOver" */
a:active { color:#fc6600;text-decoration:none;}  /* Angeklickte Verweise */
a:focus { color:#fc6600;text-decoration:none; }   /* Verweise, die Fokus erhalten */




.toptxt
	{
	color:#cccccc;
	font-size:12pt;
	font-weight:bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;

	}

.chead
	{
		color:#000000;
		font-size:10pt;
		font-weight:bold;

	}

.ctxt
	{
		color:#cccccc;
		font-size:10pt;
		font-weight:bold;

	}


input { font-size:10px; font-family:Verdana,Arial; border:1px solid #000000;}

.in { background-color:#BFD8FA; border:1px solid #000000; }
