/*
mittel: rgb(102,117,152)
hell: rgb(197,216,254)
ganz hell: rgb(237,238,242);
*/
/* Hintergrund Farbe (der Seite auf welcher der Rechner eingebunden werden soll) */
	.fa_hintergrund
	{
	background-color: #FFFFFF;		
	}

/* Titelleisten */
	.fa_rahmen
	{
	background-color: rgb(63,76,108);
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	text-align: left;	
	}
	
/* Formular */
	.fa_formzeile
	{
	background-color: rgb(237,238,242);
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	color: #000000;	
	}
	
	.fa_formzelle
	{
	background-color: rgb(237,238,242);
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	color: #000000;	
	}
	
	.fa_form_select_rechner
	{
	}

/* Formular Button */
	.fa_button
	{
	font-size: 10pt;
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	color: #FFFFFF;
	border-width: 0px;
	}
	
/* Ergebnistabelle - Titelzeile */
	.fa_headzeile
	{
	background-color: rgb(102,117,152);
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	color: white;	
	}
	
	.fa_headzelle
	{
	}
	
/* Ergebnistabelle */
/* Ergebnistabelle - gerade Zeilen */
	.fa_zeile
	{
	background-color: #fff;
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	color: #000000;	
	}
	
/* Ergebnistabelle - ungerade Zeilen */
	.fa_zeile2
	{
	background-color: rgb(237,238,242);
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	color: #000000;	
	}

/* Ergebnistabelle - Zellen */
	.fa_zelle
	{
	}
	
/* Ergebnistabelle - Logospalte */
	.fa_logotd
	{
	}
	
/* Ergebnistabelle - Logo */
	.fa_logoimg
	{
	}
	

/* Links */
	.fa_link
	{
	font-size: 10pt;
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	color: rgb(63,76,108);
	text-decoration: none;
	}
	
	.fa_link:hover
	{
	color: rgb(102,117,152);
	}
	
/* Anmerkungen */	
	.fa_footnotes
	{
	color: #ccc;
	font-size: 8pt;
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	padding-top: 25px;
	}
	
/* Info PopUp */
	.info_body
	{
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid rgb(63,76,108);
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

	.info_header
	{
	font-family: Trebuchet MS, Tahoma, arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: rgb(63,76,108);
	border: 1px solid rgb(63,76,108);
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

/* Formular Felder */

	.depotrechner_ordervolumen,
	.depotrechner_orderanzahl,
	.depotrechner_depotvolumen,
	.depotrechner_orderinternet,
	.festgeldrechner_anlagebetrag,
	.girokontorechner_zahlungseingang,
	.girokontorechner_guthaben,
	.girokontorechner_minus,
	.kreditkarterechner_umsatzeuroland,
	.kreditkarterechner_umsatznichteuroland,
	.ratenkreditrechner_kreditbetrag,
	.tagesgeldrechner_anlagebetrag
	{
	width: 60px;	
	}
	
	.girokontorechner_minustage
	{
	width: 40px;
	}
	
	.kreditkarterechner_kartengesellschaft,
	.kreditkarterechner_anzeige,
	.kreditkarterechner_zahlungsart
	{
	width: 100px;
	}
	
	.festgeldrechner_laufzeit,
	.girokontorechner_berufsgruppe,
	.girokontorechner_guthabentage,
	.girokontorechner_eckarte,
	.girokontorechner_kreditkarte,
	.girokontorechner_use_regional,
	.girokontorechner_regional,
	.girokontorechner_filialbanken,
	.ratenkreditrechner_laufzeit,
	.ratenkreditrechner_verwendungszweck,
	.tagesgeldrechner_laufzeit
	{
	
	}


	.fa_formzelle input, select, option {
		font-size: 10pt; 
		border: 1px solid rgb(63,76,108);
/*		color: rgb(63,76,108);  */
	}
	select, option {
		font-size: 8pt; 
	}
