
	td
	{
	padding: 3px;
	}
	.rechner
	{
	margin-left: 10px;
	}
	
	.rechner table
	{
	border: 1pt solid #CCC;
	padding: 2px;
	}
	
	.rechner td
	{
	padding: 2px;
	}
	
	.rechner_ergebnis tr:hover
	{
	background-color: #CCC;
	}
/* Hintergrund Farbe (der Seite auf welcher der Rechner eingebunden werden soll) */
	.fa_hintergrund
	{
	background-color: #FFFFFF;		
	}

/* Titelleisten */
	.fa_rahmen
	{
	width: 100%;
	background-color: #FFF;
	color: #666;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	}
	
/* Formular */
	.fa_formzeile
	{
	background-color: #FFF;
	font-weight: normal;
	color: #000000;	
	}
	
	.fa_formzelle
	{
	}
	
	.fa_form_select_rechner
	{
	}

/* Formular Button */
	.fa_button
	{
	color: #FFFFFF;
	background-color: #B00;
	border: 1px solid #CCC;
	padding: 3px;
	cursor: pointer;
	}
	
/* Ergebnistabelle - Titelzeile */
	.fa_headzeile
	{
	background-color: #DDD;
	font-weight: normal;
	color: #000000;	
	}
	
/* Ergebnistabelle */
/* Ergebnistabelle - gerade Zeilen */
	.fa_zeile
	{
	background-color: #F9F9F9;
	font-weight: normal;
	color: #000000;	
	}
	
/* Ergebnistabelle - ungerade Zeilen */
	.fa_zeile2
	{
	background-color: #EEE;
	font-weight: normal;
	color: #000000;	
	}

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

/* Links */
	.fa_link
	{
	color: #B00;
	text-decoration: none;
	}
	
	.fa_link:hover
	{
	color: #333;
	}
	
/* Anmerkungen */	
	.fa_footnotes
	{
	color: #444444;
	}
	
/* Info PopUp */
	.info_body
	{
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #666;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

	.info_header
	{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFF;
	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;	
	}
	
	.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
	{
	
	}

.zum-anbieter a {
	margin-left: 8px;
	display: block;
	background: url(/img/zum-anbieter.gif) 0 0 no-repeat;
	width: 120px;
	height: 30px;
}

.zum-anbieter a:hover {
	background: url(/img/zum-anbieter.gif) 100% 100% no-repeat;
	width: 120px;
	height: 30px;
}