
.mapoverview-x-resizable-over .x-resizable-handle {
    background: transparent url( images/resizer_nw.png ) no-repeat;
    opacity: 1;
    -moz-opacity: 1 f;
    filter: alpha( opacity = 100 );
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 101;
}


#map-overview {
    background: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 0px solid #00864c;
    z-index: 200000;

}

#map-overview-overlay {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    -moz-opacity: .15;
    opacity: .15;
    filter: alpha( opacity = 15 );
}

#map-overview-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.map-overview-open-icon {
    background: url( images/map_overview_openicon.png ) no-repeat;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border: 0;
    z-index: 6;
    visibility: visible;
    position: absolute;
    bottom: -2px;
    right: -2px;
    padding: 0;
}

.map-overview-open-icon-over {
    background: url( images/map_overview_over_openicon.gif ) no-repeat;
    visibility: hidden;
    position: absolute;
    left: -16px;
    top: -17px;
    z-index: 17;
    width: 24px;
    height: 25px;
}

.map-overview-close-icon {
    background: url( images/map_overview_closeicon.png ) no-repeat #00864c;
    width: 16px;
    height: 16px;
    overflow: hidden;
    z-index: 16;
    visibility: hidden;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

#map-overview-open {
    visibility: hidden;
    border-top: 2px solid #00864c;
    border-left: 2px solid #00864c;
    z-index: 5;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 0;
    right: 0px;
    cursor: move;
    padding: 0;
    margin: 0;

}

/*.x-resizable-proxy {
    border: 2px dotted #00864c;
}*/
x-tabs-top .x-tabs-strip a.x-tabs-right {
    background: transparent url( ../customWidgets/images/tabs.png ) no-repeat right -52px;
}

.x-tabs-top .x-tabs-strip a .x-tabs-left {
    background: transparent url( ../customWidgets/images/tabs.png ) no-repeat 0px -151px;
}

.x-tabs-top .x-tabs-strip .on .x-tabs-right {
    background: url( ../customWidgets/images/tabs.png ) no-repeat right 1px;
}

.x-tabs-top .x-tabs-strip .x-tabs-right {
    background: url( ../customWidgets/images/tabs.png ) no-repeat right -52px;

}

.x-tabs-top .x-tabs-strip .on .x-tabs-left {
    background: url( ../customWidgets/images/tabs.png ) no-repeat left -100px;
}

.x-tabs-top .x-tabs-strip .x-tabs-left {
    background: url( ../customWidgets/images/tabs.png ) no-repeat left -151px;
}

.x-tabs-top .x-tabs-strip .on .x-tabs-text {
    color: white;
   
}

.x-tabs-strip .x-tabs-text {
    color: #00864c;
    padding-top: 3px;

}

.x-tabs-strip  a {
    position: relative;
    top: 1px;
    left: 0;
}

.x-tabs-strip .on a {
    position: relative;
    top: 0px;
    left: 0;
}

.x-tabs-strip .on .x-tabs-inner {
    padding-bottom: 1px;
    padding-top: 3px;
}

/* Das innere der Tabs */
.x-tabs-strip .x-tabs-inner {
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    height: 19px;
}

/*
Border oben unter den Tabs
*/
.x-tabs-wrap {
/*border-bottom: 2px solid #ad3e3c;*/
    border: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

/*
Border links und rechts im content
*/
.x-tabs-body {
    border: 0px solid #00864c;
    border-top: 0 none;
}


.tabs-button {
    background-color:transparent;
   background-image: url( images/button_search3.png );
    border: 0px;
    padding: 0px;
    width: 51px;
    height: 15px;
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #00864c;
    margin: 0 0 1px 4px;
    padding-bottom: 4px;
    cursor: pointer;
}

.tabs-searchfield {
    position: relative;
    top: 0;
    width: 180px;

    font-size: 11px;
    font-style: normal;
    margin: 0 0 0 5px;

    padding: 0 0 0 1px;
    height: 13px;

    color: #00864c;
    border-color: #00864c;
    border-width: 1px;
    border-style: solid;
  /*  background-color:#e4e1e1;*/
   /* background-color: #00864c;
    font-color: white;*/
}

.tabs-content {

    position: relative;
    top: -2px;
    padding: 0;
    height: 16px;
}

.on .tabs-content {
    position: relative;
    top: 0px;
    padding: 0;
    height: 16px;
}

.x-layout-active-content .x-tabs-item-body
{
    border: 2px solid #00864c;
}

.x-layout-panel .x-layout-panel-center
{
    background-color: #e4e1e1;
}
.x-layout-panel {
    border: 0px none;
}

.x-dock-panel-title {

    text-align: center;
    background: none; /*background: transparent url( images/flap_addresssuche_closed.png ) no-repeat center;*/
}

.x-dock-panel-title-text {
    color: red;
}

.x-dock-panel-title {
    border: none;
}

.x-dock-panel-title-over {
    border: none;
}

.x-dock-panel-title-text {
    background: none;
}

/*
* öffnen/schließen-symbol im flap bzw. infopanel
*/
.x-layout-collapse-south {
    background: none;
    border: none;
}

.x-layout-tools-button {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

/*
* öffnen/schließen-symbol im flap bzw. infopanel
*/
.x-layout-collapse-east {
    background: none;
    border: none;
}

.x-layout-tools-button-inner .x-layout-tools-button {
}

.x-layout-tools-button-over .x-layout-tools-button {

}

.flaps .x-resizable-handle {
    position: absolute;
    z-index: 100; /* ie needs these */
    width: 16px;
    height: 16px;
    overflow: hidden;
    filter: alpha( opacity = 0 );
    opacity: 0;
    zoom: 1;
}


