@import url("yogastijl.css");
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:370px; height:280px; 
  z-index:100; 
	}
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:370px;
	height:280px;
	clip:rect(0px,370px,280px,0px);
	overflow:hidden;
	z-index:1;
	visibility: visible;
	background-color: #FFFFFF;
	}
div.content {
	position:absolute;
	left:63px;
	top:30px;
	z-index:1;
	visibility: visible;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar {
	position:relative;
	left:0;
	top:0;
	width:11px;
	height:224px;
	font-size:1px;
	z-index:1;
	background-color: #FFFFFF;
  }
div#track {
	position:absolute;
	left:0;
	top:12px;
	width:11px;
	height:200px;
	background: #999999 url(images/track.gif) repeat;
	z-index:1;
	visibility: visible;
  }
div#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:9px;
	height:20px;
	background-color:#CCCCCC;
	z-index:1;
	visibility: visible;
  }  
div#up {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	visibility: visible;
}  
div#down {
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	visibility: visible;
}  

/* Styles for demo, not necessary for scrolling layers */  
body  {
	text-align:center;
    background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
body, td  { font: 12px  arial, verdana, sans-serif; }  
th	{ font-size:1.4em; text-align:left }	

a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }
div.content { text-align:left }
table.main {
	width:390px;
	margin:auto;
	text-align:left;
	border:0px solid;
	background-color: #FFFFFF;
  }
table.main td.text, table.main td.navs {
	vertical-align:top;
	text-align:left;
	right: 10px;
}
td#scrollLinks  {
	width:12px;
	
}

ul.blue {
	list-style-type: disc;
	color: #990099;
	list-style-position: outside;
}

