h1 {
    font-family: Tahoma, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #03A5AD;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
}
h2 {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 17px;
    color: #03A5AD;
    text-transform: uppercase;
    font-weight: normal;
}
h3 {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #03A5AD;
}
p {
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}
img {
    margin: 0px;
    padding: 0px;
    border: none;
}
form {
    margin: 0px;
    padding: 0px;
}

/* linkek */
.link {
    text-decoration: none;
    font-weight: bold;
    color: #03A5AD;
}
.link:hover {
    text-decoration: underline;
}

.link2 {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #03A5AD;
}
.link2:hover {
    text-decoration: underline;
}

.clearfix {
    clear: both;
}

/* gombok */
.gomb {
    cursor: pointer;
}
.gomb:hover {
}

/* minden mas */
.edit {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 300px;
    height: 16px;
    font-size: 11px;
    border: 1px solid #C2C2C5;
    background-color: #E8E8E8;
}
.edit:hover {
    background-color: #FFFFFF;
    border-color: #03A5AD;
    color: #000000;
}
.edit:focus {
    background-color: #FFFFFF;
    border-color: #03A5AD;
    color: #000000;
}

.longtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 300px;
    height: 100px;
    font-size: 11px;
    border: 1px solid #C2C2C5;
    background-color: #E8E8E8;
}
.longtext:hover {
    background-color: #FFFFFF;
    border-color: #03A5AD;
    color: #000000;
}
.longtext:focus {
    background-color: #FFFFFF;
    border-color: #03A5AD;
    color: #000000;
}

.legordulo {
    height: 17px;
    font-size: 11px;
    cursor: pointer;
    border: 1px solid #666666;
    background-color: #4D4D4D;
    color: #FFFFFF;
}
.legordulo:hover {
    background-color: #FFFFF2;
    border-color: #FFAD01;
    color: #000000;
}
.legordulo:focus {
    background-color: #FFFFF2;
    border-color: #FFAD01;
    color: #000000;
}


#gmaps_gomb {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 219px;
    height: 52px;
    overflow: hidden;
    background: url(../pictures/gmaps_gomb.png) 0px 0px no-repeat;
}
#gmaps_gomb:hover {
    background-position: 0px -52px;
}

