/* 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: 11px;
	font-weight: bold;
	text-align: left;	
	}
	
/* Formular */
	.fa_formzeile
	{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	}
	
	.fa_formzelle
	{
	}
	
	.fa_form_select_rechner
	{
	}

/* Formular Button */
	.fa_button
	{
	font-size: 11px;
	font-family: arial, helvetica;
	color: #FFFFFF;
	background-color: #CB0000;
	border-width: 0px;
	}
	
/* Ergebnistabelle - Titelzeile */
	.fa_headzeile
	{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	}
	
	.fa_headzelle
	{
	}
	
/* Ergebnistabelle */
/* Ergebnistabelle - gerade Zeilen */
	.fa_zeile
	{
	background-color: transparent;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Ergebnistabelle - ungerade Zeilen */
	.fa_zeile2
	{
	background-color: transparent;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	}

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

/* Links */
	.fa_link
	{
	font-size: 11px;
	font-family: Arial, Helvetica;
	color: #940101;
	text-decoration: none;
	font-weight:bold;
	}
	
	.fa_link:hover
	{
	color: #940101;
	text-decoration:underline;
	font-weight:bold;
	}
	
/* Anmerkungen */	
	.fa_footnotes
	{
	color: #444444;
	font-size: 10px;
	font-family: arial, helvetica;
	}
	
/* Info PopUp */
	.fa_info_body
	{
	font-family: arial, helvetica;
	font-size: 8px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #b2b2b2;
	margin: 0px;
	padding: 4px;
	width: 250px;
	}

	.fa_info_header
	{
	font-family: arial, helvetica;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	background-color: #efefef;
	border: 1px solid #b2b2b2;
	margin: 0px;
	padding: 4px;
	width: 250px;
	}

/* 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
	{
	
	}

	/* Eigene Zusaetze */
	body {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		color:#000000;
		font-size: 11px;
		margin:0px;
	}
	
	.sys_navi {
		padding:0px;
		margin:0px;
	}
	
	.sys_navi ul li {
		list-style-type:none outside none;
		display:inline;
		list-style-image:none;
	}
	
	.sys_navi ul {
		list-style-type:none outside none;
		display:inline;
		list-style-image:none;
	}
	
	.navi_normal {
		height:22px;
		width:75px;
		margin:0px;
		background:url(/_szo/newsbox_reiter_small.gif) no-repeat top left;
		line-height:22px;
		color:#FFFFFF;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:10px;
	}
	
	.navi_normal:hover {
		height:22px;
		width:75px;
		margin:0px;
		background:url(/_szo/newsbox_reiter_small_hover.gif) no-repeat top left;
		line-height:22px;
		color:#FFFFFF;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:10px;
	}
	
	.navi_active {
		height:22px;
		width:75px;
		margin:0px;
		background:url(/_szo/newsbox_reiter_small_aktiv.gif) no-repeat top left !important;
		line-height:22px;
		color:#FFFFFF;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:10px;
	}
