.plattetekst_zwart  {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	line-height : 20px;
	color : #000000;
}

.kop  {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 18px;
	line-height : 28px;
	color : #000000;
}

.kop_grijs {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 18px;
	line-height : 28px;
	color : #808080;
}

.plattetekst_groen  {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	line-height : 16px;
	color : #006C43;
}

.kl_groen  {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 9px;
	line-height : 14px;
	color : #006C43;
}

.kl_grijs  {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 9px;
	line-height : 18px;
	color : #808080;
}

.menu_groen  {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 12px;
	line-height : 16px;
	color : #006C43;
	font-stretch : wider;
}

.specificaties  {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	line-height : 12px;
	color : #000000;
	text-align : center;
}

.adres  {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	line-height : 10px;
	color : #000000;
	text-align : center;
}

A:LINK, A:VISITED  {
	color : #006C43;
	text-decoration : none;
}

A:HOVER, A:ACTIVE  {
	color : #000000;
	text-decoration : underline;
}


#beheer td {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	line-height : 16px;
	color : #000000;
}

.border {
	background: #E5F0EC;
	border: 1px solid #006346;
}

/*/  SORTEREN CATEGORIEN /*/
#update {
	display: none;
}
#categorien {
	padding: 5px;
}
#categorien .regel {
	display: block;
	width: 100%;
	cursor: move;
	background-color: rgba(0,0,0,0.05);
	margin-bottom: 3px;
	margin-top: 3px;
}

#categorien .regel .kl{
	float: left;
	display: block;
	width: 20%;
	padding: 10px;
	box-sizing: border-box;	
}
#categorien .regel .gr{
	float: left;
	display: block;
	width: 60%;
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
}

.clearfix {
	float: none;
	clear: both;
}

.droppen {
    border: 3px dashed rgba(0,0,0,0.15);
    width: 100%;
    height: 40px;

	box-sizing: border-box;
}