/* ----------------Allgemeine Formatierungen---------------- */
	td, body										/* Normaler Text */
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#616256;
		}
	
	td.headline1 									/* Seitenüberschrift */
		{
			font-family:arial,helvetica;
			font-size:10pt;
			font-weight:bold;
			color:#FFFFF4;
			background-color:#DE5400
		}
	td.headline12 									/* Seitenüberschrift */
		{
			background-color:#7F0000
		}

	td.headline2 									/* Überschrift für Tabellen */
		{
			font-family:arial,helvetica;
			font-size:8pt;
			font-weight:bold;
			color:#ffffff;
			background-color:#7D90B3;
		}
	.tabelle
		{
			border:1px solid #D8D1BE;
			background-color:#FFFEF2;
		}
	.tabkopf
		{	
			font-family:arial,helvetica;
			font-size:10pt;
			font-weight:bold;
			color:#750000;
			background-color:#EDE6D2;
		}


	a:link				   
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#008200;
			text-decoration:underline;
		}
	a:visited	
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#008200;
			text-decoration:underline;
		}
	a:hover		
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#29B600;
			text-decoration:underline;
		}
	a:active	
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#008200;
			text-decoration:underline;
		}

/* ---------------------------ENDE-------------------------- */


/* -------------------Navigations-Bereich------------------- */
	td.nav 					   /* Text in Navigationsbereich */
		{
			font-family:arial,helvetica;
			font-size:10pt;
			font-weight:bold;
			color:#616256;
			text-decoration:none;
		}
	
	a.nav:link				   
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#104C97;
			text-decoration:none;
		}
	a.nav:visited	
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#104C97;
			text-decoration:none;
		}
	a.nav:hover		
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#4D75C6;
			text-decoration:underline;
		}
	a.nav:active	
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#4D75C6;
			text-decoration:underline;
		}
/* ---------------------------ENDE-------------------------- */

	
/* ---------------------Formular-Bereich-------------------- */
	
	Textarea
		{
			Overflow: auto;
		}
	.reset
		{
		border:1px solid #002467; 
		background-color: #7D90B3;  
		color: #ffffff; 
		font-weight : bold;
		}
	.textf
		{
		border:1px solid #002467; 
		background-color: #FFFFFE;  
		color: #001335; 
		}
		
		
/* ---------------------------ENDE-------------------------- */