article a[href*="www.amazon.de"] {
	padding-right: 16px;
	background-image: url(http://janio.de/wp-content/uploads/2015/03/amazon-href.png);
	background-repeat: no-repeat;
	background-position: right center;
}

article a[href*="ebay.com"] {
	padding-right: 26px;
	background-image: url(http://janio.de/wp-content/uploads/2015/03/ebay-href.png);
	background-repeat: no-repeat;
	background-position: right center;
}

article a[href*="www.amazon.de"], article a[href*="ebay.com"] {
	color: #1283b7;
	font-weight: bold;
}

article a[href*="www.amazon.de"]:hover, article a[href*="ebay.com"]:hover {
	color: #195874;
}
article a[href*="www.amazon.de"].imglink {
	text-decoration: none;
	border: none;
	padding-right: 0;
	background-image: none;
	}