table.frame {
    width: 1024px;
    margin: 0 auto;
}

table.strip {
    border: 0px;
    border-collapse: collapse;
    padding: 0px;
}

table.frame td,
table.toptable td,
table.topmenutable td,
table.middletable td,
table.leftmenutable td {
    padding: 0px;
    vertical-align: top;
}

table.frame td.topleft {
    width: 75px;
    height: 220px;
    background-image: url("../images/topleft.jpg");
    background-repeat: no-repeat;
}

table.frame td.topcenter {
    width: 874px;
    background-image: url("../images/topcenter.jpg");
    background-repeat: no-repeat;
}

table.frame td.topright {
    width: 75px;
}

table.frame td.middleleft {
    height: 608px;
    background-image: url("../images/middleleft.jpg");
    background-position: top right;
    background-repeat: no-repeat;
}

table.frame td.middlecenter {
    background-color: #fff;
    padding: 3px;
}

table.frame td.footcenter {
    background-image: url("../images/footcenter.jpg");
    padding-left: 53px;
    padding-top: 16px
}

table.toptable td.icons {
    width: 367px;
    height: 37px;
    padding-left: 30px;
}

table.toptable td.topmenu {
    width: 439px;
    height: 96px;
    padding-left: 24px;
}

table.toptable td.languages {
    font-size: 11px;
    padding-top: 0px;
    height: 59px;
    padding-left: 24px;
}

table.toptable td.languages a {
    color: #000;
    font-weight: normal;
}

table.toptable td.languages a:hover {
    color: #7b0e13;
    font-weight: normal;
}

table.middletable td.middletablelefttop {
    width: 195px;
    height: 293px;
    background-image: url("../images/middletablelefttop.jpg");
}

table.middletable td.middletableleftbottom {
    height: 309px;
    background-image: url("../images/middletableleft.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}

table.middletable td.middletablesep {
    width: 13px;
    background-image: url("../images/middletablesep.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

table.middletable td.middletablecenter {
    width: 453px;
    height: 602px;
}

table.middletable td.middletableright {
    width: 207px;
    text-align: right;
}

div.centercontent {
    width: 417px;
    background-color: #f5f5f5;
    padding: 18px;
    margin-bottom: 21px;
}

div.centerpanel {
    background-image: url("../images/panelsep.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 20px;
}

/* ingatlan */

table.properties
{
    width: 100%;
}

table.properties td.picture
{
    width: 190px;
}

table.properties td.city
{
    font-weight: bold;
    font-size: 14px;
    color: #780e12;
    height: 20px;
}

table.properties td.line
{
    height: 10px;
    border-top: solid 1px #b2b2b2;
}

table.properties td.common
{
    height: 20px;
    font-weight: bold;
}

table.properties span.important
{
    color: #780e12;
}

table.properties td.desc
{
    color: #000;
}



