body {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#ececec;
  vertical-align: top;
}

/*general*/
*{
  padding: 0px;
  margin: 0px;
}


h1{
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16pt;
  color: #ff6600;
}

h2{
  background-color: #ffffff;
  display: block;
  text-align: center;
  font-size:12pt;
  color:#000000;
  /*font-style: none;*/
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
}

.bg_line{
  background-color: #4a4a4a;
}


h3{
  text-align: justify;
  color: #ffffff;
  font-size: 10pt;
  padding: 5px 10px 0px 20px;
}

h4{
  padding: 10px;
  text-align: center;
  font-size: 10pt;
}

h5{
  padding: 10px;
  text-align: center;
  font-size: 8pt;
}

a{
  border: none;
  font-weight: bold;
  font-size: 10pt;
  line-height: 1.5;
  text-decoration: none;
}


p{
  font-size: 10pt;
  text-align: justify;
  padding: 10px 10px 5px 10px;
}

ul{
  list-style-image: url(images/up_arrow.png);
  margin-left: 65px;
}

ol{
    margin-left: 65px;
}

li{
  height: 47px;
}

img{
  border: none;
}

/*main div of all pages*/

.main{
  position: relative;
  left: 50%;
  margin-left: -350px;
  width: 700px;
}

/*boxes*/

.rounded {
  width: 569px;
  position: relative;
  margin: 10px 0px 10px 65px;
}

.comment {
    width: 569px;
    position: relative;
    margin: 0px 0px 10px 65px;
    background-color: #dddddd;
}

.comment p {
    padding-left: 80px;
}        

.quotation {
    float: left;
}

#top_corner{
    height:10px;
}

#bottom_corner{
  background-color: #3671c8;
  vertical-align: top;
  height: 10px;
}

.dashedBox{
  width: 569px;
  position: relative;
  margin-left: 65px;
  margin-bottom: 10px;
  border: 2px dashed #ff6600;
}

.float{
  float: left;
}

.float_left {
  vertical-align: top;
  height: 50px;
  position: relative;
  float: left;
  margin-right: 20px;
}

.float_right {
  margin-right: 10px;
  padding: 5px 0px 0px 5px;
  background-color: #3671c8;
  vertical-align: top;
  float: right;
  position: relative;
}

/*images*/

.cont_img {
  margin: 0px 20px 0px 20px;
  float: right;
  width: 170px;
  border: 2px solid #000000;
  position: relative;
}

.btn {
  border: none;
  position: relative;
  margin-left: 250px;
  margin-top: 10px;
  width: 200px;
}


/*one by one page divs*/

.first_page{
  margin-bottom: 3px;
  /*position: center;*/
  background-color: #ffffff;
  border: solid 3px #4a4a4a;
}

/*table*/

#users{
  vertical-align: top;
}

#ul_height{
  height: 100px;
}

/* ul-s */
.list-small li {
  height: 30px;
}

ol li {
    height: 30px;
}

.cont_img img {
    cursor: pointer;
}

#footer {
    width: 700px;
}

#footer-partnerstvo {
    position: absolute;
    right: 0px;
}

#users li {
    height: 50px;
}
