/*------------------------------------------------------------------------------ main */
* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../images/tlo.png) repeat-x #555555;
  font-family: Arial;
}

.clear {
  clear: both;
}

a {
  text-decoration: underline;
  color: #808080;
}

a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------------------ container */
div.container {
  width: 900px;
  margin: 30px auto 0 auto;
  background: #f8f8f8;
}

div.container img.header {
  float: left;
  padding: 3px 0 0 10px;
  height: 76px;
  width: 140px;
  border: none;
}

div.container h1.header {
  font-weight: normal;
  font-size: 18pt;
  float: right;
  margin: 30px 0 0 0;
  padding: 10px 10px 0 0;
}

div.line {
  height: 18px;
  background: #808080;
  clear: both;
}

div.header_image div.left {
  width: 100px;
  float: left;
  height: 170px;
  background: url(../images/bok_tlo.png) repeat-x;
}

div.header_image div.image {
  float: left;
  width: 700px;
  height: 170px;
  background: url(../images/image.jpg) no-repeat;
}

div.header_image div.right {
  width: 100px;
  float: right;
  height: 170px;
  background: url(../images/bok_tlo.png) repeat-x;
}

div.header_menu {
  padding: 10px;
  background: #808080;
}

div.header_menu ul.left {
  float: left;
}

div.header_menu ul.right {
  float: right;
}

/*------------------------------------------------------------------------------ content */
div.content {
  padding: 10px 20px 20px 20px;
}

div.content p {
  margin: 10px 0 0 0;
  text-align: justify;
}

div.mapa {
  float: left;
  width: 425px;
}

div.dane {
  float: right;
  width: 400px;
  margin-top: 40px;
}

div.dane p {
  text-align: center;
  margin: 0;
}

div.dane p.raz {
  font-weight: bold;
  font-size: 16pt;
  letter-spacing: 3px;
}

div.dane p.dwa {
  font-size: 12pt;
}

div.dane p.trzy {
  font-size: 11pt;
}

div.dane p.cztery {
  margin-top: 30px;
}

/*------------------------------------------------------------------------------ footer */
div.footer {
  width: 900px;
  margin: 5px auto 30px auto;
  color: #f8f8f8;
  font-size: 10pt;
}

div.footer p.left {
  float: left;
}

div.footer p.right {
  float: right;
}
