<!--
/* IE-Anpassungen da div. Farbnamen nicht unterstuetzt :

  #d3d3d3 = lightgray
 
   === Standard-Styles === 
*/
body {	font-family:Verdana,Arial,Helvetica;
	font-size:9pt;
	color:black; 
	background-color:white; }

th     { font-size:16pt; 
	 font-weight:bold; 
	 color:white;
	 background:gray;
	 text-align:left; }

td {	font-family:Verdana,Arial,Helvetica;
	font-size:9pt; 
	background:#d3d3d3;
	color:black; }

.edat {	color:gray;
	font-size:8pt; }

.tlogo { font-size:16pt; 
	 font-weight:bold;
	 text-align:center; 
	 color:white;
	 background:gray }

.text  { font-size:9pt;
	 color:black;
	 background-color:white; }

.emask { font-size:8pt; 
	 background:#d3d3d3;
	 color:black; }
input,
textarea { font-size:9pt; }

a    {  font-family:Verdana,Arial,Helvetica;
	font-size:9pt;
	color:blue; 
	text-decoration:none; }

a:active  { color:darkred; }
a:visited { color:blue; }
a:hover   { color:darkred; text-decoration:underline; }

.deadl { color:gray; }

/* === Menu-Link/Navigation === */

a.ml {  font-family:Verdana,Arial,Helvetica;
	font-size:9pt;
	color:blue;
	text-decoration:none; }

a.ml:active  { color:red; }
a.ml:visited { color:blue; }
a.ml:hover   { color:darkgreen; text-decoration:underline overline; }

td.webo { color:black;
	  font-size:8pt;
	  text-align:center;
	  padding:0pt; }

a.webo { font-size:8pt; }

//-->
