
/* ---------------------- MAIN --- */

body		{color: #336600; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal; background-color: #FFFFFF;}


/* ---------------------- NAVIGATION --- */

A.navi:link	{color: #336600; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal;}
A.navi:visited	{color: #336600; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal;}
A.navi:active	{color: #336600; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal;}
A.navi:hover	{color: #336600; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal;}

A.naviaktiv:link	{color: #CCFF99; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal;}
A.naviaktiv:visited	{color: #CCFF99; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal;}
A.naviaktiv:active	{color: #CCFF99; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal;}
A.naviaktiv:hover	{color: #CCFF99; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal;}


/* ---------------------- KOPF --- */

.kopftitel		{color: #003300; font-family: Arial, Verdana, Tahoma; font-size: 11px; font-weight: bold;}				/* Kopf: Titel */
.kopfadresse	{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 11px; font-weight: normal;}			/* Kopf: Adressdaten */

A.kopf:mail	{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 11px; text-decoration: underline; font-weight: normal;}
A.kopf:link	{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 11px; text-decoration: underline; font-weight: normal;}
A.kopf:visited	{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 11px; text-decoration: underline; font-weight: normal;}
A.kopf:active	{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 11px; text-decoration: underline; font-weight: normal;}
A.kopf:hover	{color: #77B43C; font-family: Arial, Verdana, Tahoma; font-size: 11px; text-decoration: underline; font-weight: normal;}


/* ---------------------- INHALT --- */

A:mail		{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: underline; font-weight: normal;}
A:link		{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: underline; font-weight: normal;}
A:visited		{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: underline; font-weight: normal;}
A:active		{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: underline; font-weight: normal;}
A:hover		{color: #66CC33; font-family: Arial, Verdana, Tahoma; font-size: 12px; text-decoration: underline; font-weight: normal;}

td		{color: #336600; font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: normal;}			/* Standardtext */
.headline		{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 18px; font-weight: bold;}				/* Seiten-Überschriften */
.highlight		{color: #009900; font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: bold;}				/* Text-Überschriften */
.block		{color: #CCFF99; font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: bold;}				/* Block-Überschriften */
.fehler		{color: #FF0000; font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: normal;}			/* Fehlermeldungen (Formular) */


/* ---------------------- FORMULAR --- */

.inputko	{
	width: 300px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	background-color:#F6FFED;
	border: 1px solid #009900;
	display: inline;}

.selectko	{
	width: 150px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	background-color:#F6FFED;
	display: inline;}

.areako	{
	width: 300px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	background-color:#F6FFED;
	border: 1px solid #009900;
	display: inline;
	overflow: auto;}

.buttonko	{
	width: 150px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	background-color:#E5FFCC;
	border: 1px solid #009900;
	display: inline;}

checkbox	{
	display: inline;}

form	{
	display: inline;}
