/* tabbladen */
#tabs {
	height: 28px;
}
#tabs div {
	width:132px;
	height: 28px;
	float: left;
	margin-right:4px;
	text-align: center;
}
#tabs div.off {
	line-height:27px;
	cursor:pointer;
	position:relative;
	z-index:20;
	background-image: url(img/tab-off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#tabs div.on {
	line-height:32px;
	color: #E2953F;
	cursor:pointer;
	z-index:100;
	background-image: url(img/tab-on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* content */
div.hide {
	display:none; 
	width:0; 
	overflow:hidden;
}
div.show {
	clear:left;
	background:#F2ECD9;
	width:510px;
	margin-top:0;
	padding:15px;
	z-index:50;
	line-height:18px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-bottom: 15px;
	min-height:200px;
}
.clear {clear:both;}

div.show .external {
	background-image: url(img/link-external-oranje.gif);
}
div.show a:link, div.show a:visited {
	color: #4A3931;
	text-decoration: underline;

}
div.show a:hover, div.show a:active {
	color: #D78122;
	text-decoration: underline;
}
/* content */
div.show table {
	background-color: #F2ECD9;
	width: 510px;
	border-bottom-color: #CFAE79;
}
div.show th {
	border-bottom-color: #CFAE79;
}
div.show td{
}
div.show tr {
}
div.show .row {
	background-color: #FFF;
}
