<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Basic styling.
 **/

.clear {
	clear: both;
}

div.header {
	width: 100%;
	/* height: 151px;/**/
	height: 161px; /**/
	text-align: center;
	background: #FFFFFF url(../Images/header-bg-new.jpg) no-repeat scroll 0 0;
	background-position: center;
}

div.footer {
	padding-left: 15px;
	
	height: 40px;
	
	text-align: center;
	line-height: 40px;
	
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}

div.block {
	padding: 10px;	
}

div.noorderlichters {
	padding: 10px;	
	text-align: center;
	width: 100%;
	align-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


div.Menu {
	
}

div.Menu ul {
	margin: 0;
	padding: 0;
	
	list-style-position: ;

	list-style-type: none;
}

div.Menu ul li{
	font-size: 16px;
	color: #000000;
}

div.Menu ul li a{
	text-decoration: none;
}

div.Menu li.selected {
	font-weight: bold;
	font-size: 18px;
	color: #100afe;
}

div.Menu li.selected a{
	text-decoration: underline;
}

div.Menu li.hidden {
	display: none;
}

div.SlideShow{
	text-align: center;
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div.SlideShow div.imageHolder {
	text-align: center;
	width:250px;
	height:auto;
	overflow:hidden;
	/*border: 1px solid #74a824;*/
	padding: 2px;
	/* margin-left:22px;*/
}


div.SlideShow div.imageHolder:hover {
	

}

div.SlideShow div#caption {
	margin-top: 10px;
	padding-top: 4px;
	
	border-top: 1px solid #d6d6d6;
	
	font-weight: bold;
	text-align: center;
	width: 100%;
}

div.SlideShow div#kennis{
	margin-top: 10px;
	padding-top: 4px;
	
	border-top: 1px solid #d6d6d6;
	
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#slider {
	width:250px;
	height:auto
}
</pre></body></html>