<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* PAGINA INDELING SIMPELBLAUWWIT*/
body {
    background-color: #D1D1D1;
	margin: 0px;
}

#wrapper {overflow: auto;
}

#sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
	overflow-x: hidden;
    background-color: #37385C;
    padding: 30px 20px 0px 40px;
	float: left;
	
}


#header {
	width: 50%;
    height: 95px;
    border-bottom: 2px solid #37385C;
    margin-top: auto;
    margin-left: 260px;
    padding-top: 10px;
    padding-left: 60px;
    padding-bottom: 10px;
    padding-right: 60px;
    background-color: #FBFBFB;
    border-top-color: #8F0507;
    border-right-color: #8F0507;
    border-left-color: #8F0507;
}

#main {
	width: 50%;
	margin-top: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 260px;
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 20px;
    padding-right: 60px;
    line-height: 1.8em;
    background-color: #FFFFFF;
    color: #000000;
}



#footer {
    width: 50%;
    margin-top: inherit;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 260px;
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 20px;
    padding-right: 60px;
    line-height: 1.8em;
    background-color: #D7D7D7;
	    	
}
	
/* TEKSTOPMAAK */
p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; 
	font-size: 1.0em; 
	color: #2B2B2B;
}

p.wit {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; 
	font-size: 1.0em; 
	color: #FFFFFF;
}

h1 {
    font-family: "Times New Roman", serif;
    font-size: 2.8em;
    color: #2B2B2B;
    font-style: italic;
}

h1.rood {
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 2.8em;
    color: #B00A0D;
    font-style: italic;
}
h2 {
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 2.0em;
    color: #2B2B2B;
    font-style: normal;
    font-weight: 300;
}

h3 {
	font-family: Cambria, Times, "Times New Roman", serif;
	font-size: 1.6em;
	font-style: normal;
	color: #2B2B2B;
	font-weight: 300;
}

h4 {
	font-family: Cambria, Times, "Times New Roman", serif;
	font-size: 1.4em;
	font-style: normal;
	color: #2B2B2B;
	font-weight: 300;
}

/*h3.wit {
	font-family: Cambria, Times, "Times New Roman", serif;
	font-size: 1.6em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: 300;
}

h4.wit {
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 1.2em;
    color: #FFFFFF;
    
}*/



/* HYPERLINKS TEKSTOPMAAK */

a {
    color: darkblue;
    text-decoration: underline;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

a:hover {
	color:mediumturquoise;
}

a.side {
    text-decoration: none;
    font-size: 1.0em;
    color: #FFFFFF;
    display: block;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    padding: 20px 20px 0px 0px;
}
a.side:hover {
    color: #D5D863;
}

a.side:active {
    color: #E5FF28;
}

li {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; 
	font-size: 1.0em; 
	color: #2B2B2B;
}

.center {text-align: center;
}

.klein1 {
	font-size: 0.8em;
}

.rood {color: #990000;
}

.wit {
	color: #FFFFFF;
}

.capital {
    float: left;
    color: #AF2E30;
    font-size: 7.6em;
    line-height: 0.85em;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 0px;
    font-family: "Times New Roman", times, Sans-Sherif;
    background: #FFFFFF;
}

.capitalsmall {
	float: left;
    color: #AF2E30;
    font-size: 4.0em;
    line-height: 0.85em;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 0px;
    font-family: "Times New Roman", times, Sans-Sherif;
    background: #FFFFFF;
}</pre></body></html>