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

/* Titelleisten */
	.fa_rahmen
	{
	background-color: #00519E;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 14px;
	padding: 4px;
	font-weight: bold;
	text-align: left;	
	}
	
/* Formular */
	.fa_formzeile
	{
	background-color: #EEEEEE;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
	.fa_formzelle
	{
	}
	
	.fa_form_select_rechner
	{
	}

/* Formular Button */
	.fa_button
	{
	font-size: 12px;
	font-family: verdana;
	margin-left: 20px;
	color: #FFFFFF;
	background-color: #00519E;
	height: 22px;
	line-height: 15px;
	}
	
/* Ergebnistabelle - Titelzeile */
	.fa_headzeile
	{
	background-color: #EEEEEE;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
	.fa_headzelle
	{
	}
	
/* Ergebnistabelle */
/* Ergebnistabelle - gerade Zeilen */
	.fa_zeile
	{
	background-color: #EEEEEE;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	height: 40px;
	}

	.fa_zeile:hover
	{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	background-color: #FF6600;
    background: #FF6600;
	}
	
/* Ergebnistabelle - ungerade Zeilen */
	.fa_zeile2
	{
	background-color: #DDDDDD;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;		
	height: 40px;
	}

	.fa_zeile2:hover
	{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
    background: #FF6600;
	}

        .fa_anbieter
	{
        background-color: transparent;
	}

        .fa_produkt
	{
        background-color: transparent;
	}

/* Ergebnistabelle - Zellen */
	.fa_zelle
	{
		padding-left: 4px;
	}
	
/* Ergebnistabelle - Logospalte */
	.fa_logotd
	{
	}
	
/* Ergebnistabelle - Logo */
	.fa_logoimg
	{
	}
	

/* Links */
	.fa_link
	{
	font-size: 11px;
	font-family: verdana;
	color: #00519E;
	font-weight: bold;
	text-decoration: underline;
	}
	
	.fa_link:hover
	{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}
	
/* Anmerkungen */	
	.fa_footnotes
	{
	color: #444444;
	font-size: 10px;
	font-family: verdana;
	}
	
/* Info PopUp */
	.fa_info_body
	{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #00519E;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

	.fa_info_header
	{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00519E;
	border: 1px solid #00519E;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}



