/* Name = scroller moni
// Bezeichnung: Scroller dunkelblau mit grauem rahmen
//-
// Beschreibung
// definiert aussehen der scrollbalken
//-
// Geschichte
// 1.0 = 141003, Monika Schaerli
//-
// Designer
// Monika Schaerli, www.wwwpublishing.ch
*/
.clScroll {
visibility:visible
	}
body {  
scrollbar-face-color:#003366;
scrollbar-track-color:#003366;
scrollbar-arrow-color:#c0c0c0;
scrollbar-shadow-color: #c0c0c0; 
scrollbar-3dlight-color: #003366;
scrollbar-darkshadow-color: #003366;
buttonface: #336699;
}


