
/* Hintergrund Farbe (der Seite auf welcher der Rechner eingebunden werden soll) #003399*/
	.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;
	}


/* Anbieternamen */
	.anbieter
	{
	font-weight: normal;
	}

/* Produktnamen */
	.produkt
	{
	font-weight: normal;
	font-family: ;
	font-size: 0px;
	color: ;
	}

/* Titelleisten */
	.rahmen
	{
	background-color: #98bed1;
	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: #CB0000;
	border-width: 0px;
	}

/* Links */
	.link
	{
	font-size: 13px;
	font-family: Verdana;
	color: #003399;
	text-decoration: none;

	}

	.link:hover
	{
	color: #003399;
         text-decoration: underline;
	}

/* 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 #98bed1;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

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