
.content { 
	float: left;
	}
	
.links h3 { 
	font-family: Georgia, Garamond, 'Times new Roman', serif; 
	color: #40af48; 
	font-size: 18pt;
	}
	
.kaderOver { 
	background-color: #fff4b7; 
	padding: 20px; 
	clear: both; 
	border-top: 1px dashed #CCC;
	}
	
.kader {
	background-image: url(https://www.dagjeweg.nl/img/regio/gradient-wit.jpg); 
	background-repeat: repeat-y; 
	background-color: white; 
	padding: 20px; 
	clear: both; 
	border-top: 1px dashed #CCC;
	}
	
div.links { 
	float: left; 
	width: 50%; 
	}
	
div.rechts { 
	float: right; 
	width: 48%; 
	}

div.regioContentNormaal {
	width: 100%;
}

div.regioContentNormaal div.links {
	width: 49%;
	}
	
div.regioContentNormaal div.rechts {
	width: 49%;
	}
	
div.regioContentKleinLinks div.links {
	width: 25%;
	}
	
div.regioContentKleinLinks div.rechts {
	width: 73%;
	}
	
div.regioContentGrootLinks div.links {
	width: 65 %;
	}

div.regioContentGrootLinks div.rechts {
	width: 28 %;
	}

div.regioContentAlleenLinks div.links {
	width: 100 %;
	}

div.regioContentAlleenLinks div.rechts {
	width: 0 %;
	display: none;
	}	
	

.afbeelding { 
	border: 2px solid #e7e7e7; 
	margin-bottom: 1px; 
	float: left; 
	margin-right: 10px; 
	}
	
.uitstapje {
	border-bottom: 5px solid white; 
	background-color: #dbeff6; 
	padding: 20px; 
	clear: both; 
	}
	
.uitstapjeOver {
	border-bottom: 5px solid white; 
	background-color: #9ed6ef; 
	padding: 20px; 
	clear: both; 
	}
