#megamenu_parent .sct-megamenu-main {
    position: absolute;
    z-index: 9000;
    background-color: white;
}


#megamenu_parent .searchtree-entry-name:hover, .sct-megamenu-suchbaum-wrapper .searchtree-entry-name:hover {
    background-color: #ffcccc;
    border-color: white;
    color: #ff3334;
}

#megamenu_parent .searchtree-entry-name, .sct-megamenu-suchbaum-wrapper .searchtree-entry-name {
    background-color: white;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font: 12px Arial;
    height: 25px;
    overflow: hidden;
    padding: 10px 5px 5px 10px;
    white-space: nowrap;
    width: 190px;
}

#megamenu_parent .searchtree-entry-img, .sct-megamenu-suchbaum-wrapper .searchtree-entry-img {
    cursor: pointer;
    display: inline;
}

#megamenu_parent .searchtree-entry-img img, .sct-megamenu-suchbaum-wrapper .searchtree-entry-img img {
    display: inline;
    height: 30px;
    margin-bottom: 6px;
    width: 30px;
}

.sct-megamenu-main {
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    width: auto;
    background: white;
    border: 1px solid black;
    z-index: 9000;
    margin-left: 20px;
    padding: 5px;
}

.sct-megamenu-aktion-wrapper, .sct-megamenu-suchbaum-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.sct-megamenu-close-wrapper {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    text-align: center;
}

.sct-megamenu-arrow-wrapper {
    border: 1px solid black;
    border-right: none;
    width: 20px;
    height: 40px;
    position: absolute;
    top: -1px;
    left: -21px;
    z-index: 9001;
    background: white;
}