#produkt {
	font-size:12px;
	font-family : Arial, Helvetica, sans-serif;
	background-color:#000000;
}


#produkt td {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 1 2 1 2;
}

#produkt td a:link, #produkt td a:active, #produkt td a:visited {
	color:#363636;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#produkt td a:hover {
	color:#000000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}

