/*
** HTML elements
*/
body {
  margin: 0 auto;
  padding: 0;
  color: #000;
  background-color: #243b5a;
  font: 70% Verdana, Arial, Helvetica, sans-serif;
}

/* MEBLEE */
#airlock {
    width: 775px;
    margin: 0px auto;
    padding: 0px;
}

#airlock #air_header {
    background: #fff;
    width: 735px;
    padding: 10px;
    margin: 10px 0 10px 0;
    font-size:9px;
    color: #999;
    border: 10px solid #6b8b9a;
    min-height: 450px;
    height: auto !important;
    height: 450px;
}

#airlock #air_footer {
    background: #385460;
    width: 755px;
    padding: 10px;
    margin: 10px 0 10px 0;
    font-size:9px;
    color: #999;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    color: #fff;
}

#airlock #air_left {
    width: 250px;
    font-size:9px;
    color: #999;
    float: left;
    min-height: 430px;
    height: auto !important;
    height: 430px;
    border-right: 1px dashed #ccc;
}

#airlock #air_logo {
    width: 250px;
    font-size: 9px;
    float: left;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    text-align: center;
    margin-bottom: 5px;
}

#airlock #air_contact {
    width: 230px;
    float: left;
    background: #666666;
    padding-right: 10px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:6px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

#airlock #air_contact_data {
    width: 218px;
    font-size: 12px;
    float: left;
    background: #fff;
    padding-right: 10px;
    color: #333;
    padding: 10px;
    min-height: 330px;
    height: auto !important;
    height: 330px;
    border-right: 1px dashed #666666;
    border-left: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
}

#airlock #air_right {
    width: 470px;
    font-size:9px;
    color: #999;
    float: left;
    min-height: 430px;
    height: auto !important;
    height: 430px;
}

#airlock #air_slogan {
    width: 460px;
    margin-left: 10px;
    float: left;
    background: #e3e8ec;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:20px;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

#airlock #air_offer {
    width: 460px;
    margin-left: 10px;
    font-size: 12px;
    float: left;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    color: #333;
    padding: 5px;
}

#airlock #air_photo {
    width: 470px;
    margin-left: 10px;
    font-size: 9px;
    float: left;
    border-top: 1px dashed #ccc;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    text-align: center;
}

#clear {
    clear: both;
}

#psycholodzy  {
    font-size: 9px;
    color: #ccc;
    text-align: center;
}

#psycholodzy a {
    font-size: 9px;
    color: #ccc;
}
