table.pflegekalkulator {
	border: 1px solid #25519d;
	border-collapse: collapse;
	width: 665px;
	font-size:8pt;	
}
 
table.pflegekalkulator tr {
	border-bottom: 1px solid #25519d;
}
 
table.pflegekalkulator thead {
	background-color: #25519d;
	color: #FFFFFF;
	font-family: Arial;
	font-size:8pt;
	font-weight: bold;	
}
 
table.pflegekalkulator thead td {
	padding: 1px;
}
 
table.pflegekalkulator tbody tr.even {
	background-color: #ebebeb;
}
 
table.pflegekalkulator tbody td {
	color: #25519d;
	font-family: Arial;
	font-size:8pt;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
}
 
table.pflegekalkulator tbody td li {
	font-size:8pt;
	color: #25519d;
}
 
table.pflegekalkulator tbody td.count {
	text-align: center;
}
 
table.pflegekalkulator tbody td.radio {
	width: 20px;
}
 
table.pflegekalkulator tbody td.count input {
	border: 1px solid #25519d;	
	text-align: right;
	font-size:8pt;
}
 
table.pflegekalkulator td.price {
	white-space: nowrap;
	text-align: right;
	font-size:8pt;
	color: #25519d;
}
 
table.pflegekalkulator tfoot td {
	font-weight: bold;
	font-size:8pt;
	color: #25519d;
}
