.table_prod_liste
{
	border-collapse: collapse;
	border: #88929B;
	
}


/* Sortable tables */
table.table_prod_liste thead {
    cursor: pointer;
color: red;
}

.td_prod_liste_links
{
	border: 1px solid;
	border-left: none;
	vertical-align: top;
	width: 140px;
}

.td_prod_liste_label_links
{
	border: 1px solid;
	border-left: none;
	vertical-align: top;
}

.td_prod_liste_rechts
{
	border: 1px solid;
	border-right: none;
	border-left: none;
	vertical-align: top;
	width: 140px;
}

.td_prod_liste_mitte
{
	border: 1px solid;
	vertical-align: top;
	width: 140px;
}


.td_prod_liste_label_rechts
{
	border: 1px solid;
	border-right: none;
	border-left: none;
	vertical-align: top;
}

.td_prod_liste_label_mitte
{
	border: 1px solid;
	vertical-align: top;
}


.td_prod_liste_image
{
	border: 1px solid;
	width: 120px;
	border-left-style: none;
	border-right-style: none;
	vertical-align: top;
}


.div_pro_label_links
{
	float: left;
	/* border: solid 1px blue; */
	width: 30%;
	position: relativ;
	text-align: left;
}

.div_pro_label_mitte
{
	float: left;
	/* border: solid 1px green; */
	width: 30%;
	position: relativ;
	text-align: center; 
}

.div_pro_label_rechts
{
	float: right;
	/* border: solid 1px red; */
	width: 36%;
	position: relativ;
	text-align: right; 
}



.produkt_typ
{
	font-size: 13px;
	font-weight: bold;
}

.produkt_beschreibung
{
	font-size: 11px;
}

.pro_label_links
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #DF002D;

}

.pro_label_mitte, .pro_label_rechts
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #384A58;
}

a.pro_label_mitte
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #384A58;
}
a.pro_label_mitte:hover
{
	color: #DF002D;
}














