/* 
###################################################################################################
## Aktuelles
###################################################################################################
*/

#aktuelles_text {
	float: left;
	width:456px;
	border: solid 1px #d2d2d2;
	padding:12px;
	margin-bottom:4px;		
}

#aktuelles_bild {
	float: right;
	border: solid 1px #d2d2d2;
	overflow:hidden;
	padding:12px;
	margin-bottom:16px;
	margin-left: 10px;	
	text-align:center;
}

#aktuelles_info {
	float:left;
	width:444px;
	margin-bottom:16px;			
}

#aktuelles_info a {
	color:#0c2c83;
}

.aktuell_td {
	border-bottom: solid 1px #d2d2d2;
}

.aktuell_tr img {
	/*width:0.8em;*/
}

.aktuell_tr a {
	color:#0c2c83;
}


