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

* {
    box-sizing: border-box;
}
.row::after {
	content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}

html {
    font-family: "Lucida Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;	
}

/*algemeen */
h2 {
     background-color: #991A1E;
     color: #007a33;
	 font-size: 18px;
	 font-weight: bold;
 	 text-align: left;
}

h4 {
     padding: 8px;
     margin-bottom: 7px;
     background-color: #991A1E;
     color: #007a33;
	 font-size: 14px;
	 font-weight: bold;
 	 text-align: left;
}

p {
     color: #000000;
	 font-size: 14px;
	 font-weight: bold;
 	 text-align: left;
}

a {	
	 text-decoration: none;
     background-color: #ffffff;
     color: #D14306;
	 font-size: 14px;
	 font-weight: bold;
     border: 3px solid #007a33;
     border-radius: 4px;
     padding: 3px;
 	 text-align: left;
	
}
a:hover {
     border: 0px solid #ffffff;
     border-radius: 5px;   
     background-color: #5DC6D4;

}

.menu ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
.menu h2 {
	 font-size: 14px;
	 font-weight: bold;
     padding: 10px;
     margin-bottom: 7px;
     border-radius: 4px;
     border: 2px solid #cccccc;   
     background-color: #991A1E;
     color: #ffffff;
	 width: 375px;
}
.menu a.button {
	 text-decoration: none;
	 background-color: #b5C408;     	
	 color: #D14306;
     border: 0px solid #2B5E08;
     border-radius: 4px;   
	 font-size: 14px;
	 font-weight: bold;
	 text-align: left;	
}
.menu a.button:hover {
     border: 0px solid #ffffff;
     border-radius: 5px;   
     background-color: #5DC6D4;
}
.menu p {
	 font-size: 14px;
	 font-weight: bold;
     color: #000000;
}

.menu h4 {
	 font-size: 12px;
	 font-weight: bold;
     padding: 0px;
     border: 0px solid #007a33;
     border-radius: 4px;
     background-color: #da291c;
     color: #ffffff;
	 text-align: center;	
}
p.punt {
	 font-size: 14px;
	 font-weight: bold;
	 text-align: left;	
	 vertical-align: middle;
	 color: #000000;
}
p.left {
	 font-size: 14px;
	 font-weight: bold;
	 text-align: left;
	 vertical-align: middle;
	 color: #ffffff;
}
div#header td.thumbcell {
	 max-width: 200px;
	 font-size: 12px;
	 font-weight: bold;
 	 text-align: center;
         color: #000000;
	 padding: 0.2em 0.2em 0.2em 0.2em;
	 vertical-align: middle;
	 border: 3px solid #025722;
	 display: inline-block; 

}
div#header td.thumbcell a {
	 font-size: 12px;
	 font-weight: bold;
 	 text-align: center;
         color: #000000;
	 max-width: 200px;
	 padding: 0.2em 0.2em 0.2em 0.2em;
	 vertical-align: middle;
	 border: 0px solid #ffffff;
	 display: inline-block; 

}
div#header td.thumbcell img {
	 max-width: 150px;
	 border-style: solid;
	 border-color: #ffffff;
	 text-align: center;
	 vertical-align: middle;
} 
div#menu td.thumbcell {
	 max-width: 250px;
	 font-size: 9px;
	 font-weight: bold;
 	 text-align: center;
     	 color: #000000;
	 padding: 0.2em 0.2em 0.2em 0.2em;
	 vertical-align: middle;
	 border: 0px solid #ffffff;
     	 border-radius: 4px;   
	 display: inline-block; 
}
div#menu td.thumbcell img {
	 max-width: 250px;
	 border-style: solid;
	 border-color: #fffff;
	 text-align: center;
	 vertical-align: middle;
} 
div#huur td.thumbcell {
	 max-width: 300px;
	 font-size: 12px;
	 font-weight: bold;
 	 text-align: center;
     	 color: #000000;
	 padding: 0.2em 0.2em 0.2em 0.2em;
	 vertical-align: middle;
	 border: 2px solid #ffffff;
     	 border-radius: 4px;   
	 display: inline-block; 

}
div#huur td.thumbcell img {
	 max-width: 275px;
	 border-style: solid;
	 border-color: #ffffff;
	 text-align: center;
	 vertical-align: middle;
} 
	 
img {   
	 width: 100%;
     height: auto;
     border: 0px solid #ffffff;
}
iframe, object, embed {
    max-width: 100%;
}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 35%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 65%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 1000px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
	.header a {	
	 font-size: 11px;
	 font-weight: bold;
	} 
	.menu h2 {
	 font-size: 11px;
	}
	.menu h4 {
	 font-size: 11px;
	}
	.menu p {
	 font-size: 11px;
	}
	.footer p {
	 font-size: 11px;
	}
}
@media only screen and (max-width: 350px) {
	.header a {	
	 font-size: 10px;
	 font-weight: bold;
	} 
	.menu h2 {
	 font-size: 10px;
	}
	.menu h4 {
	 font-size: 10px;
	}
	.menu p {
	 font-size: 10px;
	}
	.footer p {
	 font-size: 10px;
	}
}
</pre></body></html>