#weather-forecast li
{
	float: left;
	list-style-position: inside;
	margin-left: 5px;
}

#weather-forecast
{
	padding: 0px;
  width: 300px;
}

#weather-forecast *
{
	margin-left: auto;
	margin-right: auto;
}

.usefull-links-left
{
	margin: 0px;
	width: 65%;
}

.usefull-links-right
{
	float: right;
}

#city-shops
{
  background-image: url('/images/shops-background.jpg');
  margin-bottom: 6px;
}

#city-sleeping
{
  background-image: url('/images/sleeping-background.jpg');
  margin-bottom: 6px;
}

#city-tourism
{
  background-image: url('/images/tourism-background.jpg');
  margin-bottom: 6px;
}

div.usefull-links-right p a
{
  color: black;
}

div.usefull-links-right p
{
  width: 180px;
  padding: 5px 10px 5px 10px;
  margin:5px 0px 5px 0px;
  height: 40px;
  line-height: 20px;
}

.cities-list-background-poland
{
  background-image: url('/images/cities-list-background-poland.jpg');
  padding: 10px;
  width: 594px;
  height: 160px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}

.cities-list-background-poland a,div.city-not-described
{
  display: block;
  width: 130px;
  float: left;
}

.cities-list-background-uk
{
  background-image: url('/images/cities-list-background-uk.jpg');
  padding: 10px;
  width: 594px;
  height: 265px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}

.cities-list-background-uk a,div.city-not-described
{
  display: block;
  width: 130px;
  float: left;
}

.cities-list-background-norway
{
  background-image: url('/images/cities-list-background-norway.jpg');
  padding: 10px;
  width: 594px;
  height: 160px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}

.cities-list-background-norway a,div.city-not-described
{
  display: block;
  width: 130px;
  float: left;
}