body {
margin:0px;
padding:0px;
}/* Hintergrund Farbe (der Seite auf welcher der Rechner eingebunden werden soll) */
	.hintergrund
	{
	background-color: #FFFFFF;		
	}
		
	
/* Eingabemaske und Ergebniszeilen */
	.zeile
	{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Ergebniszeilen (abwechselnde Farbgebung) */
	.zeile2
	{
	background-color: #DDDDDD;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Titelleisten */
	.rahmen
	{
	background-color: #E20026;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: left;	
	}
	
/* Formular Button */
	.button
	{
	font-size: 12px;
	font-family: arial, helvetica;
	color: #FFFFFF;
	background-color: #E20026;
	border-width: 0px;
	}
	
/* Links */
	.link
	{
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #E20026;
	text-decoration: none;
	line-height:18px;
	}
	
	.link:hover
	{
	color: #FFFFFF;
	background-color:#E20026;
	}
	
/* Anmerkungen */	
	.footnotes
	{
	color: #444444;
	font-size: 10px;
	font-family: arial, helvetica;
	}
	
/* Info PopUp */
	.info_body
	{
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #E20026;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

	.info_header
	{
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E20026;
	border: 1px solid #E20026;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}
	
/* Formular Felder */

	.depotrechner_ordervolumen,
	.depotrechner_orderanzahl,
	.depotrechner_depotvolumen,
	.depotrechner_orderinternet,
	.festgeldrechner_anlagebetrag,
	.girokontorechner_zahlungseingang,
	.girokontorechner_guthaben,
	.girokontorechner_minus
	{
	width: 60px;	
	}
	
	.girokontorechner_minustage
	{
	width: 40px;
	}
	
	.festgeldrechner_laufzeit,
	.girokontorechner_berufsgruppe,
	.girokontorechner_guthabentage	
	{
	
	}



