/* Hintergrund Farbe (der Seite auf welcher der Rechner eingebunden werden soll) */
	.hintergrund
	{
	background-color: #FFFFFF;		
	}
		
	
/* Eingabemaske und Ergebniszeilen */
	.zeile
	{
	background-color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Ergebniszeilen (abwechselnde Farbgebung) */
	.zeile2
	{
	background-color: #F1F1F1;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Titelleisten */
	.rahmen
	{
	background-color: #FFFFFF;
	/*border-bottom: 1px solid #ddd;*/
	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;
	padding: 3px;
	float:left;
	margin: 40px 0 0 0;
	background-color: #669933;
	border-width: 0px;
	}
	
/* Links */
	.link
	{
	font-size: 11px;
	font-family: Arial, Helvetica;
	text-decoration: none;
	}
	
	.link:hover
	{
	text-decoration: underline;
	}
	
/* Anmerkungen */	
	.footnotes
	{
	color: #444444;
	font-size: 9px;
	font-family: arial, helvetica;
	padding: 0 0 10px 0;
	}
	
/* Info PopUp */
	.info_body
	{
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #333;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

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


