@charset "utf-8";

body {
    font-family: Arial, Helvetia, sans-serif;
    font-size: 12px;
}
#footer {
    background-color: #D0D0D0;
    margin-top: 50px;
    position: absolute;
    width: 98%;
    height: 40px;
    text-align: right;
}
h3 {
    font-weight: bolder;
    font-size: 20px;
    color: #101080;
}
#header {
    background: #F0F0F0;
    height: 65px;
}

#headercontent {
    background: #E0E0EF;
    height: 50px;
    margin: 0pt auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 800px;

}
div#tartalom {
    width: 900px;
    margin: auto;
}
#baloszlop{
    width:160px;
    float: left;
}
#balmenudoboz {
    border-style: solid;
    border-width: 1px;
    border-color: #80A020;
    left: 0px;
    top: 0px;
    padding: 3px;
    margin-bottom: 5px;
    background-color: #E7E0E0;
    width: 155px;
    overflow: hidden;
    text-align: center;
}
#kozep {
    width: 700px;
    height: auto;
    background-color: #F0F0F0;
    position: relative;
    overflow: hidden;
    left: 20px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #B0B0B0;
}

