body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#555;
 margin: 0px;
 background-color: #eeeeee;
}

#wraper{
  width:1000px;
  margin: 0 auto;
  overflow: hidden;
}

#bgtop {
  background-color: rgb(32,32,32);
  background: url('img/topbg3.png');
  border-bottom: 4px solid rgb(192,192,192);
}



#top {
  height: 80px;
  margin: 0 auto;
  width: 1000px;
}

#topright {
  width: 600px;
  height: 80px;
  float: right;
  position: relative;
}

#topright a {display: block; float: left; line-height: 80px; color: rgb(240,240,240); font-weight: 600; text-decoration: none; text-align: center; width: 200px;}
#topright a:hover {background-color: rgb(16,16,16); color: rgb(240,240,240)}

#langbox {
  width: 80px;
  position: absolute; 
  right: 0px;
  top: 84px;
  z-index: 10000;
}

#leftbutton {
  float: left;
  height: 150px;
  width: 490px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgb(0,102,255);
}

#rightbutton {
  float: right;
  height: 150px;
  width: 490px;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgb(255,204,0);
}

#baner_box {
  height: 500px;
  clear: both;
  
}

#bgfooter {
  background-color: rgb(160,160,160);
  border-top: 4px solid rgb(192,192,192);
  background: url('img/topbg3.png');
}




#footer {
  height: 150px;
  color: white;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  line-height: 50px;
}








.stepcarousel{
  height:500px;
  overflow:scroll;
  position:relative;
  width:1000px;
  }
   
  .stepcarousel .belt{
  position: absolute; 
  left: 0;
  top: 0;
  }
  
  .stepcarousel .panel{
  float:left;
  overflow:hidden;
  text-align:center;
  width:1000px;
  height: 500px;
  clear: both;
  }
  
  #index_page {
      background: url('img/baner8.png');
      width: 1000px;
      height: 600px;
  }
  
  #index_page .left {
      float: left;
      width: 550px;
      height: 500px;
      margin: 50px;
  }
  
  #index_page .right {
      float: right;
      width: 190px;
      height: 500px;
      margin-top: 50px;
  }
  
  .project-item {
      width: 170px;
      margin: 10px;
  }
  
  .project-item .top{
      height: 12px;
      background: url('img/toprealizacje.png');
  }
  
  .project-item .bottom{
      height: 12px;
      background: url('img/bottomrealizacje.png');
  }
  
  .project-item .center{
      background: url('img/centerrealizacje.png');
      text-align: center;
  }
  
  
  #o_mnie {
      overflow: hidden;
  }
  
  
  #o_mnie .left {
      width: 750px;
      float: left;
  }
  
  #o_mnie .right {
      width: 200px;
      float: right;
  }
  
  .realizacja-row {
      overflow: hidden;
      margin-top: 20px;
  }
  
  .realizacja-row .left {
      width: 200px; 
      float: left;
  }
  
  .realizacja-row .right {
      width: 800px; 
      float: right;
  }
  
  #contact {
      overflow: hidden;
  }
  
  #contact .left {
      width: 400px;
      margin: 190px 50px;
      float: left;
  }
  
  #contact .right {
      width: 400px;
      margin: 150px 50px;
      float: right;
  }
  
  
  #contact input, #contact textarea {
      padding: 6px; 
      border: 1px solid silver;
  }


  .btsubmit{
      background: url('img/topbg3.png');
      color: white;
      cursor: pointer;
      padding: 6px !important;
      font-weight: bold;
  }
  
  
  .msg-red {
      background-color: antiquewhite;
      color: red;
      border: red;
      padding: 20px;
      margin: 5px;
  }
  
  .msg-green {
      background-color: greenyellow;
      color: darkgreen;
      border: darkgreen;
      padding: 20px;
      margin: 5px;
  }




