/****** Allgemeines ******/

BODY	{ font-family: Times New Roman, Times, serif; color:#000000; font-size:14px; text-decoration : none; background:#FFFFFF; }

P		{ font-family: Arial, Helvetica, sans-serif; color:#000000; font-size:12px; text-decoration : none; }


/****** Tabellen und Zellen ******/

TH		  		{ color:#000000; background:#ffffff; font-weight: bold; }

TD  	  		{ color:#000000; font-family: Arial, Helvetica, sans-serif; font-size:12px; text-decoration: none;}

TD.hellgrau  	{ color:#101010; background:#cccccc; }

TD.dunkelgrau	{ color:#cccccc; background:#333333; }

TD.schwarz   	{ color:#cccccc; background:#101010; font-family: Times New Roman, Times, serif; font-size:14px; text-decoration: none;}

TD.times		{ font-family: Times New Roman, Times, serif; font-size:14px; text-decoration : none; }
		

DIV.times		{ font-family: Times New Roman, Times, serif; font-size:14px; text-decoration : none; }

/****** Titel/Headlines ******/

H1  { font-family: Times New Roman, Times, serif; font-size:18px; color:#990033; font-weight:bold; line-height:18px; text-align:center;}

H2  { font-family: Times New Roman, Times, serif; font-size:16px; color:#990033; font-weight:bold; line-height:16px; text-align:center; }

H3  { font-family: Arial, Helvetica, sans-serif;  font-size:12px; color:#ff0000; font-weignt:normal; line-height:12px; text-align:center; text-decoration:blink; }




/****** links ******/

A:link			{ color:#990033; text-decoration: underline; }
A:visited		{ color:#990033; text-decoration: underline; }
A:active		{ color:#990033; text-decoration: underline; }
A:hover			{ color:#333333; text-decoration: underline; }

A.invis:link	{ color:#000000; text-decoration: none; }
A.invis:visited	{ color:#101010; text-decoration: none; }
A.invis:active	{ color:#000000; text-decoration: none; }
A.invis:hover	{ color:#990033; text-decoration: underline; }

TD.schwarz A:link		{ color:#cccccc; text-decoration: none; }
TD.schwarz A:visited	{ color:#cccccc; text-decoration: none; }
TD.schwarz A:active 	{ color:#cccccc; text-decoration: none; }
TD.schwarz A:hover		{ color:#ffffff; text-decoration: none; }

TD.dunkelgrau A:link	{ color:#cccccc; text-decoration: none; }
TD.dunkelgrau A:visited	{ color:#cccccc; text-decoration: none; }
TD.dunkelgrau A:active 	{ color:#cccccc; text-decoration: none; }
TD.dunkelgrau A:hover	{ color:#ffffff; text-decoration: none; font-weight: normal; }



/****** Formulare ******/

textarea	{ color:#000000; background-color:#ffffff; font-family: Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; width:320px; height:100px; }
textarea.areagr	{ width:640px; height:200px;}
input		{ color:#000000; background-color:#ffffff; font-family: Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; width:200px; }
input.txtxs		{ width:25px; }
input.txtkl		{ width:50px; }
input.txtmid	{ width:100px; }
input.txtgr		{ width:320px; }
input.txtxl		{ width:640px; }
input.radio		{ width:20px; }
input.button	{ width:90px; }
input.buttonkl	{ width:50px; }
input.buttongr	{ width:130px; }

