
@import url(/css5/awesome.css);

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('https://fonts.novosite.nl/gfonts/raleway-v28-latin-regular.woff2') format('woff2'), 
       url('https://fonts.novosite.nl/gfonts/raleway-v28-latin-regular.woff') format('woff'); 
}/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('https://fonts.novosite.nl/gfonts/montserrat-v25-latin-regular.woff2') format('woff2'), 
       url('https://fonts.novosite.nl/gfonts/montserrat-v25-latin-regular.woff') format('woff'); 
}
html,body {
	height:100%;
     font-family: 'Verdana', serif;
     font-size: 15px;
}
body {
	margin:0;
	color: #000000;
     font-family: 'Verdana', serif;
     font-size: 15px;
	background-color: #f1f194;
        line-height:130%;
	background-image: url('/files/'); 
	background-repeat: repeat;
       
}
span {
    line-height:130%;
    }
table {
	margin:0;
	color: #000000;
     font-family: 'Verdana', serif;
     font-size: 15px;
	background-color: #f1f194;
}
td {
	margin:0;
	color: #000000;
     font-family: 'Verdana', serif;
     font-size: 15px;
	background-color: #f1f194;
     line-height:130%;
}
h1 {
	font-size:16px;
    font-weight: Bold;
        line-height:130%;
		margin:0 0 18px;
}

img {border-style:none;}
a {
	text-decoration:underline;
	color:#0000cd; 
}
a:visited {
	text-decoration:none;
	color:#0000cd; 
}
a:hover {
	text-decoration:none;
	color:#70000c; 
}
#wrapper {
	display:table;
	height:100%;
	width:978px;
	margin:0 auto;
}
#header {
	overflow:hidden;
	width:100%;
    border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f1f194;
}
#header img {display:block;}
#main {
	width:100%;
	display:table-row;
	background:#f1f194; 
}
.htmlform tr{
    background-color: #c9c9c9;
}
form tr{
    background-color: #c9c9c9;
}
.main-holder {
	padding:0 0 33px;

}

.main-holder:after {
content:"";
display:block;
clear:both;
}
.main-holder:after {
width:100%;
} 
#content {
	float:right;
     width:943px;      	padding:23px 20px 0px 15px; 
}
#content h1 {
	font-size:16px;
    font-weight: Bold;
	line-height:20px;
	margin:0 0 18px;
}
#content p {margin:0 0 23px;} 

#footer {
	overflow:hidden;
	width:100%;
	display:table-footer-group;
	background:#f1f194; 
	color: #696969;
    background-image: url('/files/');
	
}
#footer p {margin:0;}
#footer .footer-holder {
	height:1%;
	display:table-row;
}
#footer .footer-frame {
	display:table-cell;
    padding-top: 10px;
	padding-right: 10px;;
	padding-bottom: 10px;
	padding-left: 10px;;
   	font:16px/22px "Verdana",Arial,Helvetica,sans-serif; 
}
#footer a {
	text-decoration:underline;
	color:#696969;
}
#footer a:hover {
	text-decoration:none;
	color: #ffffff;
}
.searchbox {
	background-color: #ffffff;
    color: #000000;
	width: 168px;
	border: 1px solid #000;
    padding:5px;
}
.searchform {
	background-color: #444444;
    padding:10px;
    width: 180px;
}
.bxhidden {
  outline: 4px solid white;
  outline-style: dashed;
  outline-offset: -6px;
}
a[rel="lytebox"] {
    cursor: zoom-in !important;
}


/* Responsive Video from Zurb Foundation. Copyright (c) 2011 ZURB, https://www.zurb.com/ License: MIT */
/*
.flex-video {position:relative;padding-top:25px;padding-bottom:67.5%;height:0;margin-bottom:16px;overflow: hidden;}
.flex-video.widescreen {padding-bottom:57.25%;}
.flex-video.vimeo {padding-top:0;}
.flex-video iframe, .flex-video object, .flex-video embed {position:absolute;top:0;left:0;width:100%;height:100%;border:none;}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
        .flex-video { padding-top: 0; }
    }
*/

