HTML {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

BODY {
    font-family: Arial, Verdana;
        font-size: 12px;
    color: #555555;
    background-color: #ffffff;
}
 
IMG {
    border: 0px;
}


ul {
   list-style-image: url('pic/li.gif');
   margin-left: 20px;
   padding-left: 0px;
}

td
{
    vertical-align: top;
    font-family: Arial, Verdana;
        font-size: 12px;
    color: #3D3E3E;
}

h1
{
    font-size: 16px;
    font-weight: bold;
    color: #107902;
}


/* ALAP LINKEK */

a
{
	color: #107902;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
    color: #555555;
}

/* SZINES ELEMEK */

TABLE.keret {
    height: 100%;
    width: 900px;
    background: #ffffff;
    background-image: url('pic/ecobrikett_hatter_kozepe.jpg');
    background-repeat: repeat;
    background-position: top left;
}

TD.kozepe {
    height: 100%;
    background-image: url('pic/ecobrikett_hatter.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
}

TD.menu {
    height: 166px;
    background-image: url('pic/ecobrikett_00.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.tartalom
{
    color: #555555;
    text-align: justify;
    margin: 30px 48px 120px 48px;
}

td.jobboszlop{
  height:
}

/*TERMEKEK*/

div.product {
  clear:both;
}
div.product span{
  float:left;
  margin:5px 5px 5px 0;
}

span.prodimg{
  width:120px;
}

div.prodname{
  font-size: 13px;
  font-weight: bold;
  color: #107902;
  margin-bottom:5px;
}

div.proddesc{
  margin-bottom:5px;
}

/* easyweb */
div#footer{
  width:900px;
  margin-left:auto;
  margin-right:auto;
}

td#footer_left{
  width:736px;
}

td#footer_right{
  width:164px;
  float:left;
  text-align:center;
  color:#107902;
}

td#footer_right a {
    font-weight: bold;
    text-decoration: none;
}

/* popup */
div#popup{
  display:none;
  position:absolute;
  top:350px;
  width:100%;
}

div#pucenter{
  background-color:black;
  margin-left:auto;
  margin-right:auto;
  width:527px;
  text-align:right;
}

div#kamulink{
  color:white;
  padding-right:5px;
  padding-top:2px;
  cursor:pointer;
  font-weight:bold;
  float:right;
  width:60px;
  font-size:14px;
}


