/* Hintergrund Farbe (der Seite auf welcher der Rechner eingebunden werden soll) */
	.hintergrund, .fa_hintergrund
	{
	background-color: #FFFFFF;		
	}
		
	
/* Eingabemaske und Ergebniszeilen */
	.zeile, .fa_zeile
	{
	background-color: #EEEEEE;
	font-family: verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Ergebniszeilen (abwechselnde Farbgebung) */
	.zeile2, .fa_zeile2
	{
	background-color: #DDDDDD;
	font-family: verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Titelleisten */
	.rahmen, .fa_rahmen
	{
	background-color: #15314C;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: left;	
	}
	
/* Formular Button */
	.button, .fa_button
	{
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	color: #FFFFFF;
	background-color: #14A216;
	border-width: 0px;
	}
	
/* Links */
	.link, .fa_link
	{
	font-size: 12px;
	font-family: verdana, Arial, Helvetica;
	color: #15314C;
	text-decoration: none;
	}
	
	.link:hover
	{
	color: #A00202;
	}
	
/* Anmerkungen */	
	.footnotes, .fa_footnotes
	{
	color: #444444;
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	}
	
/* Info PopUp */
	.info_body, .fa_info_body
	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #CB0000;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

	.info_header, .fa_info_header
	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CB0000;
	border: 1px solid #CB0000;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}


