h1 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #454c51;
    padding-bottom: 0px;
}
h2 {
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #454c51;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #454c51;
}
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;
}
.center_link {
    text-decoration: none;
    font-weight: bold;
    color: #ACACAC;
    background: url(../pictures/nyil.jpg) left center no-repeat;
    padding-left: 22px;
    line-height: 17px;
    font-size: 12px;
}
.center_link:hover {
    text-decoration: underline;
}

/* gombok */
.gomb {
    cursor: pointer;
}
.gomb:hover {
}

/* minden mas */
.edit {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 220px;
    height: 13px;
    font-size: 10px;
    border: 1px solid #CFCFCF;
}
.edit:hover {
    background-color: #F8FBF0;
    border-color: #CC6633;
}
.edit:focus {
    background-color: #FDFEFA;
    border-color: #996633;
}
.longtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 320px;
    height: 200px;
    font-size: 10px;
    border: 1px solid #CFCFCF;
}
.longtext:hover {
    background-color: #F8FBF0;
    border-color: #CC6633;
}
.longtext:focus {
    background-color: #FDFEFA;
    border-color: #996633;
}
.legordulo {
    height: 17px;
    font-size: 11px;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    background-color: #fff;
}
.legordulo:hover {
    background-color: #FFFFF2;
    border-color: #8c2532;
}