/* SEITE */
body				{background-color: #85C97B; font-family: Arial, Helvetica, sans-serif; color: #F3F3F3; }


/* TABELLE */
.tab_hg 			{background-color: #85C97B;}


/* Zelle Rahmen */
.cell_rahmen 		{background-color: #F3F3F3;}

/* Zelle Dunkelgrün */
.cell_dunkel				{background-color: #67BC59; vertical-align: bottom; color: F3F3F3;}
.p_cell_dunkel				{margin-left: 22px; margin-right: 22px; margin-bottom: 22px; font-size: 10pt; }

/* Zelle Hellgrün */
.cell_hell					{background-color: #C2E4BD; vertical-align: bottom; color: 355239;}
.p_cell_hell 				{margin-left: 22px; margin-right: 22px; margin-bottom: 22px; font-size: 10pt; }
.link_cell_hell:link 		{color: #355239; text-decoration: underline; }
.link_cell_hell:visited		{color: #355239; text-decoration: underline;}
.link_cell_hell:hover		{color: #000000; text-decoration: underline;}

/* Zelle mit Links */
.cell_links					{background-color: #D9EFD6; color: 355239; text-align: center;}
.link_cell_links :link 		{color: #355239;}
.link_cell_links :visited	{color: #355239;}
.link_cell_links :hover		{color: #000000;}




/* F O R M U L A R F E L D E R */

/* Hintergrund 616263*/
.formhg { background-color:#99abc4; }

/* Eingabefelder */
.eingabefeld { background-color:#D6DDD7; font-size: 9pt; color: #000000; border-style: solid; border-color: #79827B; border-width: 1px; }

/* Text Feldbezeichnung */
.zellen_text_form {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF; }



/* H Y P E R L I N K S 003366  610E3F*/

/* Verhalten der Links in Haupt-Linkleiste */
A:link 					{ font-size: 10pt; color: #F3F3F3; text-decoration: none; }
A:visited				{ font-size: 10pt; color: #F3F3F3; text-decoration: none; }
A:hover					{ font-size: 10pt; color: #355239; text-decoration: none; }
.LinkAktiv 				{ font-size: 10pt; color: #355239; text-decoration: none; }

/* Verhalten der Links im LinkFeld */
.LinkInhalt01:link 		{ font-size: 10pt; color: #666666; text-decoration: none; }
.LinkInhalt01:visited	{ font-size: 10pt; color: #666666; text-decoration: none; }
.LinkInhalt01:hover		{ font-size: 10pt; color: #F3F3F3; text-decoration: none; }
