/* Übersicht */
#center .aktuelles {
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #CCC;
	clear:both;
	overflow:hidden;
}

#center .aktuelles br {
	line-height:0.8;
}

#center .aktuelles .datum {
	color:#666; 
	font-size:0.8em;
	margin-bottom:4px;
}

#center .aktuelles a.image {
	float:right;
	margin:0 0 12px 12px;
	border:1px solid #999;
}

#center .aktuelles a.more {
	background-image:url(/layout/images/pfeil_klein_rechts.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:10px;
}

#center .details {
	clear:both;
	
	margin-top:20px;
	padding:3px;
	
	border:1px solid #999;
	background-color:#F1F1F1;
	background-image:url(/layout/images/verlauf-grau.gif);
	background-repeat:repeat-x;
	color:#666;
	font-size:0.85em;
}

/* Bild in der Detailansicht */
#center a.aktuelles_img,
#center div.aktuelles_img {
	border:1px solid #999;
	background-color:#F1F1F1;
	display:block;
	float:left;
	
	margin:0 12px 12px 0;
	padding:5px;
}
#center a.aktuelles_img img,
#center div.aktuelles_img img {
	display:block;
}
#center a.aktuelles_img span,
#center div.aktuelles_img span {
	font-size:11px;
	margin:0;
	color:#000;
	display:block;
	margin-top:5px;
}
#center a.aktuelles_img:hover {
	text-decoration:none;
}
#center a.aktuelles_img {
	cursor: url('/layout/cursor/lupe.cur'), pointer;
}



/* Ähnliche Artikel */
#center .aehnliche_artikel {
	margin-top:30px;
	margin-bottom:10px;
	clear:both;
}
#center .aehnliche_artikel h3 {
	font-size:1.2em;
	font-weight:bold;
	margin:0px;
}
#center .aehnliche_artikel ul {
	color:#0D327E;
	margin:10px 0px;
	padding:0px 20px;
	font-size:0.9em;
}
#center .aehnliche_artikel li {
	padding:0px;
	margin:0px;
}


/* Details Rechts */
#right table.details {
	width:100%;
}
#right table.details td {
	border-bottom:1px solid #CCC;
	padding-bottom:2px;
	margin-bottom:2px;
	vertical-align:top;
}
#right table.details .last td {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

