div.pl {
	width: 500px;
	text-align: left;
}

#pojecia {
	width: 700px;
	height: 70px;
	float: left;
}

#szukaj {
	width: 210px;
	height: 90px;
	float: left;
	border: 1px solid #006;
	padding: 4px;
}

#pojecia li {
	list-style-type: none;
	float: left;
	padding-left: 10px;
	padding-right: 6px;
	background: url(../images/infobox/trj.png) no-repeat 5px 5px;
}

h1 {
	font-size: xx-large;
}

h2 {
	font-size: large;
}

div.p_listing_img {
  width: 200px;
  height: 200px;
  padding: 5px 28px;
  text-align: center;
}

#brak {
  font-weight: bold;
  color: red;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
}

#pojecie_opis {
	text-align: justify;
}

#b {
	font-weight: bold;
}

#i {
	font-style: italic;
}

A:link {
  color: #000066;
  text-decoration: none;
}