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


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


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

/* Zelle Dunkelgrau */
.cell_dunkel		{background-color: #79827B; vertical-align: bottom; color: F3F3F3;}
.text_cell_dunkel	{margin-left: 22px; margin-right: 22px; margin-bottom: 22px; font-size: 10pt; }

/* Zelle Mittelgrau */
.cell_mittel		{background-color: #929B94; vertical-align: bottom; color: F3F3F3;}
.text_cell_mittel	{margin-left: 22px; margin-right: 22px; margin-bottom: 22px; font-size: 10pt; }

/* Zelle Hellgrau */
.cell_hell					{background-color: #C5CDC6; vertical-align: bottom; color: 666666;}
.text_cell_hell 			{margin-left: 22px; margin-right: 22px; margin-bottom: 22px; font-size: 10pt; }
.link_cell_hell:link 		{color: #666666; text-decoration: underline; }
.link_cell_hell:visited		{color: #666666; text-decoration: underline;}
.link_cell_hell:hover		{color: #F3F3F3; text-decoration: underline;}

/* Zelle mit Links */
.cell_links					{background-color: #D6DDD7; color: 666666; text-align: center;}
.link_cell_links :link 		{color: #666666;}
.link_cell_links :visited	{color: #666666;}
.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: #666666; text-decoration: none; }
.LinkAktiv 				{ font-size: 10pt; color: #666666; 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; }




/* T E X T */

/* Überschriften */
h1 	{font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: normal; }
h2 	{font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; }
h3 	{font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; }
h4 	{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; }
