@charset "UTF-8"; /* Zeichen-Codierung UTF-8. Muss in der ersten Zeile stehen */

/** Diese CSS-Datei enthält browserspezifische Styles für 
 ** alle nicht näher gefilterten Browser (siehe 'css/browserSpecific.php').
 ** Darunter fallen u.a. Safari, Chrome, Chromium, Opera mit Blink-Engine, Maxthon.
 **/
 
.content-schatten-rechts {
	right: -88px;
	width: 89px;
	background-image: url(../jooHGrechts03.gif);
	background-repeat: repeat-y;
}

.content-schatten-links {
	left: -95px;
	width: 95px;
	background-image: url(../jooHGlinks01.gif);
	background-repeat: no-repeat;
}

.olz-schatten {
	display: block;
	position: absolute;
	
	pointer-events: none;
	
	border: 0px;
	width: 53px;
	height: 1500px;
	
	top: 0px;
}

.olz-schatten-rechts {
	right: -53px;
	background-image: url(../olzSchattenRechts.png);
	background-repeat: repeat-y;
}


BODY {	
	scrollbar-base-color:011D4C;
	scrollbar-track-color:011D4C;
	scrollbar-face-color:162A67;
	scrollbar-highlight-color:4466CC;
	scrollbar-shadow-color:011D4C;
	scrollbar-arrow-color:#cccccc;
	scrollbar-width:10px
}


::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}
 
::-webkit-scrollbar-button { /* pfeile */
    background-color: #011D4C;
}
 
::-webkit-scrollbar-button:vertical:decrement {  /* pfeil nach oben */
    background-image: url("../vertical-decrement-arrow_METALL.png"), url("../scrollbar-track91.gif")/* , url(../scrollarrowHG.png) */;
    background-repeat: no-repeat, repeat-y;
    background-position: 0px 0px, 0 0;
}
 
::-webkit-scrollbar-button:vertical:increment { /* pfeil nach unten */
    background-image: url("../vertical-increment-arrow_METALL.png"), url("../scrollbar-track91.gif")/* , url(../scrollarrowHG.png) */;
    background-repeat: no-repeat, repeat-y;
    background-position: 0px 0px, 0 0;
}
 
::-webkit-scrollbar:vertical {
    -webkit-border-image: url("../vertical-thumb91.gif") 0 0 0 0;
    border-color: #011D4C;
    border-width: 35px 0;
 /* background-image: url("../alien01.gif");  */
 /* background-repeat: repeat-y;  */
}
 
::-webkit-scrollbar-track-piece { /* Schiene auf welcher der Schieber läuft */
    background-image: url("../scrollbar-track91.gif");
}
 
::-webkit-scrollbar-thumb:vertical { /* Schieber */
    -webkit-border-image: url("../vertical-thumb91.gif") 26 0 26 0;
    border-color: transparent;
    border-width: 26px 0;
    min-height: 30px;   
}
 
::-webkit-scrollbar-thumb:vertical:hover {
    -webkit-border-image: url("../vertical-thumb91.gif") 26 0 26 0;
}
 
::-webkit-scrollbar-thumb:vertical:active {
    -webkit-border-image: url("../vertical-thumb91.gif") 26 0 26 0;
}
 
::-webkit-scrollbar-thumb:vertical:window-inactive {
    -webkit-border-image: url("../vertical-thumb91.gif") 26 0 26 0;
}



