/* LEKARZE */
.lekarze{
	/* width: 525px; */
}
.lekarze_gora_lewe{
	float: left;
	width: 165px;
	height: 23px;
	background-image: url("/images/lekarze_gora_lewe.gif");
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Calbiri;
	font-weight: bold;
	color: white;
	padding-left: 10px;
	border-right: 1px solid white;
	padding-top: 2px;
	margin-top: 20px;
}
.lekarze_gora_prawe{
	float: left;
	width: 337px;
	height: 23px;
	line-height:20px;
	background-image: url("/images/lekarze_gora_prawe.gif");
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	font-family: Calbiri, Tahoma;
	font-weight: bold;
	color: white;
	padding-top: 2px;
	margin-top: 20px;
}
.lekarze_zdjecie{
	clear: left;
	float: left;
	width: 42px;
	height: 41px;
	
}
.lekarze_dane_personalne{
	float: left;
	width: 432px;
	height: 33px;
	color: #4b9cba;
	font-family: Calbiri;
	font-weight: bold;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
}
.lekarze_table{
	float: left;
	width: 526px;
	
}
.td_naglowek{
	width: 155px;
	height: 40px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: white;
	background-color: #177ea9;
	border-right: 2px solid white;
	text-align: center;
}
.td_wartosc{
	width: 155px;
	height: 20px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #177ea9;
	background-color: #b6ddee;
	border-right: 2px solid white;
	border-top: 2px solid white;
	text-align: center;
}
.td_wartosc2{
	height: 20px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #177ea9;
	background-color: #b6ddee;
	border-right: 2px solid white;
	border-top: 2px solid white;
	text-align: center;
}
.td_zdrowe{
	width: 100%;
	height: 20px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #429fbe;
	background-color: #e1eff8;
	border-right: 2px solid white;
	border-top: 2px solid white;
	text-align: center;
}
.bck_lb{
    background-color:#E0F0F7;
}

table.cennik_table{
    border:none;
}

table.cennik_table tr.naglowek{
     color: white;
	background-color: #177ea9;
	
	
}

table.cennik_table tr td{
    border-right: 2px solid white;
    border-top: 2px solid white;
    padding:5px 10px 5px 10px;
}

table.cennik_table tr{
  color: #177ea9;
  background-color: #b6ddee;
  
}

table.cennik_table tr td p{
    margin:0;
    padding:0;
}

