body {
    font-family: Verdana;
    font-size: 10pt;
    background: #aaccee;
    color: #000000;
    text-align: center;
}

img {
    border: 0px;
}

a, a:visited{
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #666666;
}

div#main {
    text-align: left;
    width: 780px;
    margin: auto;
    background: #ffffff url('images/leftbar.jpg') top left repeat-y;
}

div#head{
    height: 163px;
    background: url('images/head.jpg') top left no-repeat;
}

div#topmenu {
    background: #eeeeee url('images/topbar.jpg') repeat-x top left;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    color: #888888;
    padding-left: 10px;
}
div#topmenu a {
    color: #888888;
}

div#leftmenu {
    background: transparent url('images/leftbar_top.jpg') top left repeat-x;
    width: 213px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#content {
    float: left;
    width: 567px;
    background: #ffffff url('images/content_top.jpg') top left repeat-x;
}

div#contentb {
    margin: 5px;
    margin-top: 15px;
}

div.placeholder {
    height: 0px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

div#foot {
    background: #486e9c url('images/content_bottom.jpg') repeat-x top left;
    clear: both;
    height: 40px;
    line-height: 20px;
}
div#foot2 {
    float: left;
    width: 213px;
    background: url('images/amero_bottom.jpg') no-repeat top left;
    height: 40px;
}
div#foot3 {
    width: 530px;
    float: left;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 10pt;
    color: #ffffff;
}

table.datasheet {
    width: 95%;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    margin: auto;
    margin-bottom: 20px;
}

table.datasheet th td {
    padding: 3px;
    vertical-align: top;
}

table.datasheet th {
    background: #dddddd;
    text-align: center;
    font-size: 14pt;
}

table.datasheet td {
    border-bottom: 1px solid #aaaaaa;
}

table.datasheet td.rb {
    width: 50%;
    text-align: right;
    font-weight: bold;
}

table.datasheet td.thumb {
    width: 160px;
    text-align: center;
}

table.datasheet td.data {
    vertical-align: middle;
}

table.datasheet td.data a.more {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-weight: bold;
    color: #6688aa;
}

input,select {
    border: 1px solid #aaaaaa;
    
}

input.btn {
    background: #aaaaaa;

}

img.hitel {
    vertical-align: center;
}


td.hitelfej {
    background: #fa9324;
    text-align: center;
    font-weight: bold;
}

table.fresh {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

table.fresh th {
    text-align: center;
    font-weight: bold;
    border: #aaaaaa 1px solid;
}

table.fresh td {
    text-align: center;
    font-weight: bold;
    border: #aaaaaa 1px solid;
    vertical-align: top;

}

table.fresh td.head {
    vertical-align: top;
    background: #eeeeee;
    width: 25%;
    font-size: 8.5pt;
}




