/* ------------------------------------------------------------
/* tbv accordion script
/* ------------------------------------------------------------

.right	{
float: right;
	}
.technology{ /*artikel header*/
cursor: hand;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
font-family: Verdana;
font-weight: bold;
font-size: 0.8em;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 10px;
color: dark-green;
}

.tekstblok{ /*tekstuele inhoud*/
cursor: hand;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
font-family: Verdana;
font-weight: normal;
font-size: 0.9em;
text-align: justify;
color: black;
line-height: 1.2em;
}

.openlanguage{ /*class added to contents when they are open*/
color: black;
}

.closedlanguage{ /*class added to contents when they are closed*/
color: black;
}

/* ---------------------------------------------------------------
/* einde tbv accordion script
/* ---------------------------------------------------------------
