@import "forms.css";
@import "colors.css";

body { 
  margin: 0; 
  padding: 0; 
  font-family: arial, verdana, tahoma, helvetica, sans-serif; 
  font-size: 12px;
  color: #333;
}
img {
  border: 0;
}
a {
  color: #ee7800;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #fe8830;
  text-decoration: none;
}
#skip-to-content {
  display: none;
}
ul {
  text-align: justify;
}

/* Container */
#container {
  background: #fff;
  position: relative;
  width: 780px;
  margin: auto;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

/* Header */
#header {
  height: 86px;
  background: url(../images/titlebg.gif);
  text-align: right;
}
#banner {
  position: absolute;
  top: 0;
  left: 294px;
  width: 486px;
  height: 92px;
  background: url(../images/header_bg_right.png);
}
#banner img {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 1px solid #afafaf;
  width: 468px;
  height: 60px;
}
#logo {
  position: absolute;
  top: 40px;
  left: 15px;
}

/* --------Login-------- */
#login {
    width: 447px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#login-head {
    height: 21px;
    background: url(../images/login_head.gif) no-repeat;
}
#login-head div, #login-head div a {
    position: absolute;
    font-family: arial, verdana, tahoma, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: bold;
    color: #eee;
    text-decoration: none;
}
#login-head div {
    top: 2px;    
}
#login-body {
    height: 65px;
    background: url(../images/login_body.gif) no-repeat;
    text-align: center;
    padding: 10px 10px;
}
#login-body form {
    width: 400px;
    border: none;
    background: none;
    font-family: arial, verdana, tahoma, helvetica, sans-serif; 
    font-size: 10px;
    color: #000;
}
#login-body form div {
    position: absolute;
    bottom: 45px;
    text-align: left;
    width: 150px;
}
#login-body form input {
    width: 140px;
    height: 16px;
    border: 1px solid #5997B6;
}
#login-body form input.gomb {
    width: 70px;
    height: 20px;
    border: none;
    background: #5997B6;
    font-family: arial, verdana, tahoma, helvetica, sans-serif; 
    font-size: 11px;
    font-weight: bold;
    color: #000;
}
.logged_in {
    padding: 8px 0px 0px 30px;
    height: 31px;
    font-size: 16px;
    color: #000;
}


/* Menu */
#menu {
  width: 100%;
  height: 31px;
  background: url(../images/menu_bg.png);
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  background: url(../images/menu_item_bg.png);
}
#menu ul li.first {
  margin-left: 13px;
}
#menu ul li a {
  display: block;
  float: left;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  padding: 12px 7px 4px 15px;
}
#menu ul li a.emph {
  color: #fe0;
}
#menu ul li a:hover {
  background: url(../images/menu_item_bg_hover.png);
}
#menu ul li.sel {
  background: url(../images/menu_item_bg_sel.png);
}
#menu ul li.sel a {
  color: #000;
}
#menu ul li.sel a:hover {
  background: url(../images/menu_item_bg_sel.png);
}

/* Menu */
#submenu {
  width: 100%;
  height: 24px;
  background: #aaa;
}
#submenu ul {
  margin: 0;
  padding: 0;
}
#submenu ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
}
#submenu ul li.first {
  margin-left: 15px;
}
#submenu ul li a {
  display: block;
  float: left;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 9px 4px 15px;
}
#submenu ul li a.emph {
  color: #fe0;
}
#submenu ul li a:hover {
  background: #bbb;
}
#submenu ul li.sel {
  background: #6ab;
}
#submenu ul li.sel a {
  color: #000;
}
#submenu ul li.sel a:hover {
  background: #6ab;
}

/* Left column */
#left-col {
  margin: 0 205px 0 14px;
}
h1 {
  font-size: 180%;
  font-weight: normal;
  color: #0a5678;
  border-bottom: 2px solid #ffac00;
  clear: left;
  margin-bottom: 1em;
}
h2 {
  font-weight: normal;
  text-align: center;
  color: #0a5678;
  margin-bottom: 1em;
  font-size: 150%;
}
#left-col h3,
.quicksearch h4 {
    width: 520px;
    height: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: url('../images/table_title.png') no-repeat;
    padding-top: 4px;
    margin: 7px auto;
}
img.left {
  float: left;
  border: 1px solid #e0e0e0;
  margin: 0 1em 0.5em 0;
}
img.right {
  float: right;
  border: 1px solid #e0e0e0;
  margin: 0 0 0.5em 1em;
}

/* Right column */
#right-col {
  float: right;
  padding: 16px 0 0 0;
}

#right-col img {
    border: 1px solid #1D6A86;
    padding: 1px;
    margin-bottom: 3px;
}

/* right menu */
#right-menu {
    position: relative;
    left: 59px;
    width: 146px;
    margin: 0px;
}
#right-menu ul {
    margin: 0px;
    padding: 0px;
    width: 146px;
    list-style: none;
}
#right-menu li {
    margin: 0px;
    padding: 0px;
    width: 146px;
    height: 36px;
    background: url('../images/right_menu.png') no-repeat;
}
#right-menu a {
    height: 24px;
    padding-top: 7px;
    padding-left: 12px;
    display: block;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-shadow: #ccc 2px 2px 2px;
}


/* ---== Boxes ==--- */
/* left-col */
#left-col .box {
    border: none;
    width: 546px;
    text-align: center;
    background: url('../images/box_left_body.png') repeat-y;
}
#left-col .box h5 {
    height: 27px;
    background: url('../images/box_left_head.png') no-repeat;
    margin: 0px;
    padding-top: 6px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    color: #fff;
}
#left-col .box table {
    width: 95%;
    border: 0px solid #000;
    margin-left: 10px;
    border-collapse: collapse;
}
#left-col .box table td {
    width: 33%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px;
}
#left-col .box .space {
    width: 1px;
    background: url('../images/dot_line.png') repeat-y;
}
#left-col .box p {
    border: 0px #000 solid;
    width: 33%;
    font-size: 8pt;
    text-align: left;
    padding-left: 10px;
}
#left-col .foot {
    border: 1px none #000;
    height: 17px;
    background: url('../images/box_left_foot.png') no-repeat;
}

/* right-col */
#right-col .box {
    border: none;
    width: 205px;
    text-align: center;
    background: url('../images/box_body.png') repeat-y;
}
#right-col .box h5 {
    height: 27px;
    background: url('../images/box_head.png') no-repeat;
    margin: 0px;
    padding-top: 6px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    color: #fff;
}
#right-col .box p {
    border: 0px #000 solid;
    width: 180px;
    font-size: 8pt;
    text-align: left;
    padding-left: 10px;
}
#right-col .foot {
    border: 1px none #000;
    height: 19px;
    background: url('../images/box_foot.png') no-repeat;
}

/* ingbox */
#ingbox {
    border: none;
    width: 205px;
    background: url('../images/ingbox_body.png') repeat-y;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
#ingbox h3 {
    height: 59px;
    background: url('../images/ingbox_head.png') no-repeat;
}
#ingbox h3 a {
    width: 195px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #000;
    display: block;
}
#ingbox form {
    border: 0px dashed #f00;
    width: 180px;
    background: transparent;
    font-size: 8pt;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
#ingbox input,
#ingbox select {
    width: 180px;
    font-family: verdana;
    font-size: 12px;
    color: #000000;
}
#ingbox .gomb {
    width: 90px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    background: url(http://www.ingatlan.com/images/gombhatter.gif) repeat;
    border-width: 1px 3px 3px 1px;
    border-style: solid;
    border-color: #666666;
    cursor: hand;
    text-align: center;
}

#ingbox .foot {
    border: 0px none #000;
    height: 18px;
    background: url('../images/ingbox_foot.png') no-repeat;
}


/* versatile text container box */
.text-container {
    border: 1px solid #6B6068;
    width: 542px;
    background: #FFF09F url(../images/narancs_bg.jpg) no-repeat;
    margin: 1em 0px;
    padding: 0px;
    text-align: center;
}
.text-container input {
    width: 159px;
    height: 22px;
    margin-top: 15px;
    border: none;
    background: #0a5678 url('../images/button_large.png');
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}


/* For companies */
.forcomp-info {
    margin: 0px;
}
.forcomp-left {
    float: left;
    width: 11px;
    height: 142px;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    background: url('../images/forcomp_box_left.gif') no-repeat;
}
.forcomp-cont {
    float: left;
    height: 142px;
    margin: 0px;
    padding: 10px 0px 0px 5px;
    background: url('../images/forcomp_box_cont.gif') repeat-x;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #0A5783;
    line-height: 20px;
}
.forcomp-cont hr {
    height: 1px;
    width: 150px;
    background: #0A5783;
    border: none;
}
.forcomp-right {
    float: left;
    width: 12px;
    height: 142px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    background: url('../images/forcomp_box_right.gif') no-repeat;
}

/* Partners */
#partners {
  border-color: #0a5678;
  border-width: 1px;
  border-style: solid none none solid;
  padding-bottom: 1px;
  margin-bottom: 15px;
}
#login h3,
#login-companies h3,
#partners h3 {
  background: #0a5678;
  margin: 0 0 5px 0;
  padding: 2px 0 2px 5px;
  font-size: 11px;
  text-align: left;
  color: #fff;
  width: 170px;
}

#partners img {
  display: block;
  margin-left: 12px;
}

/* Footer */
#footer {
  clear: both;
  padding-top: 1em;
  margin-top: 2px;
  text-align: center;
  font-size: 12px;
}
#footer hr {
  display: none;
}
#footer p {
  margin: 0;
  text-align: center;
}
#footer p.jobmunka {
  border-bottom: 1px solid #9f9f9f;
  margin: 0;
}
#footer p.small-links {
  margin: 4px;
}
#footer p.small-links a {
  font-weight: normal;
  color: #555;
  font-size: 11px;
}
#footer p.small-links a:hover {
  color: #777;
}
#footer p.progan {
  font-size: 11px;
  padding-bottom: 8px;
}

/* Error message */
p.error {
  font-size: 120%;
  text-align: center;
  margin: 1px 0 0 0;
}
p.error em {
  font-weight: bold;
  font-style: normal;
}

/* Pagination */
.pagination {
  margin-top: 10px;
  width: auto;
  text-align: center;
}
.pagination em {
  font-weight: bold;
  font-style: normal;
}
.pagination p {
  padding: 0;
  margin: 0 auto;
}

/* List */
table.list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  font-size: 11px;
  width: 99%;
}
table.list th {
  border-width: 1px;
  border-style: solid;
  padding: 0.3em;
  text-align: center;
  padding: 0.3em;
}

table.list th a:hover {
  text-decoration: none;
}
table.list td {
  border-width: 1px;
  border-style: none solid none none;
  padding: 0.3em;
  vertical-align: top;
}
table.list em a {
  color: #d00;
}
table.list em {
  font-style: normal;
  color: #d00;
  font-weight: bold;
}

/* Job offer */
.job-offer {
  padding: 2em;
}
.job-offer .header {
  text-align: center;
}
.job-offer .header img {
  margin-top: 0.7em;
}
.job-offer .header h1 {
  border: none;
  text-align: center;
  font-weight: bold;
  margin-top: 0.5em;
}
.job-offer .header h2 {
  border: none;
  text-align: center;
  color: #359;
  font-weight: bold;
}
.job-offer .header p {
  text-align: center;
  font-style: italic;
}
.job-offer hr {
  margin: 0;
  border-width: 0px;
  border-style: solid;
  height: 1px;
  color: #aaa;
  background: #aaa;
}
.job-offer {
  border-collapse: collapse;
  margin: 0 0 1em 0;
}
.job-offer dt {
  padding-right: 0.8em;
  font-weight: bold;
  margin-bottom: 0.7em;
  width: 50%;
  color: #359;
}
.job-offer dd {
  vertical-align: top;
  margin: 0 0 1.8em 2em;
}
.job-offer .actions {
  border-top: 1px solid #aaa;
  text-align: center;
}
.job-offer .actions p {
  margin: 0;
  padding: 0.8em 0 0 0;
}

/* Back */
p.back,
.center {
  text-align: center;
}

/* News */
.news {
  width: 55%;
  border-right: 1px solid #aaa;
  padding-right: 1em;
  margin-right: 1em;
  float: left;
}
.news dd {
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.8em 0;
  border-bottom: 1px solid #aaa;
  color: #0a5678;
}
.news dt {
  padding: 0 0 1.5em 0;
}
.news dd span {
  font-weight: normal;
  font-size: 90%;
}
.news h2 {
  margin-top: 0;
  border-bottom: 2px solid #ffac00;
  text-align: left;
}

/* News */
.latest-job-offers {
  margin-left: 42%;
}
.latest-job-offers h2 {
  margin-top: 0;
  border-bottom: 2px solid #ffac00;
  text-align: left;
}

/* Quicksearch */
.quicksearch {
    width: 541px;
    padding: 0px;
    margin: 0px;
}
.quicksearch form {
    width: 521px;
    padding: 5px;
    padding-bottom: 10px;
    margin: 0px;
}

.detailedsearch .button {
  background: url('../images/button_large.png');
  margin-left: 170px;
  float: none;
}

/* Employees */
#employee h2 {
  text-align: left;
  margin: 0 0 1em 0;
  color: #999;
}
#employee .with-photo {
  margin-left: 200px;
}
#employee table td {
  vertical-align: top;
}
#employee table td.field {
  color: #359;
  font-weight: bold;
  width: 130px;
  padding-bottom: 5px;
}
#employee dt {
  padding-right: 0.8em;
  font-weight: bold;
  margin-bottom: 0.7em;
  width: 50%;
  color: #359;
}
#employee dd {
  vertical-align: top;
  margin: 0;
}
#employee img {
  float: left;
}

/* Legend */
table.legend {
  border-color: #999;
  background: #fff;
  margin: auto;
  border-collapse: collapse;
}
table.legend tr.group td {
  background: #eee;
}
table.legend td {
  border-color: #ddd;
  background: #f8f8f8;
  border: 1px solid #aaa;
  padding: 3px;
}
table.legend td.field {
  color: #666;
  border-right-color: #ddd;
  font-weight: bold;
}
table.legend caption {
  margin: auto;
  text-align: center;
  background: #999;
  color: #fff;
}

#about .col1,
#about .col2 {
  width: 247px;
}
#about .col1 {
  float: left;
  padding-right: 20px;
}
#about h2 {
  text-align: center;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px solid #0a5678;
}
#about p {
  margin: 0;
  padding: 0;
}
#about a.next {
  text-align: right;
  display: block;
}

#about ul {
  list-style: disc;
}
#about p.slogan {
  text-align: right;  
}
span.job {
  color: #ee7800;
  font-weight: bold;
}
span.munka {
  color: #004c70;
  font-weight: bold;
}

.textbg {
  margin-top: 1.5em;
  background: #FFF09F url(../images/narancs_bg.jpg) no-repeat;
/*  background: url(../images/jm_bg.jpg);*/
/*  background: #fff0a0; */
  padding: 1em;
  border: 1px solid #ccc;
  width: 520px;
}
.textbg_kek,
#ppateszt {
    margin-top: 1.5em;
    background: url('../images/kek_bg.jpg') repeat-x;
    padding: 1em;
    border: 0px solid #ccc;
    width: 520px;
    text-align: justify;
}
.textbg_feher {
    margin-top: 1px;
    background: #FFFFFF;
    padding: 1em;
    border: 0px solid #ccc;
    width: 520px;
}
.textbg-forcompanies {
  width: 496px;
  margin: 1.5em auto 0 auto;
  background: #FFF09F url(../images/narancs_bg.jpg) no-repeat;
/*  background: url(../images/jm_bg.jpg);*/
/*  background: #fff0a0; */
  padding: 1em;
  border: 1px solid #ccc;
  position: relative:
  left: 1px;
}

h2.contact {
  font-size: 128%;
  font-weight: bold;
}
h2.kekcim {
    font-size: 128%;
    font-weight: bold;
    text-align: left;
    margin: 1px;
}
br.spacer {
  clear: both;
}

form.sendpassword {
  width: 220px;
}
