/* 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: 11px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Ergebniszeilen (abwechselnde Farbgebung) */
	.zeile2
	{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Titelleisten */
	.rahmen
	{
	color:#000000;
	width:517px;
	background-color:#e7e7e7;
	/*
	background-color: #444444;
	color: #FFFFFF;
	*/
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: left;	
	}
	
/* Formular Button */
	.button
	{
	font-size: 12px;
	font-family: arial, helvetica;
	color: #FFFFFF;
	background-color: #81AD3D;
	border-width: 0px;
	}
	
/* Links */
	.link
	{
	font-size: 11px;
	font-family: Arial, Helvetica;
	color: #003366;
	text-decoration: underline;
	}
	
	.link:hover
	{
	color: #ff6633;
	}
	
/* Anmerkungen */	
	.footnotes
	{
	color: #444444;
	font-size: 10px;
	font-family: arial, helvetica;
	}
	
/* Info PopUp */
	.info_body
	{
	font-family: arial, helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CB0000;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

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