

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #5f5f5f;
}

p, a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #5f5f5f;
}

.tableHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #5f5f5f;
	text-align:left;
	padding:5px;
}

.tableCell {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #5f5f5f;
	padding:5px;
	border-bottom:1px solid #ddd;
}


table.lecznice
{
	border:1px solid #ddd;
}

table.lecznice tbody tr.leczniceTh
{
	background:#ddd;
	text
}

table.lecznice tbody tr.w1
{
	background:#f3f3f3;
	
}

table.lecznice tbody tr.w2
{
		background:#fff;
}

table.lecznice tr.w1:hover,
table.lecznice tr.w2:hover
{
	background:#FBEEE8;
}

