<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html, body {
  height: 100%;
  margin: 0;
}
html { overflow-y: scroll; overflow-x:hidden }
body { background:#ffffff; font-size: 13px; color: #666666; font-family: Arial, helvetica, sans-serif;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
a, img { outline: none; border:none; color: #000;}
p { margin: 0 0 10px 0; line-height: 1.4em; font-size: 1.2em;}
img { display: block; margin-bottom: 10px;}
#main, aside, #fullmain {font-size: 1.2em; line-height: 1.4em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
	
/* Structure */

/*.clearfix:before,
.clearfix:after
{
  display: table;
  content: " ";
}*/

#container {

	width: 100%;
	min-height: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;

}
#wrappertop{
	width: 100%;	
	max-width: 1050px;
	margin: auto;
	padding: 0;

	} 
#wrapper {
	width: 90%;	
	max-width: 1060px;
	margin: 0 auto;
	margin-top: 0;
	padding:0;
	overflow:auto;
  	padding-bottom: 250px; /* must be same height as the footer */
	min-height: 600px;
	} 
#wrapper img {
		width: 100%;
		/*max-width: 460px;*/
		margin:0;
		clear: both;

}
#fullmain {
		width: 100%;
		margin-right: 3%;
		float: left;

		}	
#news  {
		width: 60%;
		margin-right: 3%;
		float: left;
		
		}

.kalender td{
	padding: 4px 0px;	
}
#main {
		width: 60%;
		margin-right: 3%;
		float: left;
		
		}		
#main ul,#fullmain ul{
	
		list-style-type: square;
		list-style-position: inside;
		 
		 
		 }		
aside {
		width: 30%;
		float: right;
		}


.logintable{
	/*display:block;*/
	line-height: 2.1em;
	margin: 0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}
.logintable form{width: 70%; float: left}
a.loginlink		
{	background : url('../../images/ag-news.gif') no-repeat; 				
	padding: 0 0 3px 15px; 
	margin: 0.5em 0 0 0; 
	line-height: 1.8em;


}
a.loginlink:hover

{	background : url('../../images/ag-newshover.gif') no-repeat;}
	
.loginlink{
	margin: 0 8.0em 0 2.0em;
	display:block;
	
	}

		
input
{
	margin: 0 0 0 2.5em;
	padding: 0 0 0 3px;
	font: 1.0em Arial, Helvetica, Verdana;  
	color: #146d86;
	border: 1px solid #146d86;
	height: 1.8em;
	width : 143px;

}
.logoff a
{
	margin: 0;
	padding: 0.2em 0 0 0;
	border: 2px solid #858482;
	border-top: 0px;
	border-left:0px;
	width : 120px;
	height : 1.85em;
	background-color:#b8aa16;
	font: bold 1.0em Arial, Helvetica, Verdana;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	cursor:pointer;
	display: block;
	position: relative;
	bottom: -8em;
	left: 0;
}
.loginbutton
{
	margin: 0.15em 0 0 0;
	padding: 0 0 0 0;
	border: 2px solid #858482;
	border-top: 0px;
	border-left:0px;
	width : 143px;
	height : 1.85em;
	background-color:#b8aa16;
	font: bold 1.0em Arial, Helvetica, Verdana;
	line-height: 10px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	cursor:pointer;
	float: right;
}

		
/*-- footer --*/
/*Opera Fix*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/*negate effect of float*/
}


.footer
{
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	background:#2f2f26;
	padding: 1.0em 0 1% 0;
	height: 40px;
	width: 100%;
 
}
.footer p{
	color:#b8aa16;
	font-size: 2.0em;
	margin:0;
	padding: 0 0.5em 0 0;
	display: inline-table;

}
.footer p a{
	color:#a1a1a5;
	text-decoration:none;
	margin: 0 0 0 0;

}
.footer p a:hover{
	color:#016c66;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
}
.footer img{
	display: inline-table;
	padding: 0 0.5em 0 0;
	position: relative;
	top: 20px;


	}
#media{	display: inline-table; margin: -1.5em 0 0 0}

.sitemap{
	background: url(../../images/sitemap.png) left center no-repeat;
	margin: 0 0 0 0; 
	padding: 0 0 0 28px
	}
	
.container &gt; ul {
	    list-style: none outside none;
	    margin: 0 auto;
	    max-width: 1000px;
	    overflow: hidden;
	    padding: 25px 0;
	    position: relative;
	    width: 100%;

	}
.container &gt; ul li {
	   float: left;
	   padding: 20px 18px;
	   width: 33.3%;
	   box-sizing:border-box;
		-webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;

	}	
.container {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	margin-top: 0;
	padding-left: 0.5%;


}
.nieuwslink
{
	display: block;
	margin: 0 0 0 0;
	padding: 0.3em 0 2.2em 0;
	background: url('../../images/meer.png') left bottom no-repeat;
	border-bottom: 1px dotted #999;


}
a.nieuwslink:hover, a.nieuwslinkon:hover{color:#0e637b;text-decoration: none;
background: url('../../images/meer-on.png') left bottom no-repeat; }
a.nieuwslinkon
{	display: block;
	padding: 0.3em 0 2.2em 0;
	background: url('../../images/meer.png') left bottom no-repeat; 
	border-bottom: 1px dotted #999;

	}
/* Logo H1 */

.logo {

	width: 28em;
	position: absolute;
	right: 58.5%;
	bottom: 3%;

	}
.naw {

	background: url(../../images/home.png) bottom right no-repeat;
	background-size: contain;
	width: 100%;
	height: 60%;
	position: absolute;
	right: 21%;
	bottom: -24%;

	}

	
 h1,h2 {
	color: #146d86;
	font-size: 1.9em;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0.5em 0 0.6em 0;
 }
 
h3,h4 {
	color: #146d86;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 2.0em;
	border-bottom: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #146d86;
	display: block;
	width: 100%;
	margin: 0 0 0.5em -0.2em;
	padding: 0 0 0 0.19em;


 }
 
b, strong{
	color: #146d86;
 }
 
u,i{
	color: #b8aa16; 
	font-size: 0.90em; 
	font-weight:600; 
	padding: 0 0.55em 0 0;
	line-height: 1.45em; 
 }
a{color: #80760c;text-decoration: none;}
a:hover{color: #0e637b;text-decoration: none;}
a:active{color: #146d86; text-decoration: none;}	
/*-- banner --*/

#banner{ 
	position: relative;	
	top: -4.0em;
	display: block;
	margin: auto;
	background:#5E5E4D;
	/*height: 45%;*/

	
}			

#banner img {
		width: 100%;
		}
		
/*pagina links*/
.linktable{margin: -8px 0 5% 0;padding: 0;border: 0; width: 80%} 
.linkbody {padding: 6px 0 6px 0; border: 0; border-bottom: 1px dotted #858482; }
.linktekst{margin: -18px 0 0 40%; padding: 0 5px 0 0 }
.linkurl a{background : url('../../images/ag-news.gif') top left no-repeat; padding:3px 0 3px 15px; line-height: 1.5em;min-width: 10.0em;display: block;
margin: 0 2em 0 0}
.linkurl{background : url('../../images/ag-news.gif') 0px 3px no-repeat; padding:3px 0 3px 15px; line-height: 1.5em;
;display: block;min-width: 17.0em;float: left}
a:hover.linkurl {color:  #0e637b; background : url('../../images/ag-newshover.gif') no-repeat; }

/*pagina sitemap*/
.sitemaptable{margin: 10px 0 0 0;padding: 0;border: 0; width: 60%} 
.sitemapmenu{display:block; color: #146d86; border-bottom: 1px dotted #146d86; font-weight: bold; margin: 0 30px 0 0; min-width: 10.0em; text-transform: uppercase; text-align: right}
.sitemaprow {display:block; padding: 6px 0 6px 0; border: 0; border-bottom: 1px dotted #858482; min-width: 15.0em}
a.sitemaplink{background : url('../../images/ag-news.gif') no-repeat; padding: 2px 0 2px 22px; margin: -12px 0 0 0px;  }	
a:hover.sitemaplink {color:  #0e637b; background: url('../../images/ag-newshover.gif')  no-repeat;}	


/*pagina fotoalbum*/

.fotoalbumtable		{width: 80%; position: relative; z-index: 1;  margin: 1.5em 0 -5.0em 0 }
.fotoalbumtable img {width: 80%;max-height: 600px; border: 1px dotted #858482; padding: 1.0em;}
.fotoalbumtitel		{/*display: block; */border-bottom: 1px dotted #858482; max-width: 80%;}
a.fotoalbumlink		{background : url('../../images/ag-news.gif') top left no-repeat; padding:3px 0 3px 15px; margin: 0 0 0 20px; line-height: 1.5em}
a.fotoalbumlink:hover{background : url('../../images/ag-newshover.gif') no-repeat;}
.fotoalbumknoppen {padding: 1em 0; text-align: center }
.fotoalbumstart
{
	margin: 0.15em 0 0 0;
	padding: 0 5px 0 5px;
	border: 2px solid #000;
	border-top: 0px;
	border-left:0px;
	width: 11%;
	height: 1.7em;
	background-color:#2f2f26;
	font: bold 1.0em Arial, Helvetica, Verdana;
	text-align: center;
	color: #ffffff;
	cursor:pointer;
	float: left;
}


.fotoalbumvorige,
.fotoalbumvolgende
{
	margin: 0.15em 0 0 0;
	padding: 0 5px 0 5px;
	border: 2px solid #858482;
	border-top: 0px;
	border-left:0px;
	width : 13%;
	height : 1.7em;
	background-color:#b8aa16;
	font: bold 1.0em Arial, Helvetica, Verdana;
	text-align: center;
	color: #ffffff;
	cursor:pointer;

}

.fotoalbumterug
{
	margin: 0.15em 0 0 0;
	padding: 0 5px 0 5px;
	border: 2px solid #000;
	border-top: 0px;
	border-left:0px;
	width : 11%;
	height : 1.7em;
	background-color:#2f2f26;
	font: bold 1.0em Arial, Helvetica, Verdana;
	text-align: center;
	color: #ffffff;
	cursor:pointer;
	float: right;
}


.contentlink 
{
	margin: 1.0em 0 0 0;
	padding: 0 0.5em;
	border: 2px solid #858482;
	border-top: 0px;
	border-left:0px;
	width : 60px;
	height : 1.85em;
	font-weight: 600;
	background-color:#b8aa16;
	line-height: 1.7em;
	text-align: center;
	color: #ffffff;
	cursor:pointer;
	float: right;
}

/*pagina models*/

/*-- start models --*/

.galary-grid{
	position: relative;
	left: -0.6em;
}
.galary-grid-info{
	border: 1px dotted #858482;
	padding: 0.9em;
}
.galary-grid-info img{
	width:100%;
}
.galary-grid-text{
	margin:1em 0 0 0.9em;
	font-size: 0.82em
}

.galary-grid-text h5{
	color:#fff;
	display: block;
	height: 1.3em;
	width: 6.5em;
	padding: 0 0.3em 0.2em 0.3em;
	background-color: #b8aa16;
	font-size: 1.4em;
	font-weight:600;
	margin: 0.6em 0;
}	
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*-- end models --*/

/* Nav */

#navcontainer
{
	height: 3.85em;
	position: relative;
	top: 0;
	left: 0;
	background: #b8aa16 url(../../images/logo-rrec.png) no-repeat;
	background-size: contain;
	z-index: 2;
	
}
#nav
{
	width: 100%; /* 800 */
	font-family: 'Open Sans', sans-serif;
	font-weight: 60;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 8.4%; /* 30 480 */;
	z-index: 1;
		}

#nav &gt; a
{
	display: none;
}

#nav li
{
	position: relative;
}
#nav li a
{
	color: #012321;
	display: block;
	text-decoration: none;
}
#nav li a:active
{
	background-color: #4f5401 !important;
}

#nav span:after
{
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #4f5401;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* first level */

#nav &gt; ul
{
	height: 3.85em; /* 60 */
	background-color: #b8aa16;

}
#nav &gt; ul &gt; li
{
	width: 12.5%;
	height: 100%;
	float: left;
}
#nav &gt; ul &gt; li &gt; a
{
	height: 100%;
	font-size: 0.95em; /* 24 */
	font-weight:600;
	line-height: 3.7em; /* 60 (24) */
	text-align: center;
}
#nav &gt; ul &gt; li:not( :last-child ) &gt; a
{
	border-right: 1px solid #979501;
}
#nav &gt; ul &gt; li:hover &gt; a,
#nav &gt; ul:not( :hover ) &gt; li.active &gt; a
{
	background-color: #958901;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
	color: #fff;
}


/* second level */
#nav li ul
{
	background-color: #958901;
	display: none;
	position: absolute;
	top: 100%;
}
#nav li:hover ul
{
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul
{
	left: -1px;
}
#nav li ul a
{
	font-size: 0.89em; /* 20 */
	border-top: 1px solid #b8aa16;
	padding: 0.83em; /* 15 (20) */;
	color: #fff;
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
	background-color: #b8aa16;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
}

/* Media Queries */
@media (max-width:1440px){
html, body
{
	font-size: 90%; /* 12 */

}
#nav
{
	width: 90%; /* 800 */
		}
#banner img {
		width: 110%;
		margin-left: -5%;
		margin-right: -5%;
		top: 0;
		
		}
	
	
.logo {

	width: 21em;
	position: absolute;
	right: 70%;
	bottom: 1%;

	}	
.naw {
	background: url(../../images/home.png) bottom right no-repeat;
	background-size: contain;
	width: 75%;
	height:75%;
	position: absolute;
	right: 10%;
	bottom: -30%;

	}
#media{	display: inline-table; margin: -3.0em 0 0 0}	
.container {
	font-size: 75%;
	width:100%
		
}
}

@media screen and (max-width:1024px) {

.galary-grid-text b{
	font-size: 90%;
	
}

html, body
{
	font-size: 85%; /* 12 */

}
#container {
	width:100%;	

}	

.container {

	width: 95%;


}
	
.logo {

	width: 19em;
	position: absolute;
	left: 7%;
	bottom: 1%;

	}		
.naw {
	background: url(../../images/home.png) bottom right no-repeat;
	background-size: contain;
	width: 90%;
	height:90%;
	position: absolute;
	right: 4%;
	bottom: -28%;

	}	
#banner{
	position: relative;	
	top: 0;
	display: block;
	margin: auto;
	
	
}

#banner img {
		width: 120%;
		margin-left: -20%;		
		top: 0;
		
		}
#wrapper {

	margin-top: 5%;

	} 	
		
	

#nav
{
	position: relative;
	top: auto;
	left: auto;

	
}
#navcontainer
{	width: 100%;
 	top: 0;
	right: 0;
	background: #b8aa16 url(../../images/logo-rrec.png) top right no-repeat;
	margin-right: 0.5em;
	background-size: contain;
	font-size: 85%
	
}
#nav
{
	width: 90%;
	position: static;
	margin: 0;

}



}
@media screen and (max-width: 780px) {
.fotoalbumtable		{width: 100%}
.fotoalbumtable	img	{margin: 2.5em 0 0.8em 0}			
.galary-grid-text b{
	font-size: 90%;
	
}
.container &gt; ul li {
	
	 float:none;
	 width:auto;
	 padding: 0 0 0 2.5em;
	 margin: 0;

    }
.footer
{
	font-size: 90%; /* 12 */
	line-height: 4.0em;
	width: 100%;
	padding: 0;
	
}

#wrapper {

	margin-top: 2.3em;

	}
	
.logo {

	width: 15em;
	position: absolute;
	left: 7%;
	bottom: 0%;

	}		
.naw {

	background: url(../../images/home.png) bottom right no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0%;
	bottom: -34%;
	}
	
	

	
/*pagina links 720px*/
.linktable{margin: -8px 0 5% 0;padding: 0;border: 0; width: 90%} 
.linkbody {padding: 6px 0 6px 0; border: 0; border-bottom: 1px dotted #858482; }
.linktekst{margin: 0 0 0 15px; padding: 0 5px 0 0 }
.linkurl a{background : url('../../images/ag-news.gif') top left no-repeat; padding:3px 0 3px 15px; line-height: 1.8em; display:block; min-width: 20em}
.linkurl{background : url('../../images/ag-news.gif') top left no-repeat; padding:3px 0 3px 15px; line-height: 1.8em; display:block}	
a:hover.linkurl {color:  #0e637b; background : url('../../images/ag-newshover.gif') no-repeat; }

#navcontainer
{	font-size: 100%
	
}

#nav &gt; a
{
	width: 3.80em; /* 50 */
	height: 3.80em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #b8aa16;
	position: relative;
}
#nav &gt; a:before,
#nav &gt; a:after
{
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav &gt; a:after
{
	top: 60%;
}

#nav:not( :target ) &gt; a:first-of-type,
#nav:target &gt; a:last-of-type
{
	display: block;
}

/* first level */

#nav &gt; ul
{
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #958901;

}
#nav:target &gt; ul
{
	display: block;
}
#nav &gt; ul &gt; li
{
	width: 100%;
	float: none;
}
#nav &gt; ul &gt; li &gt; a
{
	height: auto;
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */

}
#nav &gt; ul &gt; li:not( :last-child ) &gt; a
{
	border-right: none;
	border-bottom: 1px solid #958901;
}


/* second level */

#nav li ul
{
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
	}
	
#nav li ul a
{

	color: #fff;
}
/*EINDE MENU*/


	header, #main, aside,#news,#fullmain {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
	.linkurl{float: none;
	margin: 0 0 0 0
	}		
}



@media screen and (max-width: 360px) {


.logo {

	width: 13em;
	position: absolute;
	left: 7%;
	bottom: -1.3em;

	}	
	

}
/*models*/
@media screen and (min-width: 360px)
/*@media (max-width: 360px) */{
  

.col-md-4
 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;

	
}
@media screen and (min-width: 640px)
/*@media (max-width: 640px) */{
.col-md-4{
    float: left;
  }
  
  
  
  .col-md-4 {
    width: 33.33333333%;

  }


  }
/*models*/</pre></body></html>