h1 {
    font-family: "MS Sans Serif", sans-serif;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
    padding-bottom: 5px;
}
h2 {
    font-family: "MS Sans Serif", sans-serif;
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #fff;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}
p {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    text-align: justify;
}
img {
    margin: 0px;
    padding: 0px;
    border: none;
}
form {
    margin: 0px;
    padding: 0px;
}
/* linkek */
.link {
    text-decoration: none;
    font-weight: bold;
    color: #663333;
}
.link:hover {
    text-decoration: underline;
}
.link2 {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #CC6600;
}
.link2:hover {
    text-decoration: underline;
}

/* gombok */
.gomb {
    cursor: pointer;
    background-color: #AC8737;
    border: 1px solid #D4B877;
    color: #fff;
}
.gomb:hover {
    background-color: #996600;
}

.vissza_gomb {
    cursor: pointer;
    outline: none;
    border: none;
    background: url(../pictures/vissza_gomb.jpg) center center no-repeat;
    height: 25px;
    width: 73px;
    overflow: hidden;
    margin-top: 4px;
}
.index_gomb {
    cursor: pointer;
    outline: none;
    border: none;
    background: url(../pictures/index_gomb.jpg) center center no-repeat;
    height: 25px;
    width: 73px;
    overflow: hidden;
    margin-top: 4px;
}
.elkuld_gomb {
    cursor: pointer;
    outline: none;
    border: none;
    background: url(../pictures/elkuld_gomb.jpg) center center no-repeat;
    height: 25px;
    width: 73px;
    overflow: hidden;
}
.hirlevel_gomb {
    cursor: pointer;
    outline: none;
    border: none;
    background: url(../pictures/hirlevel_gomb.jpg) center center no-repeat;
    height: 25px;
    width: 73px;
    overflow: hidden;
}

/* minden mas */
.edit {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 300px;
    height: 15px;
    font-size: 10px;
    border: 1px solid #D4B877;
    background-color: #F7E8C1;
}
.edit:hover {
    background-color: #F8FBF0;
    border-color: #FDF9EC;
}
.edit:focus {
    background-color: #fff;
    border-color: #784A18;
}
.longtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 300px;
    height: 80px;
    font-size: 10px;
    border: 1px solid #D4B877;
    background-color: #F7E8C1;
}
.longtext:hover {
    background-color: #F8FBF0;
    border-color: #784A18;
}
.longtext:focus {
    background-color: #fff;
    border-color: #784A18;
}
.legordulo {
    height: 17px;
    font-size: 11px;
    border: 1px solid #D4B877;
    cursor: pointer;
    background-color: #F7E8C1;
}
.legordulo:hover {
    background-color: #F8FBF0;
    border-color: #784A18;
}

.clearfix {
    clear: both;
}

#rig_kod_img {
    border: 1px solid #D4B877;
}

#left {
    position: relative;
    float: left;
    width: 345px;
}

#right {
    position: relative;
    float: right;
    width: 345px;
}

