/* bewertungen */
div.bew_res {
   font-size: 13px;
    font-weight: var(--fw-regular);
   color: #000000;
   padding-bottom: 10px;
   border-bottom: 1px dashed #929291;
   margin: 10px 20px 10px 0;
}
a.bew_jump:link,a.bew_jump:hover,a.bew_jump:visited  {
    color:#008000;
    text-decoration: NONE !important;
}
div.bew_quote_head {
   font-size: 10px;
   padding: 0 0 5px 20px;
   width:450px;
}
div.bew_quote_body {
   font-size: 11px;
   color: #444444;
   line-height: 125%;
	background-color: #FAFAFA;
	border: 1px solid #D1D7DC;
	width:450px;
	margin: 0 0 23px 20px;
	padding:3px;
}