/* linkek */
.link1 {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #575757;
}
.link1:hover {
    text-decoration: underline;
}
.link2 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #99CCFF;
}
.link2:hover {
    text-decoration: underline;
}

/* gombok és login cuccok */
.gomb {
    border: 1px solid #666633;
    background-color: #5B6D8F;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}
.gomb:hover {
    border: 1px solid #CCCCCC;
    background-color: #003300;
}
.login_gomb {
    border: 1px solid #8498A0;
    background-color: #8498A0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    width: 120px;
}
.login_gomb:hover {
    border: 1px solid #CCCCCC;
    background-color: #CCCCFF;
}
.login_edit {
    width: 117px;
    border: 1px solid #e8ebd9;
    font-size: 10px;
}
.login_edit:hover {
    background-color: #EFFACB;
    border: 1px solid #669933;
}

/* minden mas es a "tablazat" elemei */
.label {
    float: left;
    width: 200px;
    line-height: 20px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
.label2 {
    line-height: 20px;
    font-weight: bold;
    text-align: left;
}
.rlabel {
    float: left;
    width: 180px;
    line-height: 20px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
}
.redit {
    width: 220px;
    height: 13px;
    font-size: 10px;
    border: 1px solid #c1ced9;
}
.redit:hover {
    background-color: #EFFACB;
    border: 1px solid #669933;
}
.object {
    float: left;
}
.kereses_edit, .kereses_edit_kicsi {
    width: 115px;
    height: 13px;
    font-size: 10px;
    border: 1px solid #c1ced9;
}
.kereses_edit_kicsi {
    width: 50px;
}
.kereses_edit:hover, .kereses_edit_kicsi:hover {
    background-color: #EFFACB;
    border: 1px solid #669933;
}
.kereses_legordulo, .kereses_legordulo_ev {
    width: 116px;
    height: 17px;
    font-size: 11px;
    border: 1px solid #c1ced9;
}
.kereses_legordulo_ev {
    width: 53px;
}
.kereses_legordulo:hover, .kereses_legordulo_ev:hover {
    background-color: #EFFACB;
    border: 1px solid #669933;
    cursor: pointer;
}
.legordulo {
    height: 17px;
    font-size: 11px;
    border: 1px solid #c1ced9;
    width: 145px;
}
.legordulo:hover {
    background-color: #EFFACB;
    border: 1px solid #669933;
    cursor: pointer;
}
.error {
    color: #CC0000;
    font-weight: bold;
    font-size: 10px;
}
.row {
    clear: both;
    height: 25px;
}
.row2 {
    height: 40px;
    text-align: left;
}

