@charset "utf-8";
body {
    font-family: Arial, Helvetia, sans-serif;
    font-size: 12px;
}

h3 {
    font-weight: bolder;
    font-size: 130%;
    color: #f0f020;
}
#header {
    background: #50923f;
    background: url(../pics/embau138x80.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

#headercontent {
    background: #50923f;
    margin-left: 120px;
    position: relative;
    text-align: center;
    width: 90%;

}
div#tartalom {
    width: 90%;
    margin: 0px auto;
}

#kozep {
    width: 250px;
    position: relative;
    background-color: #e0e010;
    overflow: hidden;
    height: auto;
    margin: 10px auto;
    box-shadow:4px 4px 4px rgba(98,68,68,0.5);
    text-align: center;
    padding: 8px;

/*  float: left; */
}
#kozep li {
    margin-top: 4px;
}
#footer {
    background-color: #50923f;
    position: fixed;
    width: 100%;
    height: 30px;
    bottom:10px;
}
.footer-content{
    text-align:right;
    padding:6px;
    vertical-align:middle;
    color:#f0f020;
    margin-right:15px;
}