/* Alapok */

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #777777;
    font-family: "Bookman Old Style";
}

html {
    width: 100vw;
}

body {
    height: 100%;
    width: 100vw;
    /*background: fixed url(../pictures/weboldal/hatter.png);*/
}

.cim {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    color: #CC6055;
}

.linkek {
    font-weight: bold;
    font-size: inherit;
}

.vissza_link:hover {
    background: rgba(204, 95, 85, 0.4);
}

.flex-belso:hover, .flex-belso-magas:hover {
    box-shadow: 0px 0px 6px #D0C199;
}

input[type="radio"]:checked {
    background: #CC6055;
}

input[type="text"],
input[type="password"] {
    color: #777777;
}

#ezust {
    display: none;
}

#atmero {
    background: rgba(204,96,85,0.7);
    color: #FFFFFF;
}

#atmero option {
    color: #FFFFFF;
    font-weight: bold;
}

.keresett {
    color: #CC6055;
}