.contact{
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-align:justify;
}

.news_item {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-align:justify;
	vertical-align:top;
	
	width: 58em;
    height: 20em;
    position: absolute;
    overflow: hidden;
}

.standaard_middenvlak {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-align:justify;
	vertical-align:top;
	
	width: 59em;
    height: 21em;
    position: relative;
    overflow: hidden;
	left:10px;

}

.agenda_item {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-align:justify;
	vertical-align:top;
	
	width: 58em;
    height: 10em;
    position: absolute;
    overflow: hidden;
	}

.bericht {
		font-family: tahoma;
		font-size: 12px;
		color: #333333;
		text-align:justify;
		vertical-align:top
}
.picture {
	border-style:solid;
	border-color: #666666;
	border-width:1px;
	}

	
.algemene_opmaak {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-align:justify;
	vertical-align:top;
}


#scroll_up {
    cursor: pointer;
}

#scroll_down {
    cursor: pointer;
}

#scroll_box {
    height: 230;
    width: 415px;
    overflow: auto;
}

.scrolknop {
	color: #F40006; 
	font-weight: 
	bold; 
	font-size: 10;

}

.dhtmlgoodies_question{	/* Styling question */
	background-repeat:no-repeat;
	background-position:top right;	
	height:31;
	width:136;	
	overflow:hidden;
	cursor:pointer;

}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
