html body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: Comic Sans MS;
    font-size: 16px;
    color: black;
    background: url(../kepek/hatter.png) repeat;
    text-align: center;
    min-width: 1000px;
}
div {
    vertical-align: middle;
    display: inline-block;
    background-color: white;
}
h1 {
   font-family: Gigi;
   display: inline;
}
img {
    text-decoration: none;
    border: none;
}
input[type="text"] input[type="password"] {
    width: 149px;
    height: 16px;
}
.fejlec {
    width: 800px;
    height: 227px;
    background: url(../kepek/csik.png) no-repeat 0px 150px white;
}
.logo{
    height: 150px;
}
.felhasznalo {
    margin-left: 80px;
    width: 280px;
    margin-top: 16px;             
}
.login {
    float: right;
    width: 130px;
    margin: 0px 5px;
}
.menusor {
    width: 800px;
    height: 25px;
    margin-top: 5px;
}
.menu {
    width: 195px;
    vertical-align: top;
    cursor: pointer;
    margin-top: 1px;
    z-index: 10;
}
.menu .almenu {
    display: none;
}
.menu:hover {
    width: 193px;
    border: 1px solid black;
    margin-top: 0px;
    position: relative;
    z-index: 10;
}
.menu:hover .almenu {
    display: block;
    border-top: 1px solid black;
}
.menu:hover .almenu:hover {
    background-color: #EEEEEE;
}
.oldalmenu {
    width: 143px;
    margin-top: 5px;
    border: 1px solid black;
    vertical-align: top;
}
.oldalmenufejlec {
    height: 37px;
    background: url(../kepek/csik2.png) no-repeat 0px 23px;
    display: block;
}
.oldalalmenu {
    border-top: 1px solid black;
    display: block;
}
.oldalalmenu:hover {
    cursor: pointer;
    background-color: #EEEEEE;
}
.tartalom {
    width: 650px;
    min-height: 397px;
    margin-top: 5px;
}
.lablec {
    font-size: 10px;
    width: 800px;
    margin-top: 5px;
}
.lablec div {
    margin: 0 10px 0 10px;
}
.kizar {
    clear: both;
    display: block;
}
.teljes {
    margin: 10px;
    height: 170px;
}
.forgo {
    color: #FFC90E;
    background-color: #7B2E04;
    padding: 8px;
    height: 170px;
    overflow: hidden;
    display: inline-block;
    width: 70%;
}
.forgo div {
    vertical-align: top;
}
.forgo div a {
    color: #D3A50C;
}
.forgo div a:hover {
    color: #DBAB0D;
}
.iranyito {
    display: block;
    width: 100%;
    height: 20px;
}
.kereso {
    width: 300px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
}
fieldset {
    width: 500px;
    margin: auto;
}
legend {
    text-align: left;
}
label {
    cursor: pointer;
}
.regdiv {
    width: 200px;
    text-align: left;
    float: left;
}
.hiba {
    color: #991111;
    font-size: 12px;
}
.uzenet {
    color: #119911;
    margin: 10px 0;
}