html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #EBEBEB;
    background-color: #000000;
}
html *, body * {
}
#site {
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    width: 891px;
    min-height: 500px;
}
#top {
    width: 100%;
    height: 329px;
    background: url(../pictures/top_bg.jpg) left top no-repeat transparent;
}
#content {
    width: 100%;
}
#content_inner {
    color: #EBEBEB;
    padding-top: 20px;
    min-height: 300px;
}
#languages {
    text-align: right;
    padding: 15px;
    padding-top: 20px;
    padding-right: 0px;
}
#copyright {
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 10px;
    color: #959595;
    background: url(../pictures/menu_bg.jpg) left center repeat-x;
}
#copyright a {
    color: #F8F8F8;
    text-decoration: none;
}
#copyright a:hover {
    color: #CCFF66;
    text-decoration: underline;
}
#copyright .design_link {
    color: #CACACA;
    text-decoration: none;
}
#copyright .design_link:hover {
    color: #FF6633;
    text-decoration: underline;
}
.kezdooldal_bal_kep {
    height: 80px;
    overflow: hidden;
    background: url(../pictures/kezdooldal_bal.jpg) center center no-repeat;
    border: 1px solid #666633;
}
.kezdooldal_kozep_kep {
    height: 80px;
    overflow: hidden;
    background: url(../pictures/kezdooldal_kozep.jpg) center center no-repeat;
    border: 1px solid #666633;
}
.kezdooldal_jobb_kep {
    height: 80px;
    overflow: hidden;
    background: url(../pictures/kezdooldal_jobb.jpg) center center no-repeat;
    border: 1px solid #666633;
}

.kezdooldal_szoveg {
    padding: 10px;
    text-align: left;
    min-height: 240px;
}

.kezdooldal_bal_also_kep {
    height: 80px;
    overflow: hidden;
    background: url(../pictures/kezdooldal_bal_also.jpg) center center no-repeat;
    border: 4px solid #ffffff;
}
.kezdooldal_kozep_also_kep {
    height: 80px;
    overflow: hidden;
    background: url(../pictures/kezdooldal_kozep_also.jpg) center center no-repeat;
    border: 4px solid #ffffff;
}
.kezdooldal_jobb_also_kep {
    height: 80px;
    overflow: hidden;
    background: url(../pictures/kezdooldal_jobb_also.jpg) center center no-repeat;
    border: 4px solid #ffffff;
}

