/* POPUP-Fenster */
.dhtmlwindow {
    position: absolute;
    border: 1px solid #485FAD;
    visibility: hidden;
    background-color: white;
}

.dhtmlwindow body {
    background: #FFF !important;
}

.drag-handle /*CSS for Drag Handle*/
{
    padding: 3px;
    text-indent: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-image: url('../images/table_head.gif');
    background-position: -10px;
    background-repeat: repeat-x;
    color: white;
    cursor: move;
    overflow: hidden;
    width: auto;
}

.drag-handle .drag-controls {
    /*CSS for controls (min, close etc) within Drag Handle*/
    position: absolute;
    right: 1px;
    top: 2px;
    cursor: pointer;
}

.drag-contentarea /*CSS for Content Display Area div*/
{
    background-color: #FFF;
    color: black;
    height: 150px;
    overflow: auto;
}

.drag-statusarea /*CSS for Status Bar div (includes resizearea)*/
{
    border-top: 1px solid #485FAD;
    background-color: #7194CC;
    height: 13px; /*height of resize image*/
}

.drag-resizearea /*CSS for Resize Area itself*/
{
    float: right;
    width: 13px; /*width of resize image*/
    height: 13px; /*height of resize image*/
    cursor: nw-resize;
    font-size: 0;
}

.drag-handle
    /*Overwrite default drag handle bar background color with below*/
{
    background-color: #03277C;
}

#content_popup {
    background-color: #FFF;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: auto;
    display: block;
    float: left;
    line-height: 1.3;
}


#content_popup .popup_site {
    margin: 10px 0 10px 7px;
}


p.suche1 {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 18px;
    line-height: 16px !important;
    margin: 0;
    padding: 0 14px;
}

p.suche2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7B0003;
    padding: 10px 0 0 7px;
    margin: 0 0 0 540px;
    position: absolute;
    top: 311px;
    text-align: right;
    width: 400px;
    display: block;
    float: left;
}

#content_popup a.seite,
#content_popup a.seite:link,
#content_popup a.seite:visited {
    color: #00297b;
    text-decoration: none;
    padding: 0 3px 0 3px;
    margin: 0 3px 0 0;
    border: 1px solid #87bdff;
    background-color: #ebf0fb;
    display: block;
    float: left;
}

#content_popup a.seite:hover,
#content_popup a.seite:focus {
    color: #00297b;
    text-decoration: none;
    padding: 0 3px 0 3px;
    margin: 0 3px 0 0;
    border: 1px solid #87bdff;
    background-color: #ebf0fb;
    display: block;
    float: left;
}

#content_popup a.seite_akt,
#content_popup a.seite_akt:link,
#content_popup a.seite_akt:visited,
#content_popup a.seite_akt:hover,
#content_popup a.seite_akt:focus {
    color: #fff;
    text-decoration: none;
    margin: 0 3px 0 0;
    padding: 0 3px 0 3px;
    border: 1px solid #fff;
    background-image: url('../images/table_head.gif');
    background-position: -10px;
    background-repeat: repeat-x;
    display: block;
    float: left;
}

#content_popup .anzahl_seiten1 {
    display: block;
    float: left;
    margin: 5px 0 5px 7px;
}


/* Suchseite */
/* Kopf Angebote-Tabelle */
#content_popup .head_info_table1 {
    background-image: url('../images/table_head.gif');
    background-position: -10px;
    background-repeat: repeat-x;
    width: 475px;
    display: block;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0 0 0 0;
    /*border-right: 1px solid #FFF;*/
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

/* Zeilen Angebots-Tabelle */
#content_popup .info_table1 {
    background-color: #ECEDED;
    width: 475px;
    height: auto;
    display: block;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0 0 0 0;
    /*border-right: 1px solid #FFE8E8;*/
    border-bottom: 1px solid #485FAD;
    color: #000;
}

#content_popup .info_table1[irrelevant="true"] {
    background-color: #ECEDED !important;
    color: #999 !important;
    font-style: italic;
}

#content_popup .info_table_akt[irrelevant="true"] {
    background-color: #aaa !important;
    color: #333 !important;
    font-style: italic;
}

/* Zeilen Angebots-Tabelle OVER */
#content_popup .info_table1:hover {
    background-color: #FFF;
}

/* Zeilen Angebots-Tabelle */
#content_popup .info_table_akt {
    background-color: #FFD2CF;
    width: 475px;
    height: auto;
    display: block;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0 0 0 0;
    /*border-right: 1px solid #FFE8E8;*/
    border-bottom: 1px solid #485FAD;
    color: #333;
}

/* Zeilen Angebots-Tabelle */
/* Zeilen Angebots-Tabelle */
#content_popup .head_table_popup {
    width: 100%;
    display: block;
    float: left;
    padding: 3px 0 3px 0;
    margin: 0 0 1px 0;
    color: #fff;
    background-image: url('../images/table_head.gif');
    background-position: -10px;
    background-repeat: repeat-x;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/* Zeilen Angebots-Tabelle */
#content_popup .head_table_popup2 {
    width: 100%;
    display: block;
    float: left;
    padding: 3px 0 0 0;
    margin: 0 0 1px 0;
    background-repeat: repeat-x;
}

#content_popup .head_table_popup p {
    margin: 0 0 0 0;
    padding: 0 0 0 7px;
    float: left !important;
}

/* Zeilen Angebots-Tabelle */
#content_popup .info_table_popup {
    width: 100%;
    display: block;
    float: left;
    padding: 3px 0 3px 0;
    margin: 0 0 0 0;
    color: #666;
    border-bottom: 1px solid #999;
    background-color: #FFF;
    cursor: pointer;
}

#content_popup .info_table_popup span {
    font-weight: bold;
}

#content_popup .info_table_popup:hover {
    background-color: #E1E1E1;
}

/* Zeilen Angebots-Tabelle Deaktiviert */
#content_popup .info_table_popup_deaktiviert {
    width: 100%;
    display: block;
    float: left;
    padding: 3px 0 3px 0;
    margin: 0 0 0 0;
    color: #7B0003;
    border-bottom: 1px solid #88bdfe;
    background-color: #e9f2ec;
    cursor: default;
}

#content_popup .info_table_popup_deaktiviert:hover {
    background-color: #EFE0E0;
}

#content_popup .input_kundensuche {
    margin: 0 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 7px 0 0 0;
    width: 200px;
    background-color: #fff;
    border: 1px solid #88bdfe;
    color: #000;
    float: left;
}

#content_popup .info_table_popup p {
    margin: 0 0 0 0;
    padding: 0 3px 0 7px;
    width: 440px;
    float: left;
}

#content_popup .edit_kunde {
    position: absolute;
    padding: 5px 0 0 0;
    z-index: 100;
    right: 10px;
}

#content_popup .edit_sendlogin {
    position: absolute;
    padding: 5px 0 0 0;
    z-index: 100;
    right: 35px;
}

#content_popup .kdnr {
    color: #000;
    font-weight: bold;
}