/** The sbtab Extension **/

/* afstand rand en inhoud */
.tx-sbtab-pi1 {
	margin:-4px 5px;
}


.tx-sbtab-pi1 .hiddencontent,.hiddencontent2 {
	display:none;
}


/*  groot blok */
.tx-sbtab-pi1_wrap {
  
	padding:1em 1.2em;
  
	background:#FBF9E5;
  
	overflow:none;
  
	clear:both;
  
	border: 1px solid #CA9C00;
	
	height: 100%;
  
}



#sbtab li {
	
	padding: 0px;

	margin: 0px;

}


#sbtab li {
  
	list-style-type: none;
  
	list-style:none;
  
	background: url(left.gif) left 0px no-repeat;
  
	float: left;
  
	margin: 0 -1px 0 0;
  
	padding: 0;
  
	cursor: pointer;

}

/* tekst in de boven tabs */
#sbtab a, #sbtab a:active, #sbtab a:visited {
 
	background: url(right.gif) right 0px no-repeat;
 
	display: block;
 
	float: left;
 
	height: auto;
 
	line-height: 24px;
 
	color: #000000;
 	
	padding: 2px 12px 0 14px;
 
	text-decoration: none;
 
	outline:0;
 
	font-weight:bold;
 
	font-size:90%;

}


#sbtab li.selected { 
	background: url(left_on.gif) left 0 no-repeat; 
}


#sbtab a.selected,
#sbtab a.selected:active,
#sbtab a.selected:visited {
	background: url(right_on.gif) right 0px no-repeat;
	padding-right: 15px;
}



#sbtab li:hover {
	background: url(left_on.gif) left 0 no-repeat;
}


#sbtab a:hover {
	background: url(right_on.gif) right 0px no-repeat;
}
