.preis {}
.preis table { width: 100%; }
.preis table tr.even { background-color: #fff; }
.preis table tr.odd { background-color: #ccc; }
.preis table td {
	padding: 0;
	text-align: left;
	color: #666;
}
.preis table td.link {
	font-weight: bold;
	text-align: right;
}
.preis table td.soldout { color: #9e0b0f; }
.bild {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	cursor: pointer;
}