<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************\
Document:		Stylesheet (CSS)
Author:			Koen Kuijk for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}*/


#header {
	width: 100%;
	max-width: 960px;
	height: 260px;
	position: fixed;
	z-index: 1
}

#menuLeft {
	background: #cc232a;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#logo {
	position: absolute;
	left: 50%;
	margin-left: -56px;
	top:-90px;
	box-shadow: 0px 3px 5px #000;
	z-index: 4;
}

#menuRight {
	background: #000;
	color: #fff;
	width: 50%;
	padding-left: 75px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#container{
	background:#fff;
	width: 100%;
	max-width: 960px;
	margin: 260px auto 0px;
}

#menu{
	display: block;
    height: 32px;
    position: relative;
    width: 100%;
    z-index: 3;
    max-width: 960px;
}

#content {
	padding: 20px 10px 33px;
	background: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#duo {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#CenterPane{
	float: left;
	width: calc(100% - 300px);
}

#tdRightPane{
	float: right;
	width: 300px;
	
	padding: 0px 0px 0px 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


#contentBelow {
	width: 100%;
}

#tdLeftPane{
	float: left;
	/*width: calc(100% - 300px);*/
	width: 100%;
}

#tdTopPane {
	width: 100%;
}





#footer {
	font-size: 11px;
	color: #000;
	position: relative;
	background: #ccc;
	margin-top: 0px;
	padding:10px 20px;
	z-index: 2;
	float: left;
	width: 100%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footerContent {
    float: left;
    width: 100%;
    font-size: 14px;
}

.footerBlok {
	float: left;
	width: 33.333%;
}

#blok2 {
	text-align: center;
}

#blok3 {
	text-align: right;
}

.footerHeader {
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

#credits {
	float: left;
	width: 100%;
	margin-top: 7px;
}

#blok1 .footerText {
    float: left;
    margin-right: 15px;
}



/*universeel mobiel menu css*/

#showMobile {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,0.85);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	overflow-y: auto;
}

#navBox {
	float: left;
	width: 100%;
	margin: 3px 0px 10px 0px;
	padding: 3px 10px;
	position: relative;
	z-index: 999;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#vorige {
	float: left;
	cursor: pointer;
}

#sluiten {
	float: right;
	cursor: pointer;
}

#mobileMenuHidden {
	display: none;
}

#mobileMenuBox {
	position: relative;
	float: left;
	width: 100%;
}

#mobileMenu {
	cursor: pointer;
	font-size: 26px;
	color: #fff;
	padding-left: 20px;
	margin-top: -2px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.moonicon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.menuIcon {
	margin-right: 5px;
	top: 3px;
	position: relative;
	cursor: pointer;
}

.mobileItem {
	position: relative;
	float: left;
	display: none;
	
	border: 1px solid #000;
	color: #fff;
	padding: 8px 15px;
	margin: 10px 5%;
	width: 90%;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 0px 2px #000;
	box-shadow: 0px 1px 1px #000;
	
	cursor: pointer;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	background: rgb(0,96,27); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,96,27,1) 0%, rgba(0,133,62,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,96,27,1)), color-stop(100%,rgba(0,133,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,96,27,1) 0%,rgba(0,133,62,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,96,27,1) 0%,rgba(0,133,62,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,96,27,1) 0%,rgba(0,133,62,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,96,27,1) 0%,rgba(0,133,62,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00601b', endColorstr='#00853e',GradientType=0 ); /* IE6-9 */

}


.mobileItem a {
	color: #fff;
	text-decoration: none;
}

.inactive {
	
}

.active {
	display: block;
	float: left;
	clear: left;
}

/*einde universeel mobiel menu css*/</pre></body></html>