/* DATEI: formate.css */
p,h1,h2,h3,h4,a,ul,ol,li,dl,th,td,form,address,blockquote,cite,nobr,big,small,b,i,strike,.my
		{font-family:verdana,arial,helvetica,sans-serif}
p,ul,ol,li,dl,th,td,form,address,blockquote,cite,nobr,.my
		 {font-size: 12px}

p
		  { font-size: 12px; line-height: 18px }

h1		{font-size:28px}
h2		{font-size:21px}
h3		{font-size:16px}
h4		{font-size:14px}

small	 {color:gray;font-size:9px }
big		{font-size:16px;font-weight:bold}
strike	{color:#AAAAAA}

a:link		  { color: #000080; font-weight: bold; text-decoration: none }
a:visited	 {color:#000099;font-weight:bold;text-decoration:none}
a:active	 {color:#996600;font-weight:bold;text-decoration:underline}
a:hover		 {color:#ff0000;font-weight:bold;text-decoration:underline}

a.plain			    { color: red; font-weight: 600; font-size: 12px; text-decoration: none; letter-spacing: -1px }
a.plain:visited	    { color: red; font-style: normal; font-weight: 600; font-size: 12px; text-decoration: none; letter-spacing: -1px }
a.plain:active	   { color: blue; font-style: normal; font-weight: 600; font-size: 12px; text-decoration: underline; letter-spacing: -1px }
a.plain:hover	   { color: blue; font-style: normal; font-weight: 600; font-size: 12px; text-decoration: underline; letter-spacing: -1px }
.formOk		{font-family:verdana,arial,helvetica,sans-serif;font-size:12px;border:solid #00C000;}
.formReq	{font-family:verdana,arial,helvetica,sans-serif;font-size:12px;border:solid #FF0000;background-color:#FFCCCC;}
.formReqC	{font-family:verdana,arial,helvetica,sans-serif;font-size:12px;;border-bottom:double #FF0000;background-color:#FFCCCC;}

.norm	{color:#000000}
.rot	{color:#FF0000}
.gruen	{color:#009900}
.blau	{color:#000099}
.kopf	{color:#CC9900}

/* EOF */