@import url('styles_init.css');

html, body { height: 100% }
body {
    color: #000;
    line-height: 16px;
    background: #8b8313 url("/gfx/bg.jpg") no-repeat 50% 50%;
}

table#container {
    height: 100%;
    width: 100%;
}
table#container td#top {
    background: transparent url("/gfx/bg_top.png") repeat-x 0 0;
}
table#container td#middle {
    height: 720px;
    text-align: center;
}
table#container td#bottom {
    background-color: #202710;
}
div#menu {
    width: 100%;
    background: transparent url("/gfx/bg_menu.png") repeat-x 0 0;
    height: 42px;
    text-align: center;
}
div#menu-content {
    width: 980px;
    margin: 0 auto;
}
div#menu a {
    display: block;
    width: 128px;
    float: left;
    height: 41px;
    text-indent: -10000px;
    font-size: 0;
    margin: 0 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
}
div#menu a.cegismerteto,
div#menu a.cegismerteto_current {
    width: 114px;
    margin-left: 40px;
    background-image: url("/gfx/menu/cegismerteto.png");
}
div#menu a.referenciak,
div#menu a.referenciak_current {
    width: 104px;
    background-image: url("/gfx/menu/referenciak.png");
}
div#menu a.aktualis,
div#menu a.aktualis_current {
    width: 162px;
    background-image: url("/gfx/menu/aktualis.png");
}
div#menu a.elerhetosegek,
div#menu a.elerhetosegek_current {
    width: 118px;
    background-image: url("/gfx/menu/elerhetosegek.png");
}
div#menu a.gyik,
div#menu a.gyik_current {
    width: 140px;
    background-image: url("/gfx/menu/gyik.png");
}
div#menu a.thermilate,
div#menu a.thermilate_current {
    width: 264px;
    background-image: url("/gfx/menu/thermilate.png");
}
div#menu a.arkalkulator,
div#menu a.arkalkulator_current {
    width: 142px;
    margin-left: 40px;
    background-image: url("/gfx/menu/arkalkulator.png");
}
div#menu a.cegismerteto:hover,
div#menu a.cegismerteto_current {
    background-position: 0 100%
}
div#menu a.referenciak:hover,
div#menu a.referenciak_current {
    background-position: 0 100%
}
div#menu a.aktualis:hover,
div#menu a.aktualis_current {
    background-position: 0 100%
}
div#menu a.elerhetosegek:hover,
div#menu a.elerhetosegek_current {
    background-position: 0 100%
}
div#menu a.gyik:hover,
div#menu a.gyik_current {
    background-position: 0 100%
}
div#menu a.thermilate:hover,
div#menu a.thermilate_current {
    background-position: 0 100%
}

div#data {
    margin: 0 auto;
    width: 980px;
    height: 442px;
}
div#footer-contact {
    width: 100%;
    background: transparent url("/gfx/bg_footer.png") repeat-x 0 0;
    height: 198px;
    text-align: center;
}
div#footer-contact-content {
    width: 980px;
    margin: 0 auto;
    padding-top: 28px;
}
div#footer-contact-form {
    width: 625px;
    height: 170px;
    margin-left: 24px;
    background: transparent url("/gfx/bg_footer_contact_form.png") no-repeat 0 0;
}
div#footer-contact-form input,
div#footer-contact-form textarea {
    border: 5px solid #3b3f17;
    background-color: #202710;
    color: #D7CD9E;
    padding: 5px;
    height: 35px;
    width: 290px;
}
div#footer-contact-form input.error,
div#footer-contact-form textarea.error {
    border-color: #9e9958;
    color: #9e9958;
}
div#footer-contact-form textarea {
    overflow: auto;
    height: 85px;
}
div#footer-contact-form div.select {
    float: left;
    border: 5px solid #3b3f17;
    background-color: #202710;
    color: #D7CD9E;
    padding: 5px;
    height: auto;
    width: 270px;
    margin: 0 0 5px 10px;
}
div#footer-contact-form div.select select {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #202710;
    color: #D7CD9E;
}
div#footer-contact-form input.btn {
    width: 86px;
    height: 32px;
    border: none;
    background-color: #cf4823;
    vertical-align: bottom;
    background: transparent url("/gfx/btn_footer_elkuld.png") no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    margin: 3px 0 0 30px;
}
div#footer-contact-info {
    float: right;
    width: 300px;
    color: #b7af82;
    line-height: 16px;
}
div#footer-contact-info a {
    color: #cf4823;
    text-decoration: none;
}
div#footer-contact-info a:hover {
    text-decoration: underline;
}
div#footer-info {
    width: 100%;
    background-color: #202710;
    height: 37px;
    border-top: 1px solid #4c5535;
    color: #4f532f;
    text-align: center;
}
div#footer-info-content {
    width: 980px;
    margin: 0 auto;
    vertical-align: middle;
}
div#footer-info-content span#copyright {
    margin-left: 45px;
    margin-right: 140px;
}
div#footer-info-content img.rec {
    margin: 0 14px;
    vertical-align: middle;
}
div#footer-info-content img#webshark {
    vertical-align: middle;
    margin-left: 100px;
}
div#footer-info a {
    color: #7d7e4d;
    text-decoration: none;
}
div#footer-info a:hover {
    color: #d7cd9e;
}

