a {
	color: #FF0000;
	text-decoration: none;
}
#kontakt {
	width: 100%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#produkty {
	width: 100%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#produkty td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#produkty thead {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#produkty thead td {
	border-bottom-style: none;
	padding-bottom: 10px;
}
.brutto {
	color: #FF0000;
}