/* Hintergrund Farbe (der Seite auf welcher der Rechner eingebunden werden soll) */
	.hintergrund
	{
	background-color: #FFFFFF;		
	}
		
	
/* Eingabemaske und Ergebniszeilen */
	.zeile
	{
	background-color: #fff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
/* Ergebniszeilen (abwechselnde Farbgebung) */
	.zeile2
	{
	background-color: #eee;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	}
	
.zeile2 br, .zeile br	{

}

	
/* Titelleisten */
	.rahmen
	{
	background-color: #6aa2d8;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top:3px;
	padding-bottom:3px;	
	padding-left:3px;
	}
	
/* Formular Button */
	.button
	{
	font-size: 12px;
	font-family: arial, helvetica;
	color: #FFFFFF;
	background-color: #6aa2d8;
	border-width: 0px;
	}
	
/* Links */
	
	
.getcontent a:link, .getcontent a:visited {
		font-size: 12px;
	font-family: Arial, Helvetica;
	color: #cb0000;
	text-decoration: none;
}
	
	.link:hover
	{
	color: #000;
	}
	
/* 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 #6aa2d8;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

	.info_header
	{
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6aa2d8;
	border: 1px solid #6aa2d8;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}


