
/* Styles for demo, not necessary for scrolling layers */  

h1 { font-size:1.4em }
h2 { font-size:1.2em }
h1, h2, p { margin:0 0 .5em 0 }

div.content { 
  position:absolute; visibility:visible; 
  left:0; top:0; z-index:1 
  }  



/* Styles for scrolling layers and scrollbars alle  1200-er waren 400*/

div#h_cont	{ 
	position:absolute; 
  left:160px; top:15px;
	width:500px; height:400px; 
  overflow:hidden; z-index:101
	}
div#w_cont { 
	position:absolute;
 
	left:0px; top:0px; 
	width:480px; height:400px; 
	clip:rect(0px, 480px, 400px, 0px); 
	z-index:1; 
	}
div#back_cont { 
	position:absolute; 
	left:0px; top:0px; 
	width:480px; height:400px; 
	background:#fff;
}

/*table#imgTbl td { vertical-align:middle; text-align:center }*/

/* vertical scrollbar for wn2 */    
div#scrollbar2 { 
  position:absolute; visibility:visible;
  left:481px; top:0;
  width:11px; height:400px; 
  font-size:1px; z-index:10
  }
div#track2 { 
  position:absolute; left:0; top:0px;
  width:11px; height:400px;
  z-index:1
  }
div#dragBar2 {
  position:absolute; left:1px; top:1px;
  width:15px; height:50px;
  background-color:#ceced6;
  background:url(../gfx/scrollbar.jpg);
  background-repeat: no-repeat;
  z-index:1
  }  



