/* Pielegnacja */
div.pielegnacja {
	border: 2px solid #eee;
	margin: 10px 0 10px 0;
	overflow: hidden;
}
div.pielegnacja a {
	width: 158px;
	display: block;
	float: left;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 15px 0;
	color: #5e1133;
}
div.pielegnacja a:hover {
	background-color: #f2a2c5;
}

/* Reklamy na index */
div.indexad {
	margin: 10px 0 10px 0;
	overflow: hidden;
	max-width: 500px;
}
div.indexad a {
  text-indent: 0;
	width: 240px;
  display: block;
	float: left;
	text-align: left;
}
div.indexad img {
}

/* Banki */
table.banki {text-align: center; font-size: 8pt; border-collapse: separate;}
  table.banki td {border: 2px solid #fff; height: 60px;}
  table.banki td:hover {border: 2px solid #eee;}

