@charset "utf-8";

#searchfield {
    color: #fff;
    display: none;
    position: absolute;
    right: -4px;
    top: 20px;
    width: 302px;
    height: 60px;
    padding-top: 9px;
    z-index: 30;

    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;

    background: transparent url(../Images/suchbox.png) no-repeat top right;
}

#searchbox-top {
    background: #fff;
    color: #000;
    font-size: 0.75em;
    font-family: DINWeb-Medium, Arial, Helvetica, sans-serif;
    border: 1px solid #a9a9a9;
    float: left;
    -webkit-box-shadow: inset 4px 4px 10px -5px #808080;
    -moz-box-shadow: inset 4px 4px 10px -5px #808080;
    box-shadow: inset 4px 4px 10px -5px #808080;
    height: 20px;
    padding: 0.25em;
    margin-left: 15px;
    width: 232px;
}

#searchfield .searchbutton {
    margin: 3px 10px 0 0;
}

#searchfield form {
    margin-top: 16px;
}

* + html #searchfield form {
    margin-top: 25px;
}

/*No JS*/
.no-js #nav {
    margin-right: 80px;
}

.no-js #searchfield {
    background: none;
    border-radius: 0 0 0 0;
    color: #FFF;
    display: block;
    height: auto;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    z-index: 30;
}

.no-js #searchfield form {
    margin-top: 5px;
}

.no-js #search-wrapper {
    position: absolute;
    right: -37px;
    top: 4px;
}

.no-js #search-wrapper a {
    position: absolute;
    left: -999em;
    display: none;
}

.no-js #searchbox-top {
    width: 74px;
}
