/* global */

img {
display: block;
}

 
#container {
  z-index: 1;
}

body, table {
  font-family: arial;
  padding: 0px 0px 0px 0px;
  color: #2F4F29;
  font-size: 12px;
}

select, input {
  font-family: arial;
  font-size: 12px;
}

#atm {
display: none;
}

#atm {
display: block;
}

#osszegzo {
display: none;
}

#koos {
display: none;
}

#bbody {
  background: #EFFBED;
  padding: 0px 0px 0px 0px;
}

a {
  background: transparent;
  color: #0e550f;
  text-decoration: none;
}

a:hover {
  background: transparent;
  color: #0e550f;
  text-decoration: none;
}

#modalContainer {
background-color:transparent;
position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
z-index:10000;
background-image:url();
}

#infoarea {
z-index: 3; 
position: absolute;
top: 178; 
left: 20%; 
height: 500px; 
z-index: 3; 
width:60%; 
background-color: #EFFBED;
overflow : auto;
border-right: #3F493D 1px solid;
border-top: #3F493D 1px solid; 
border-bottom: #3F493D 1px solid;
border-left: #3F493D 1px solid;

}

#maparea {
z-index: 0; 
position: relative;
height: 100%; 
width:100%; 
top:1px;
}

#helpbtn {
position: relative;
height: 30px; 
z-index: 3; 
width:100px; 
background-color: transparent;
}

#hbtn {
position: absolute;
top: 0px; 
left: 0px; 
width:45px; 
}

