

.basic  {
	width: 680px;
	height:475px;
	font-family: verdana;
	overflow:hidden;
	
}

p{
margin: 0px;
padding: 0px;
}

.lijst table, .lijst tr, .lijst td{
	margin:0px;
}
	
ul{
	margin-bottom:0px;
	margin-top:0px;

}
.basic div {
	width:667px;
	padding:2px 13px 4px 0px;
	overflow:hidden;
	margin:0 0 1px 0;
	background:url(../images/base/bg_white_10.png) repeat;
}

a.balk {
	height:22px;
	cursor:pointer;
	display:block;
	padding:10px 0 3px 5px;
	margin: 0 0 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background:url(../images/base/bg_white_20.png) repeat;
}

a.balk:hover {
	color: #FFAA82;
}
a.balk.selected {
	color: #FFAA82;
}

a.balk .pijl{
	width:10px;
	display: inline;
	
	background: url("../images/layout/collapse.png") left no-repeat;
}
a.balk.selected .pijl{
	background: url("../images/layout/expand.png") left no-repeat;
}
