#popup_overall_wrapper {
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-image: url(/images/egokiefer2/schwarz_transparent.png) !important;
    background-image: none;
    background-repeat: repeat;
    background-position: left top;
    z-index: 998;
}

#popup_window_wrapper {
    clear: both;
    position: absolute;
    left: 196px;
    top: 242px;
    width: 192px;
    height: 304px;
    margin-top: -152px;
    margin-left: -96px;
    border: 1px solid #EF7F02;
    background-color: #FFFFFF;
    font-size: 12px;
    z-index: 999;
}

div#popup_window_wrapper[specialselect="noie6"] {
    left: 50%;
    top: 50%;
}

#popup_window_title {
    clear: both;
    float: left;
    width: 152px;
    height: 12px;
    padding: 4px 20px;
    line-height: 1;
    text-align: right;
    color: #FFFFFF;
    background-color: #EF7F02;
}

#popup_window_title a {
    color: #FFFFFF;
}

#popup_content {
    clear: both;
    float: left;
    width: 152px;
    height: 244px;
    padding: 20px;
    text-align: center;
}

#popop_content_image {
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
}