@charset "utf-8";
/* CSS Document */


#infoBox 	{
	text-align:left;
	padding: 4px;
}
#infotable td 	{
 text-align:left;
	border: 1px dashed #CCCCCC;
}

#infoTitel {
	margin:0px 0px 5px 0px;
	padding: 0px 3px;
	border-bottom: solid #7E817E 1px;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color:#7E817E;
}
#infoTitel a 		{
			text-decoration: none;		
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color:#7E817E;
}

/*
Block ein/ausblenden (läuft jetzt über ToolTip

#aktuellesTitel a 		{
			text-decoration: none;		
	font-family: Geneva, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;	
	color:#00000;
}

#aktuellesTitel a span		{
	display: none;
	color:#00000;
}

#aktuellesTitel a:focus span,
#aktuellesTitel a:active span,
#aktuellesTitel a:hover span
			{
			display: block;			
			text-decoration: none;			
			}
			
*/

#aktuellesTitelDatum {
	float:right; 
	padding: 0px 5px;
}



