.bestseller-element {
	width: 160px;
}

.bestseller-beschreibung {
	width: 100%;
	float: left;
}

.bestseller-preis-alt {
	width: 50%; 
	float: left;
	
	font-weight: 900;
	text-decoration: line-through;
	color: black;
}

.bestseller-preis-neu {
	width: 50%; 
	float: right;
	
	font-weight: 900;
	color: red;
}

.bestseller-element hr {
	border: 1px solid black;
	height: 1px;
}
