@import url(reset.css);

body {
  background: black url('img/bg.png') repeat-x;
}

#top {
  background: url('img/kolka.png') no-repeat;
  margin: auto;
  width: 1050px;
  height: 182px;
  margin-top: 10px;
}

h1 {
  padding: 18px 0 0 200px;
}

#menu {
  list-style: none;
  text-align: right;
  margin-top: -27px;
  padding-right: 160px;
}

#menu li {
  background: url('img/bg_li.png') no-repeat;
  width: 136px;
  height: 35px;
  float: right;
}

#menu li a {
  font-family: Arial, Sans;
  color: #dcdcdc;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 2px #000;
  width: 136px;
  height: 18px;
  display: block;
  text-align: center;
  padding-top: 17px;
}

#menu li:hover {
  background: url('img/bg_li_hover.png') no-repeat;
} 

#menu2 {
  background: url('img/bg_menu.png') repeat-x;
  list-style: none;
  height: 35px;
  text-align: center;
  margin: auto;
  margin-top: -115px;
  margin-bottom: 30px;
  padding-top: 9px;
}

#menu2 li {
  display: inline;
  background: url('img/separator.png') center right no-repeat;
}

#menu2 li a {
  font-family: Arial, Sans;
  font-size: 13px;
  color: #808080;
  text-decoration: none;
  padding: 5px 30px 5px 30px;
  text-shadow: 1px 0 1px #000;
}

#menu2 li a:hover {
  color: #A0A1A1;
}

#bg_left_box {
  width: 900px;
  height: 310px;
  margin: auto;
  background: url('img/bg_left_box.png') center left no-repeat;
  overflow: hidden;
}

#bg_right_box {
  width: 900px;
  height: 310px;
  margin: auto;
  background: url('img/bg_right_box.png') center right no-repeat;
  overflow: auto;
}

#zdjecia {
  width: 10000px;
  height: 310px;
  margin-left: 32px;
  padding-left: 32px;
  list-style: none;
  text-align: left;
}

#box {
  height: 310px;
  background: url('img/bg_box.png') center right repeat-x;
  margin-left: 32px;
  list-style: none;
  overflow: hidden;
  text-align: left;
  margin-right: 32px;
}

#box li {
  float: left;
  position: relative;
}

.poziome {
  background-image: url('img/bg_img.png');
  padding: 8px;
  margin: 95px 20px 0 20px;
}

.pionowe {
  background-image: url('img/bg_img_pionowe.png');
  padding: 8px;
  margin: 80px 20px 0 20px;
}

#stopka {
  font-family: Arial;
  font-size: 10px;
  color: #434343;
  text-align: right;
  width: 900px;
  margin: auto;
  padding-right: 50px;
}

#cien1 {
  background-image: url('img/cien1.png');
  background-repeat: no-repeat;
  background-position: center top;
  width: 196px;
  height: 300px;
  position: absolute; top: 156px;
  margin-left: 6px;
}

#cien2 {
  background-image: url('img/cien2.png');
  background-repeat: no-repeat;
  background-position: center top;
  width: 196px;
  height: 300px;
  position: absolute; top: 156px;
  margin-left: 698px;
}

#akapit {
  padding: 90px 90px 0 90px;
  text-align: justify;
  color: #D6D5D6;
  line-height: 200%;
  font-size: 12px;
  font-family: Tahoma;
  text-indent: 15px;
}

#akapit img{
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}


