<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* &lt;style type="text/css"&gt;  handig voor highlight */
H1 {text-align: left; color: rgb(32, 85, 135)!important}
#logo {
	height: 150px;
	max-width: 150px;
	
}
#logo img { width: 100%; }
#logo_site {
    margin-top: -5px;
    }
.topnav_tiny #logo_site img {
    transform: scale(0.25);
}
.topnav_tiny #logo_site {
    margin-top: -4px;
}

div#page_name H1 {
    margin-top: 1.9em;
    }
/*  CSS MENU ========================= */

#menu a {
    font-weight: bold;
    }

/* BUTTONS ================= */
.button {
   /*color: #FFFFFF !important;*/
   border: 1px solid #005D92;  
   padding: 8px 20px 10px;
   margin-top: 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
  /* text-shadow: #378c1f 0 2px 0;*/
   font-size: 1.4em;
   font-family: 'Open Sans', sans;
   font-weight: 700;
   font-variant:small-caps;
   text-decoration: none;
   vertical-align: middle;
   
  /* height: 150px;*/
   display:inline-table;
}
input.button {
	display: block;
	width: 130px;
}
/* SM */

/*  FOOTER  ========================= */
/*#footer_container {
	clear: both;
	width: 100%;	
	border-top: 0px solid #000;
	/*background: rgb(32, 85, 135); 
	background-color: transparent;
}
#footer_container h4 {
	display: none;
	font-weight: bold;
	margin-bottom: ;
	color:  rgb(32, 85, 135);
	text-shadow: 0 2px 2px #0F529A;
}
#footer {
	clear: both;
	font-size: 0.9em; 
	color: rgb(32, 85, 135); 
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	border-top: 1px solid rgb(32, 85, 135);
}
#footer a{

	color: #22597F;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
*/

@media (max-width: 1200px) {
	#page_name&gt;* {
		width: 83%;
    }
}</pre></body></html>