/* CSS Document */


/* Formate f Produktbeschreibung */
.product_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.product_content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #f47928;
	
	padding: 0 0 13px 0;
	margin: 0;
}

.product_content p {
	font-size: 11px;
	font-weight: bold;
	color: #888a8c;
	
	padding: 0 0 0px 0;
	margin: 0;
	
	text-indent: 17px;
}

/* Aufzählung mit em dash */
.product_content p.aufz {	color: #000; text-indent: 0px; }
.product_content p .accent { 
	background: url(../images/dot_orange.gif) 100% 100% repeat-x;
	padding-bottom: 2px;
	
	}
	
/* Einschub in Produkttext: Detail mit Bild */
.product_content .detail_mit_bild {
	padding: 17px 0;
	margin: 0;
}

.product_content .detail_mit_bild img { float: left; margin-right: 13px; clear: left; }
.product_content .detail_mit_bild p { float: left; width: 120px; font-weight: normal; text-indent: 0px; }

