/* --- fix elemek -------------------------- */


#fix_cont
{
  float: left;
  width: 363px; 
  position:fixed;

}


.fixedbox_bal
{
  position: absolute;
  width: 363px;
  height: 716px;
}

.fixedbox_jobb
{
  position: absolute;
  width: 617px;
  height: 142px;
  margin-left:363px;
  background:#ffffff;
}


 
  * html 
  {

    overflow-y: hidden;
    height: 100%;
  
  }
  * html body 
  {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;

  }



