/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

/*  (do not remove this :) */
/*  (not this either :) */

div#hold { 
  position:relative;
  overflow:hidden;
  width:490px;
  height:256px; 
  z-index:100; 
}
div#wn	{ 
  position:absolute; 
  left:0px; 
  top:0px; 
  width:490px; 
  height:256px; 
  clip:rect(0px, 490px, 256px, 0px); 
  overflow:hidden;	
  z-index:1;
  visibility: hidden;
}
div.content { 
  position:absolute; 
  visibility:hidden;
  left:0px; 
  top:0px; 
  z-index:1; 
  padding: 2px 4px;
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; 
  left:5px; 
  top:0;
  width:11px; 
  height:250px; 
  font-size:1px; 
  z-index:1;
}
div#track { 
  position:absolute; 
  left:0px; 
  top:12px;
  width:11px; 
  height:224px;
  background: url(http://www.spgintercity.ch/track.gif) 0px 0px repeat;
  z-index:1;
}

div#dragBar {
  position:absolute; 
  left:0px; 
  top:1px;
  width:10px; 
  height:20px;
  z-index:1;
  background: transparent url(http://www.spgintercity.ch/scrollbar.gif) no-repeat center center;
}  

/*  background-color: #bababa; */

div#up { 
  position:absolute; 
  left: 0px; 
  top: 0px; 
  z-index: 2;
}  
div#down { 
  position: absolute; 
  left: 0px; 
  bottom: 1px; 
  z-index: 3;
}  
#scrollLinks {
  padding: 0px;
  width: 20px;
}

/* ZWEITER LAYER */

div#hold2 { 
  position:relative;
  overflow:hidden;
  width:320px;
  height:256px; 
  z-index:100; 
}
div#wn2	{ 
  position:absolute; 
  left:0px; 
  top:0px; 
  width:320px; 
  height:256px; 
  clip:rect(0px, 490px, 256px, 0px); 
  overflow:hidden;	
  z-index:1; 
  visibility: hidden;
}
div.content2 { 
  position:absolute; 
  visibility:hidden;
  left:0px; 
  top:0px; 
  z-index:1; 
  padding: 2px 4px;
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 { 
  position:relative; 
  left:5px; 
  top:0;
  width:11px; 
  height:250px; 
  font-size:1px; 
  z-index:1;
}
div#track2 { 
  position:absolute; 
  left:0px; 
  top:12px;
  width:11px; 
  height:224px;
  background: url(http://www.spgintercity.ch/track.gif) 0px 0px repeat;
  z-index:1;
}

div#dragBar2 {
  position:absolute; 
  left:0px; 
  top:1px;
  width:10px; 
  height:20px;
  z-index:1;
  background: transparent url(http://www.spgintercity.ch/scrollbar.gif) no-repeat center center;
}  

/*  background-color: #bababa; */

div#up2 { 
  position:absolute; 
  left: 0px; 
  top: 0px; 
  z-index: 2;
}  
div#down2 { 
  position: absolute; 
  left: 0px; 
  bottom: 1px; 
  z-index: 3;
}  
#scrollLinks2 {
  padding: 0px;
  width: 20px;
}

/*  */

