/**Chrome Scrollbar**/
::-webkit-scrollbar {
    width: 5px;
    height: 5px
    }
::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F1F1F1));
    background-image: -webkit-linear-gradient(top, #F8F8F8, #F1F1F1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
    }
a:focus {
    display: block;
    background-color: #ffc;
    color: black;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px #FFAD00;
    -moz-box-shadow: 0 0 5px #FFAD00;
    border: 1px solid #FFAD00;
    box-shadow: 0 0 5px #FFAD00
    }
#title {
    font-size: 23px;
    font-weight: bold;
    text-shadow: 3px 3px 3px white;
    padding-left: 17px;
    position: relative;
    vertical-align: middle;
    top: 55px;
    color: #002453
    }
#solar_title {
    font-size: 35px;
    font-weight: bold;
    text-shadow: 3px 3px 3px white;
    padding-left: 17px;
    position: relative;
    vertical-align: middle;
    top: 65px;
    color: #002453;
    z-index: 5000
    }
#dialogNavigator {
    visibility: hidden
    }
#dialogNavigator img.jxButtonIcon {
    width: 15px;
    height: 16px
    }
.popup {
    position: absolute;
    background-color: #fff;
    color: #002453;
    visibility: hidden;
    font-size: 11px;
    border: solid #075890 1px;
    -moz-outline: 0;
    outline: 0;
    padding: 5px
    }
.popup:link {
    text-decoration: none
    }
.hiddenelementleft {
    position: absolute;
    left: -9000px
    }
.hiddenelementpos {
    height: 1px;
    width: 1px;
    z-index: 1230
    }
.elementvisible {
    height: 100%;
    width: 100%
    }
.element {
    overflow: hidden;
    position: absolute
    }
.streetviewelement {
    position: absolute;
    width: 100%;
    height: 100%
    }
body {
    font: 11px/16px "Droid Sans", Droid, Arial, sans-serif;
    width: 100%;
    height: 100%;
    position: absolute
    }
.Map {
    position: absolute;
    left: 0;
    right: 5px;
    top: 0;
    bottom: 30px
    }
#Sidebar {
    bottom: 30px
    }
#StatusbarContainer {
    position: absolute;
    height: 30px;
    right: 0;
    bottom: 0;
    text-shadow: #F7F9FB 0 1px 1px;
    font-size: 10px;
    color: #73879C
    }
#Statusbar {
    position: absolute;
    height: 30px;
    right: 159px;
    bottom: 0
    }
#Footer {
    position: absolute;
    height: 30px;
    bottom: 0;
    background-color: #F1F1F1;
    width: 100%;
    color: #F1F1F1;
    font-size: 11px;
    text-align: right;
    line-height: 1.1em
    }
#vcs {
    font-size: 10px;
    bottom: 6px;
    left: 50px;
    width: 100%;
    height: 30px;
    z-index: 1;
    vertical-align: middle;
    color: black;
    text-align: left
    }
#vcs a:link {
    text-decoration: none;
    color: black
    }
#vcs a:hover {
    text-decoration: none;
    color: black
    }
#vcs a:active {
    text-decoration: none;
    color: black
    }
#vcs a:visited {
    text-decoration: none;
    color: black
    }
#efre_txt {
    font-size: 10px;
    position: absolute;
    bottom: 6px;
    right: 200px;
    width: 670px;
    height: 20px;
    z-index: 1;
    vertical-align: middle;
    color: black
    }
#efre {
    position: absolute;
    bottom: 0;
    right: 125px;
    z-index: 1
    }
#EU_efre {
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 1
    }
#solar_efre_txt {
    font-size: 10px;
    position: absolute;
    bottom: 6px;
    right: 315px;
    width: 550px;
    height: 20px;
    z-index: 1;
    vertical-align: middle;
    color: black
    }
#solar_efre {
    position: absolute;
    bottom: 0;
    right: 245px;
    z-index: 1
    }
#solar_EU_efre {
    position: absolute;
    bottom: 0;
    right: 125px;
    z-index: 1
    }
#beBerlin {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 103px;
    height: 30px;
    z-index: 1
    }
/******************************************/
#Skyline {
    position: absolute;
    background-image: url(../images/skyline.png);
    background-repeat: repeat-x;
    width: 880px;
    height: 114px;
    left: 258px
    }
#Skylin_Repeate {
    position: absolute;
    background-image: url(../images/skyline_repeat.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 114px;
    left: 808px
    }
.RadialBG {
    height: 112px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #cfdee9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cfdee9 0%, #F1F1F1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfdee9), color-stop(100%, #F1F1F1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cfdee9 0%, #F1F1F1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cfdee9 0%, #F1F1F1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cfdee9 0%, #F1F1F1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cfdee9 0%, #F1F1F1 100%);
    /* W3C */
    /* IE6-9 */
    }
#Solar_Skyline {
    position: absolute;
    background-repeat: repeat-x;
    width: 880px;
    height: 114px;
    right: 880px;
    left: 245px
    }
#Solar_Skylin_Repeate {
    position: absolute;
    background-image: url(../images/solar_skyline.png);
    background-repeat: no-repeat;
    top: 0;
    height: 114px;
    right: 1px;
    width: 880px
    }
#Switch {
    position: absolute;
    width: 100%;
    height: 25px;
    /*left: 209px;
    	top: 115px;
    	*/
    background-color: #F1F1F1
    }
/******************************************/
#TopMenu {
    position: absolute;
    height: 20px;
    color: #AEB2B5;
    font-size: 11px;
    text-align: right;
    padding-right: 10px;
    right: 0;
    z-index: 100
    }
#TopMenu a:link {
    color: #AEB2B5;
    text-decoration: none
    }
#TopMenu a:visited {
    color: #AEB2B5;
    text-decoration: none
    }
#TopMenu a:focus {
    color: #AEB2B5;
    text-decoration: underline
    }
#TopMenu a:hover {
    color: #AEB2B5;
    text-decoration: underline
    }
#TopMenu a:active {
    color: #AEB2B5;
    text-decoration: underline
    }
/**SOLAR**/
#TopMenuWhite {
    position: absolute;
    height: 20px;
    color: #73879C;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    right: 450px;
    left: 300px;
    z-index: 100
    }
#TopMenuWhite a:link {
    color: #73879C;
    text-decoration: none
    }
#TopMenuWhite a:visited {
    color: #73879C;
    text-decoration: none
    }
#TopMenuWhite a:focus {
    color: #73879C;
    text-decoration: underline
    }
#TopMenuWhite a:hover {
    color: #73879C;
    text-decoration: underline
    }
#TopMenuWhite a:active {
    color: #73879C;
    text-decoration: underline
    }
#Logo {
    position: absolute;
    float: left;
    left: 24px;
    top: 19px
    }
#IFrame {
    position: absolute;
    top: 25px;
    right: 0;
    min-width: 35%;
    text-align: left
    }
#Str_Suche {
    z-index: 1010;
    position: relative;
    height: 80px;
    width: 100%
    }
span.fusionLegendLabel {
    padding-left: 5px;
    font-size: 11px;
    text-shadow: white 0 1px 1px
    }
.SwitchBTN {
    background-color: #F1F1F1;
    color: #AEB2B5;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    border: none;
    z-index: 20;
    border-right: 2px solid white
    }
.SwitchBTN:hover {
    background-color: #AEB2B5;
    color: #fff;
    font-weight: bold
    }
.SwitchBTN.active {
    background-color: #AEB2B5;
    color: #fff;
    cursor: pointer;
    font-weight: bold
    }
.selectionPanelToolbar {
    background-color: #fff;
    border-bottom: none;
    padding: 1px;
    text-align: center
    }
/**********Measurement*************/
.divMeasureMarker {
    position: absolute;
    background-color: #F8F8F8;
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #C6C6C6;
    padding: 5px 10px;
    font-family: "Droid Sans", Droid, Arial, sans-serif;
    font-size: 12px;
    z-index: 200
    }
/*********************************/
div#Statusbar_0.jxSplitArea {
    text-align: left;
    margin: 5px 35px
    }
div#Statusbar_1.jxSplitArea {
    text-align: right;
    margin: 3px -5px;
    position: absolute
    }
div#Statusbar_2.jxSplitArea {
    text-align: right;
    margin: 3px -5px;
    position: absolute
    }
/*******MapQuery***********/
.info_icon {
    height: 32px;
    width: 32px;
    margin: 0 1px;
    padding: 5px;
    background-image: url(../images/btn/info.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle
    }
.goog-custom-button-hover {
    background-color: #B1C0D0
    }
.goog-custom-button-checked {
    background-color: #B1C0D0
    }
table.info tbody tr td {
    padding: 0 5px;
    font-size: 12px;
    /*border-bottom: 1px solid #B1C0D0 !important;*/
    text-shadow: #CCC 0 1px 1px;
    line-height: 1.6em;
    width: 50%
    }
table.info tbody tr:hover {
    text-decoration: none;
    background-color: #F1F1F1;
    cursor: pointer
    }
table.info h2 {
    padding: 15px 0;
    font-size: 13px
    }
/**Measurment Widget**/
.measure_icon {
    height: 32px;
    width: 32px;
    margin: 0 1px;
    padding: 5px;
    background-image: url(../images/btn/measure.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle
    }
.InfoTemplate td {
    color: #002453;
    padding: 0 6px 2px 0;
    font-size: 12px
    }
#MeasurementWidgetResults {
    color: #000;
    background: #fff;
    padding: 5px
    }
/*Legend*/
#legendclose {
    background-color: #e5ebf2;
    color: #002453;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    border-right: 2px solid white;
    text-shadow: #F7F9FB 0 1px 1px;
    width: 242px
    }
#legendclose_title {
    padding: 0 5px
    }
#legendclose_close {
    position: absolute;
    top: -2px;
    left: 210px
    }
#legendcontent {
    width: 240px;
    position: relative;
    display: block;
    overflow: auto;
    margin: 0;
    padding: 0;
    background-color: #FDFDFD;
    border: 1px solid #E5EBF2
    }