/* obecne
------------------------------------------------------------------------------*/
body {
  background: #FFF;
  color: #000;
  font: 12pt tahoma, verdana, sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  word-spacing:1.1pt;
}
.navi, #footer ul, #footer img {
  display: none;
}

.section, hr {
  clear: both;
}

.contactBox {
  display: block;
  float: left;
  margin-left: 100px;
  width: 200px;
}

.content a {
  display: block;
  float: left;
  height: 140px;
  margin: 0 35px 10px 0;
  padding-top: 25px;
  position: relative;
}
.content a span {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

