body {
    width: 97%;
    height: 97%;
    background-color: #987E6F;
    text-align: center;
    font-family: Verdana;
}

div#body {
    background: url('images/halo.gif') #E4D9C9 no-repeat 95px 180px;
    border: 4px solid #6D5643;
    margin-left: auto;
    margin-right: auto;
    width: 830px;
    height: 550px;
}

div#inner_body {
    margin: 50px;
}

div#header {
    width: 100%;
    height: 45px;
    background: url('images/logo_line.gif') 0px 12px repeat-x;
    margin-bottom: 20px;
}

div.menu {
    background: #DDD3C2;
    height: 15px;
    width: 100%;
}

div.menu {
    margin-top: 0px;
}

div.menu ul {
    margin-right: 25px;
}

* html div.menu ul {
    margin-right: 0px;
}

div.menu ul li {
    float: right;
    list-style-type: none;
    margin-right: 17px;
    margin-top: 1px;
    font-size: 10px;
}

div.menu ul li a {
    color: #A29B8E;
    text-decoration: none;
}

div#menu2 {
    display: none;
}

div.menu_on {
    height: 15px;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url('images/menu_on.gif');
    background-position: -10px 0px;
}

table {
    float: right;
    height: 340px;
    table-layout: fixed;
}

table td.negyzet {
    width: 4px;
    height: 4px;
    background: url('images/border_negyzet.gif') no-repeat;
}

table td.vvonal {
    height: 4px;
    background: url('images/border_vonal.gif') repeat-x 0px 3px;
}

table td.fvonal {
    width: 4px;
    background: url('images/border_vonal_fugg.gif') repeat-y 3px 0px;
}

h3 {
    color: #FF3300;
    font-size: 14px;
}

div#tartalom_szoveg {
    color: #666666;
    font-size: 11px;
    overflow: scroll;
    height: 290px;
    overflow: auto;
    scrollbar-base-color: #E4D9C9;
}

* html div#tartalom_szoveg {
    height: 320px;
}

table#ajanlatkeres {
    font-size: 11px;
}