@CHARSET "ISO-8859-1";

table.suchartikel{
	border-collapse: collapse;
	margin-top: 10px;
}
table.suchartikel tr td{
	border-bottom-width: 1px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-color: rgb(173,173,173);
	background-color: white;
}

.suchergebnisBild {
	padding-top: 15px;
	padding-left: 0;
	margin-left: 0;
	border: 0;
	width: 150px;
}
.suchergebnisBeschreibung {
	padding-top: 15px;
	padding-left: 10;
	margin-left: 0;
	border: 0;
	width: auto;
}
.suchergebnisWeitersuchen{
	padding-top: 15px;
	padding-left: 15px;
	margin-left: 0;
	border: 0;
	width: 200px;
}

.datensatzName {
	font-weight: bold;
}

.beispielpreis {
	font-weight: bold;
	color: rgb(227,0,27);
}

a.taglink:link  {
	color: black;
	font-weight: normal;
	text-decoration:underline;
}

a.taglink:visited  {
	color: black;
	font-weight: normal;
	text-decoration:underline;
}

a.taglink:active  {
	color: black;
	font-weight: normal;
	text-decoration:underline;
}
a.taglink:hover {
	color: rgb(173,173,173);
	font-weight: normal;
	text-decoration:underline;
}

.artikelueberschrift{
	font-weight: bold;
	color: rgb(227,0,27);
}
a.artikellink:link  {
	font-weight: bold;
	color: rgb(227,0,27);
	text-decoration:none;
}

a.artikellink:visited  {
	font-weight: bold;
	color: rgb(227,0,27);
	text-decoration:none;
}

a.artikellink:active  {
	font-weight: bold;
	color: rgb(227,0,27);
	text-decoration:none;
}

a.artikellink:hover  {
	font-weight: bold;
	color: rgb(173,173,173);
	text-decoration:none;
}
.artikellinkLabel{
	text-decoration:underline;
}