/* CSS für die Kategorie Produkte*/

/* Abstand zwischen Produktbildern und Text rechts daneben */

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 30px !important;
}

/* Abstand der Produktbilder untereinander und zoom-Link */
#produkte #content_mitte DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap img,
#produkte #content_mitte DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap img {
	margin-bottom: 0px;	
	padding-bottom: 30px; 
	background: url(images/zoom.jpg) no-repeat bottom;	  
}

#produkte #content_mitte img {
	margin-bottom: 0px;	
	padding-bottom: 20px; 
	background: none;	  
}

/* kein Abstand unten bei Blockquote in Tabellen (z.B. HydroBalancer HB 6000) */
table.tab tbody tr td blockquote {
	margin-bottom: 0;
}

#content_mitte ul li {
   color: #20255e;
   margin: 20px 0 5px 0px;
   font-size: 100%; font-weight: bold;
}

#content_mitte ul li ul {
   margin: 5px 0 0 0px;
   padding: 0 0 0 0px;
}

#content_mitte ul ul li ul{
   margin: 5px 0 5px 20px;
   padding: 0 0 0 0px;
}

#content_mitte ul li li {
     margin: 0px 2px 1px 0px;
	font-weight: normal;
	list-style-type: square; 
	/*list-style-position: outside; */
	/*display: list-item;*/
	color: #000;
}

#content_mitte ul {
     padding: 0px;
}

/* Produkteigenschaften (Merkmale, Einsatzbereich) */
.product_properties {
	width: 220px;
	float: left;
      padding-left:20px;
      margin-left:-15px;
}