/* CSS */
body {
  background: #004091;
  text-align: center;
  font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#container {
  text-align: left;
  margin: 20px auto;
  padding: 5px;
  background: #eaeaea;
  width: 780px;
  position: relative;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#top {
  background: url("../images/top.jpg") no-repeat;
  width: 780px;
  height: 255px;
  overflow: hidden;
}
#top div {
  padding: 5px;
  margin-top: 195px;
  background: #c9cbcf url("../images/bg-h1.gif") repeat-y center;
}
h1, h2 {
  font-family: "Arial Black", Arial;
  text-align: center;
  line-height: 100%;
  margin: 1px;
  padding: 0;
  font-weight: normal;
  font-style: normal; 
}
h1 {
  font-size: 24px;
  color: #004091;
  margin-bottom: 4px;
}
h2 {
  font-size: 14px;
  color: #8A8C91;
}
h3 {
  font-size: 9pt;
  background: #d3d5d8;
  border-bottom: 5px solid #aeaeaf;
  padding: 10px 10px 10px 20px;
  margin: 0;
  line-height: 100%;
}
#main {
  margin-top: 5px;
  overflow: hidden; 
}
.box .content{
  border-top: 1px solid #fff;
  background: #fff url("../images/bg-box.gif") repeat-x top;
  padding: 12px;
}
.oferta {
  width: 200px;
  float: left;
}
.kontakt {
  width: 210px;
  margin-left: 5px;
  float: left;
}
.przedstawiciel {
  width: 360px;
  margin-left: 5px;
  float: left;
}
.przedstawiciel img {
  border: 0;
  margin: 8px auto;
}
.przedstawiciel .content {
  text-align: center;
}
.realizacje {
  float: left;
  width: 575px;
  margin-left: 5px;
  margin-top: 5px;
}
.realizacje img {
  border: 3px solid #d3d5d8;
  margin: 7px;
}


ul {
  padding-left: 20px;
  margin: 0;
  list-style-type: square;
}
ul ul li {
  color: #333;
}
.kontakt .content, .przedstawiciel .content{
  height: 144px;
}
#footer {
    padding: 10px;
    font-size: 8.5pt;
    background: #fff;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    clear: both;
}
#gratis {
  position: absolute;
  top: 160px;
  right: 30px;
}

