.sidebar_leftside {
    float: left;
    display: inline;
    background: url('/staticimages/sidebar/bal_hatter.gif') repeat-y;
    width: 193px;
}
.sidebar_leftside .header {
    background: url('/staticimages/sidebar/bal_fejlec.gif') no-repeat;
    height: 13px;
    font-size: 1px;
}
.sidebar_leftside .content {
    background: url('/staticimages/sidebar/bal_lablec.gif') no-repeat bottom;
    padding: 0 6px 12px 6px;
    
}




.sidebar_leftmenuitem {
    display: block;
    height: 33px;
    width: 179px;
    margin: 3px auto;
    overflow: hidden;
    font-size: 11px;
    font-weight: bold;
    background: url('/staticimages/sidebar/almenu_normal.gif') no-repeat;
    color: #6fa32b;
}
.sidebar_leftmenuitem a{
    color: #6fa32b;
}

.sidebar_leftmenuitem:hover {
    background: url('/staticimages/sidebar/almenu_kivalasztott.gif') no-repeat!important;
    color: #D9AE09;
}
.sidebar_leftmenuitem a:hover {
    color: #D9AE09;
}

.sidebar_leftmenuitem table{
    width: 100%;
    border: 0px;
}
.sidebar_leftmenuitem table td{
    height: 30px;
}

.sidebar_leftmenuitem.selected {
    background: url('/staticimages/sidebar/almenu_kivalasztott.gif') no-repeat!important;
    color: #D9AE09;
}
.sidebar_leftmenuitem.selected a{
    color: #D9AE09;
}



.sidebar_leftcontent {
    margin: 5px 0;
}

.sidebar_banner120 {
    margin: 10px auto;
    text-align: center;
}


#login_box {
  font-size: 14px;
  font-weight: normal;
  /*position: absolute;
  left: 270px;
  top: -10px;*/
}
#login_box .orange {
  color: #D9AE09;
}
#login_box .small-font {
  font-size: 12px;
}
#login_box input.text-input {
  border: solid 1px #BBB8B8;
  width: 158px;
}
#login_box table, #login_box ul {
  float: left;
}
#login_button, #registration_button {
  border: none;
  height: 29px;
  width: 88px;
}
#kilepes_button {
  border: none;
  height: 29px;
  width: 85px;
}
#szemelyes_adatok_button {
  border: none;
  height: 29px;
  width: 140px;
}

#login_button {
  background: url('/staticimages/layout/belepes_gomb.png') no-repeat;
}
#login_button:hover {
  background: url('/staticimages/layout/belepes_gomb_hover.png') no-repeat;
}
#registration_button {
  background: url('/staticimages/layout/regisztracio_gomb.png') no-repeat;
}
#registration_button:hover {
  background: url('/staticimages/layout/regisztracio_gomb_hover.png') no-repeat;
}
#kilepes_button {
  background: url('/staticimages/layout/kilepes_gomb.png') no-repeat;
}
#kilepes_button:hover {
  background: url('/staticimages/layout/kilepes_gomb_hover.png') no-repeat;
}
#szemelyes_adatok_button {
  background: url('/staticimages/layout/szemelyes_adatok_gomb.png') no-repeat;
}
#szemelyes_adatok_button:hover {
  background: url('/staticimages/layout/szemelyes_adatok_gomb_hover.png') no-repeat;
}
#login_box #login_button, #login_box #registration_button {
  height: 29px;
  width: 88px;
  position: relative;
  left: 20px;
}
#login_box #login_button {
  top: -2px;
}
#login_box #registration_button {
  top: -6px;
}