root { 
    display: block;
}

*, body {
    color: rgb(77, 73, 72);
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

div#all {
    width: 860px;
    margin: 10px auto;
    padding: 0;
    /*border: solid 1px red;*/
}

div#menu {
    margin-top: 5px;
}

div#menu a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  height: 20px;
  width: 100px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(img/menu_org.png);
  background-position: 0 0;
  /*border: solid 1px rgb(77, 73, 72);*/
}

div#menu a#mOferta {
  width: 70px;
  background-position: 0 0;
}

div#menu a#mProces {
  width: 95px;
  background-position: -95px 0px;
}

div#menu a#mKroki {
  width: 150px;
  background-position: -220px 0px;
}

div#menu a#mZespol {
  width: 90px;
  background-position: -395px 0px;
}

div#menu a#mFAQ {
  width: 70px;
  background-position: -505px 0px;
}

div#menu a#mKontakt {
  width: 90px;
  background-position: -595px 0px;
    
}

div.kolumna {
  display: table-cell;
  width: 265px;
  margin: 0px;
  padding: 0px;
  padding-top: 60px;
  /*border: solid 1px navy;*/
}

div.sepv {
  display: table-cell;
  width: 30px;
  margin: 0px;
  padding: 0px;
}

div.akapit {
  text-align: justify;
  margin-top: 15px;
}

div.akapitlt {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(img/bulet0b.png);
  background-position: 0px 5px;
  padding-left: 10px;
  margin-top: 15px;
  text-align: justify;
}

div.akapitltn {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 25px;
  margin-top: 15px;
  text-align: justify;
}

div.n1 {
    background-image: url(img/bulet01.png);
}

div.n2 {
    background-image: url(img/bulet02.png);
}

div.n3 {
    background-image: url(img/bulet03.png);
}

div.n4 {
    background-image: url(img/bulet04.png);
}

div.n5 {
    background-image: url(img/bulet05.png);
}

div.n6 {
    background-image: url(img/bulet06.png);
}

div.n7 {
    background-image: url(img/bulet07.png);
}

div.n8 {
    background-image: url(img/bulet08.png);
}

div.akapitltn a {
    color: rgb(218,37,29);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

div.akapitltn a:hover {
    text-decoration: underline;
}

div.li10 {
    margin-top: 5mm;
    padding-left: 10mm;
}

div.pyt {
    font-weight: bold;
    margin: 5mm 0mm 2mm 0mm;
    cursor: pointer;
}

div.pyt:hover {
    text-decoration: underline;
}

div.odp {
    text-align: justify;
    margin: 0mm 0mm 0mm 0mm;
    display: none;
}
