body, html, div, p {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 0.9em;
}

body {
    background-color: #fff;
    min-width: 960px;
}

body.loading {
    background-color: #ccc;
}

.loading h1, .loading #header, .loading #sidebar-pane {
    display: none;
}

#header {
    background-image: url("../img/header-bg.gif");
    background-position: left top;
    background-repeat: repeat-x;
    border: 0 none;
    margin: 0px;
    padding:15px 0 0 80px;
    overflow:hidden;    
}

#header #logo {
    position: absolute;
    background-image: url(../img/headerlogo.png);
    right: 8px;
    top: 1px;
    height: 50px;
    width: 230px;
    cursor: pointer;
    z-index: 1;
}

#header #logo_left {
    position: absolute;
    background-image: url(../img/header_logo_left.png);
    left: 8px;
    top: 2px;
    text-indent: -999em;
    height: 65px;
    width: 60px;
}

#header #title {
    color: #666;
    font-size: 1.8em;
    font-style: italic;
    font-weight: 500;
    margin:0;    
}

#header #subtitle {
    color: #666;
    font-size: 1.1em;
    font-weight: normal;
    margin:0;
}

#sidebar {
    background-color: #fff;
    padding-top:10px;
    position:relative !important;
    float:left;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-layout-pane-north {
    border: 0px solid black;
    border-bottom: 2px solid #d8d8d7;
}

.ui-layout-pane-west {
    border-color: #d8d8d7;
}

.ui-layout-pane-center {
    border-color: #bbb;
    border-radius: 5px;
}

/**
 * Map Examples Specific
 */
#map {
/*    position: absolute;
    left: 0px;
    right: 0px;
    top: 70px;
    bottom: 0px;
    border-top: 1px solid #555; */
    overflow: hidden;
}

#west-accordion {
    min-height: 300px;
}

div#switcher {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1001;
}

div#zoom-buttons {
    position: absolute;
    left: 15px; /*95px;*/
    top: 15px;
    z-index: 1001;
}

.ui-widget-header {
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-top: 2px;
    border: 0px solid #aaaaaa;
    background-color: #D8D8D7;
    background-image: none;
    font-weight: normal;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    border: 1px solid #333333
    margin: 3px;
}

#header h1 {
    font-size: 2em;
    font-weight:400;
    color: #444;
}

/* ui.maproofinfo */
.ui-map-roof-info .content .row {
    margin: 2px;
    padding: 3px 4px;
}

.ui-map-roof-info .content .row:nth-child(even) {
    background-color: #EEE;
}

.ui-map-roof-info .content span.value {
    position: absolute;
    right: 5px;
    white-space: nowrap;
    font-size: 1.1em;
    width: 60px;
    text-align: right;
}

.ui-map-roof-info .content span.value2 {
    position: absolute;
    right: 5px;
    width: 165px;
    text-align: right;
    white-space: nowrap;
    font-size: 1.1em;
}

.ui-map-roof-info .content span.key {
/*    font-weight: bold; */
    font-size: 1.1em;
}

.ui-map-roof-info .content {
    position: relative;
}

.ui-map-roof-info .have-no-roof {
    font-style: italic;
    font-size: 1.1em;
    margin: 10px;
}

.ui-map-roof-info #roof-montage {
    font-size: 1em;
    margin: 10px 5px;
    margin-bottom: 0px;
    font-style: italic;
}

div.olLayerGoogleCopyright {
    bottom: 2px;
    left: 2px;
}

div.olLayerGooglePoweredBy {
    bottom: 13px;
    left: 2px;
}

div.olControlMousePosition {
    right: 2px;
    bottom: 2px;
}

fieldset.ui-widget {
    margin-top: 2px;
}

/*#zoom-buttons button.ui-button, */
#zoom-buttons div.ui-buttonset,
#switcher div.ui-buttonset {
    box-shadow: 1px 2px 4px #444;
    border-radius: 3px;
}

button span.ui-icon {
    float: left;
    margin-right: 5px;
}

#zoom-buttons div.ui-buttonset button {
    margin-right: -0.1em;
}


input[type=text] {
    padding: 5px;
}

/* Collapsable sidebar */
#sidebar .collapsed div.sidebar-content {
    display:none
}

#sidebar .collapsed {
    padding-bottom: 2px;
}

#sidebar fieldset .ui-widget-header:hover {
    cursor: pointer;
    background-color: #aaa;
    color: #fff;
}

#sidebar-pane .west-south {
    border: 0px;
}

.olTileImage {
    background: transparent;
    filter: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}

#calc iframe {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 870px;
    height: 570px;
}

.olMapTileAnim .olTileImage {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.ui-dialog div.ui-dialog-content {
    font-size: 1.0em;
}

.olMapViewport {
    background-color: #eee;
}

.olCursorWait {
    cursor: wait;
}

.olDragDown {
    cursor:grabbing;
    cursor:-moz-grabbing;
    cursor:-webkit-grabbing;
}

#map.pointer {
    cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar {
    background-image: url("../img/header-bg.gif");
    background-position: 0px 0px;
    padding: 0.7em 1em;
}

.ui-dialog .ui-dialog-title,
.ui-dialog div.ui-dialog-content {
    font-size: 1.1em;
}

.ui-dialog {
   box-shadow: 2px 2px 4px #333333;
   -moz-box-shadow: 2px 2px 4px #333333;
}

#welcome-image {
    background-color: white;
    background-image: url("../img/welcome-image.jpg");
    border: 1px solid #666666;
    float: left;
    height: 270px;
    margin-right: 10px;
    opacity: 0.9;
    width: 150px;
}

/* BWC: */
/*update: 13.02.2012*/
#header #logo-gebiet {
    background: url("../img/gebiet-logo.png") no-repeat scroll left center transparent;
    margin: 12px 0 0 20px;
    min-height: 35px;
    overflow: hidden;
    width: 300px;
}
#header #logo-gebiet a, #header #logo-gebiet a:hover, #header #logo-gebiet a:visited, #header #logo-gebiet a:active, #header #logo-gebiet a:focus {
    color: #515151;
    text-decoration: none;
}
#header #logo-geoplex {
    background: url("../img/headerlogo.png") no-repeat scroll 0 0 transparent;
    height: 37px;
    position: absolute;
    right: 30px;
    text-indent: -999em;
    top: 16px;
    width: 126px;
}
#header #logo-city {
    background: url("../img/headerlogo2.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    position: absolute;
    right: 180px;
    text-indent: -999em;
    top: 12px;
    width: 176px;
}

#header #logo-geoplex a {
    display: block;
    height: 37px;
    width: 127px;
}

#header #logo_left a {
    display: block;
    height: 65px;
}


#sidebar div.ui-widget-header {
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    margin-bottom: 14px;
}
.ui-map-roof-info .content span.key {
    font-size: 1.2em;
}
.ui-map-roof-info .content span.value, .ui-map-roof-info .content span.value2 {
    right: 10px;
}
.ui-map-roof-info .content .row {
    padding: 4px 10px;
}
.ui-map-roof-info .content .row:nth-child(n) {
    background-color: #F5F5F5;
}
.ui-map-roof-info .content .row:nth-child(2n) {
    background-color: transparent;
}
.ui-map-roof-info #roof-montage {
    margin-top: 15px;
}
fieldset.ui-widget {
    margin: 0 0 10px;
    padding-bottom: 0;
}
.ui-widget-header, .ui-widget-content {
    color: #515151;
}

.ui-widget,.ui-widget .ui-widget{font-size:12px;font-family:Arial, Verdana, Helvetica, sans-serif;}
#legend .ui-map-legend-widget .legend-box {
    border: 0 none;
    border-radius: 0 0 0 0;
    clear: none;
    float: left;
    margin: 0;
}
#legend dl {
    width:284px;
    overflow:hidden;
    padding-bottom:12px;
    
}
#legend .ui-map-legend-widget .legend-text {
    float: left;
    font-size: 1.2em;
    margin-left: 10px;
    padding: 2px 0;
    white-space: normal;
    width: 114px;
    
}
/*div#zoom-buttons {
    ;position:relative;margin-left:20px;float:left;left:auto;
}*/
#zoom-buttons div.ui-buttonset, #switcher div.ui-buttonset {
    box-shadow: none;
}
#legend .collapsed div.legend-roofs {
    display: none;
}
#sponsors {
    color: #515151;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 20px;
}
#sponsors p {
    font-size: 1.2em;
}
#sponsors .float_left, #sponsors .float_right {
    padding: 10px;
}
#sponsors img, #sponsors a {
    border: 0 none;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.ui-layout-pane-west {
    border-color: #FFFFFF;
}
.ui-layout-toggler-west {
    background: url("../img/layout-toggler.gif") repeat scroll 0 0 #FFFFFF !important;
    border: 0 none !important;
    height: 29px !important;
    width: 14px !important;
}
.ui-layout-toggler-west-closed {
    background: url("../img/layout-toggler-closed.gif") repeat scroll 0 0 #FFFFFF !important;
    height: 29px !important;
    width: 14px !important;
}
.ui-layout-resizer {
    background-color: transparent;
    width: 14px !important;
}

#sidebar {
    border:0 none;
}
#sidebar-pane .ui-corner-all, #sidebar-pane .ui-corner-bottom, #sidebar-pane .ui-corner-right, #sidebar-pane .ui-corner-br {
    border:0 none;
}
.sidebar-content.ui-widget{border-bottom:1px solid #e5e5e5;overflow:hidden;padding-bottom:10px;

    padding-left: 8px;	
}

#legend .sidebar-content > div {padding:0 0 0 12px;}

#addresssearch .sidebar-content,#roofinfo .sidebar-content{padding-left:0;}
.ui-autocomplete.ui-menu li:nth-child(odd){background:#f5f5f5;}
#sidebar .ui-icon-calculator,#sidebar .ui-icon-info{margin-top:-2px;}

#sidebar .ui-icon-info {
    background: url("../img/info.gif") no-repeat scroll 0 0 transparent;
    width:19px;
    height: 19px;
}
#sidebar .ui-icon-calculator {
    background: url("../img/calc.gif") no-repeat scroll 0 0 transparent;
    height: 20px;
}

#switcher .ui-state-active,
#switcher .ui-widget-content .ui-state-active,
#switcher .ui-widget-header .ui-state-active {
    border-bottom: 4px solid #CE0100 !important;
}
#switcher .ui-buttonset .ui-button {
    margin: 0;
}
#switcher .ui-state-hover {
    border-bottom: 4px solid #CE0100;
}
span.ui-checkbox {
    background: url("../img/icon_checkbox.png") no-repeat scroll 0 -43px transparent;
    clear: left;
    display: block;
    float: left;
    height: 18px;
    margin-bottom: 5px;
    width: 18px;
}
#layers label {
    /* float: left; */
    padding: 4px 28px;
}
#layers br  { display: none; }
span.ui-checkbox-state-hover {
    background-position: 0 -117px;
}
span.ui-checkbox-state-checked {
    background-position: 0 0;
}
span.ui-checkbox-state-checked-hover {
    background-position: 0 -74px;
}
.ui-checkbox-disabled {
    opacity: 0.7;
}

.ui-autocomplete {
    max-height: 500px;
    overflow: auto;
}

.ui-menu li.ui-menu-item {cursor:pointer}
.ui-menu li.ui-menu-item a.ui-corner-all{font-size:12px;padding:4px 10px;}
.ui-menu li.ui-menu-item a.ui-corner-all:hover{background:#515151;color:#fff;}

#sidebar-pane #navigation{position:relative;border:0 none;}
#navigation>a,#navigation>a:focus,#navigation>a:active,#navigation>a:visited{color:#515151;text-decoration:none;background:url(../img/arrow-right.gif) no-repeat left center;padding-left:10px;
margin-right: 15px;
font-size: 1.2em;
}
#navigation a:hover{text-decoration:underline;}

.ui-button-highlight {
    border: 1px solid #EE5050;
    color: #444444;
}

.ui-button-highlight:hover {
    border: 1px solid #EE3030;
    color: #333333;
}

