.main-search-container {
    background-color: #e6e6e6;
    margin-bottom: 2px;
    padding: 25px 15px 25px 15px;
}

/* display:none versteckt den Skiplink auch vor Screenreadern */
.skip {
	position: absolute;
	left: -999em;
    width: 0em;
}
a.skip:active,  a.skip:focus {
    left: 0em;
    border: 3px #3399cc solid;
    background-color: #fff;
    width: 20em;
}