#logo {
    float: left;
    margin: 20px;
    cursor: pointer;
}

#header {
    position: relative;
    height: 93px;
    margin-left: 370px;
}

#main_menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: justify;
    font-size: 90%;
}

#main_menu a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 0 .5em;
}

#main_menu.vacancies a {
    color: #054930;
}

#main_menu a:hover {
    background-color: #D62714;
}

#main_menu.vacancies a:hover {
    color: white;
}

#main_search {
    float: right;
    margin: 20px;
}

#main_search form {
    display: inline;
}

#main_search input {
    border: solid 1px #78AACA;
    background-color: #AFDCF7;
    color: #0A4F33;
    padding-left: .2em;
    width: 15em;
    font-family: sans-serif;
}

#main_search.vacancies input {
    background-color: white;
}

