body {
	background: #ffffff;
	font-size: smaller;
}

a {
	text-decoration: none;
}

a:hover {
	color: navy;
}

.pozycja {
	float: left;
	width: 220px;
	height: 220px;
/*	border: solid 1px lightgrey;*/
	margin: 20px;
	margin-bottom: 5px;
	padding: 15px;
	text-align: center;
}

.opis {
	text-align: justify;
	margin: 8px 20px 20px 20px;
}

.obrazek {
	width: 180px;
	height: 115px;
	margin-left: 20px;
	text-align: center;
}

.pozycja img {
	border: 0px;
	margin: 0px;
	max-height: 113px;
	max-width: 180px;
}