/* Hintergrund Farbe (der Seite auf welcher der Rechner eingebunden werden soll) */
	.fa_hintergrund
	{
	background-color: #FFFFFF;		
	}

/* Titelleisten */
	.fa_rahmen
	{
	background-color: #CB0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: left;	
	}
	
/* Formular */
	.fa_formzeile
	{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #595959;	
	}
	
	.fa_formzelle
	{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #595959;	
	}
	
	.fa_form_select_rechner
	{
	}

/* Formular Button */
	.fa_button
	{font-weight: bold;
	font-size: 13px;
	font-family: arial, helvetica;
	color: #FFFFFF;
	padding:5px;
	 background: url("images/whitenavgradient2.png") repeat-x scroll left top #669933; /*#1973CD*/
	border: 1px solid #1973cd;
	text-shadow: 1px 0 0 #336633; /*#22527F*/
	}
	.fa_button:hover{background-color: #336633; /*#5097DD*/}
/* Ergebnistabelle - Titelzeile */
	.fa_headzeile
	{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #595959;	
	}
	
	.fa_headzelle
	{
	}
	
/* Ergebnistabelle */
/* Ergebnistabelle - gerade Zeilen */
	.fa_zeile
	{
	
	font-family: Arial, Helvetica;
	font-weight: normal;
		}
		
	.fa_zeile_rechner
	{
	
	font-family: Arial, Helvetica;
	font-size: 13px;
	
	
	}

		
.fa_zeile_head
	{
	
	font-family: Arial, Helvetica;
	border-bottom: 1px solid #dddddd;
	color: #878787;	
	}

	
/* Ergebnistabelle - ungerade Zeilen */
	.fa_zeile2
	{
	
	font-family: Arial, Helvetica;
	
	font-weight: normal;
	/*color: #595959;*/	
	}

/* Ergebnistabelle - Zellen */
	.fa_zelle
	{
	font-family: Arial, Helvetica;
	
	font-weight: normal;	
	}
	
/* Ergebnistabelle - Logospalte */
	.fa_logotd
	{
	}
	
/* Ergebnistabelle - Logo */
	.fa_logoimg
	{
	border-width: 0px;margin: 0;
	
	}
	

/* Links */
	.fa_link
	{

	font-family: Arial, Helvetica;
	color: #0044CC;
	text-decoration: none;
	}
	
	.fa_productlink
	{

	font-family: Arial, Helvetica;
	color: #0044CC;
	text-decoration: none;
	}
	
	.fa_link:hover
	{
	color: #0044CC;
	}
	
/* Anmerkungen */	
	.fa_footnotes
	{
	color: #444444;
	font-size: 10px;
	font-family: arial, helvetica;
	}
	
/* Info PopUp */
	.fa_info_body
	{
	font-family: arial, helvetica;
	font-size: 11px;
	color: #595959;
	background-color: #EEEEEE;
	border: 1px solid #CB0000;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

	.fa_info_header
	{
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CB0000;
	border: 1px solid #CB0000;
	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; */	
	padding: 5px;
	background: none repeat scroll 0 0 #ffeaa8;
    border: 1px solid #CCCCCC;
	}
	
	.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
	{
	background: none repeat scroll 0 0 #ffeaa8;
    border: 1px solid #CCCCCC;
    	padding: 5px;
	}
  
  input[type="radio"] { 
    background: #f4f4f4;
  }
  
  input[type="radio"]:checked { 
    background: #5097DD;
  }
