/* Style to change the header color of Atlas Windows
    backgroundColor: The color of the header
    color:			 The color of the text 
*/
.atlas .dijitTitlePaneTitle {
    background-color: #627452;
    color: #ffffff;
}

.atlas .headerDivGradient {
    background: -moz-linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%, #57624d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b9d7b), color-stop(30%, #8b9d7b), color-stop(43%, #849575), color-stop(57%, #7b8b6d), color-stop(100%, #57624d) );
    background: -webkit-linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%, #57624d 100%);
    background: -o-linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%, #57624d 100%);
    background: -ms-linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%, #57624d 100%);
    background: linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%,	#57624d 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b9d7b', endColorstr='#57624d');
}

.claro .dijitTitlePaneTitle{
    background: -moz-linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%, #57624d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b9d7b), color-stop(30%, #8b9d7b), color-stop(43%, #849575), color-stop(57%, #7b8b6d), color-stop(100%, #57624d) );
    background: -webkit-linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%, #57624d 100%);
    background: -o-linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%, #57624d 100%);
    background: -ms-linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%, #57624d 100%);
    background: linear-gradient(top, #8b9d7b 0%, #8b9d7b 30%, #849575 43%, #7b8b6d 57%,	#57624d 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b9d7b', endColorstr='#57624d');
}

/*
Textfarbe die Werkzeugleiste:
*/
 
.atlas .toolBarTextColor {
    color: #ffffff
}

.claro .dijitButton .basemapButton {
    outline: none;
    background-color: #eeeded;
    border: 1px solid gray;
}

.claro .dijitButton .basemapButtonSelected {
    outline: none;
    color: #ffffff;
    background: #8b9d7b;
}

/*
 * Anpassungen f�r 2.0.3 (Migration Dezember 2013)
 */

body {
    overflow: visible;
}

#zoomBoxButton {
    display: none;
}

#tocViewDiv .dijitTitlePaneContentOuter {
    max-height: 480px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}




