* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family:  'Open Sans', 'Verdana', Arial, Helvetica, Sans-serif;
	background-color:	#fff;
}

div, h1, h2, p, form, label, input, textarea, img, span {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: square;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}

/* *************************************** start telefoon ******************************* */

@media (max-width: 799px) {

  #leftDiv {
  float: left;
  width: 100%;
  }

  #rightDiv {
  float: left;
  width: 100%;
  height: 50vh;
  margin-bottom: 15px;
  }

  #headerContainer {
  float: left;
	width: 100%;
  }

  #header {
  float: left;
  width: 100%;
  }
  
  #navig {
  float: left;
  width: 96%;
  min-height: 160px;
  margin: 0 2% 0 2%;
  border-bottom: 1px solid #ED8418;
  }
  
  #navig ul {
  list-style-type: none;
  margin: 10px 15px 10px 0;
  float: right;
  width: 100%;
  }

  #navig ul li {
  text-align: right;
  font-size: 14px;
  }

  #navig ul li a {
  color: #ED8418;
  text-decoration: none;
  line-height: 1.6em;
  }
  
  #navig ul li a:hover {
  color: #1E63A0;
  text-decoration: none;
  }
  
  #logo {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100px;
  height: 105px;
  padding: 10px 70px 0 38px;
  background: url(/images/bg_logo.png) top left no-repeat;
  background-size: 100% 100%;
  }

  #logo p {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2em;
  }

  #logo p a {
  color: #fff;
  text-decoration: none;
  }

  #subnavigContainer {
  float: left;
  width: 100%;
  }
  
  #subnavig {
  position: absolute;
  top: 170px;
  left: 0;
  width: 92%;
  padding: 0 2%;
  margin: 0 2%;
  height: 80px;
  background: #1E63A0;
  }
  
  #subnavig p {
  margin: 10px 0 10px 5px;
  font-size: 12px;
  color: #fff;
  }
  
  #subnavig ul {
  list-style-type: none;
  margin-left: 5px;
  padding-bottom: 20px;
  }
  
  #subnavig ul li {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  margin-right: 10px;
  }
  
  #subnavig ul li a {
  color: #fff;
  text-decoration: none;
  }
  
  #subnavig ul li a:hover {
  color: #303030;
  text-decoration: none;
  }
  
  #content {
  float: left;
  width: 96%;
  margin: 20px 2% 0 2%;
	padding: 15px 0;
  }

  #footerContainer {
	float: left;
	width: 100%;
  }

  #footer {
  float: left;
	width: 100%;
	background-color: #ED8418;
  }
  
  #footerLeft {
  float: left;
  width: 96%;
  padding-left: 2%;
  text-align: center; 
  }
  
  #footerLeft img {
  margin: 15px 0 0 0;
  background-color: #fff;
  padding-left: calc((100% - 162px) / 2); 
  padding-right: calc((100% - 162px) / 2);
  }

  #footerLeft p {
  margin: 15px auto;
  font-size: 14px;
  line-height: 1.2em;
  }

  #footerLeft p a {
  display: block;
  padding: 8px;
  background-color: #303030;
  color: #fff;
  text-decoration: none;
  }
  
  #footerLeft p a:hover {
  display: block;
  padding: 8px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  }
  
  .orange {
  color: #ff5500 !important;
  } 

  #footerRight {
  float: left;
  width: 96%;
  padding: 0 2%;
  text-align: center;
  }

  #footerRight ul {
	list-style-type: none;
	margin: 25px 0;
  }

  #footerRight li {
	color: #303030;
	font-size: 12px;
	line-height: 1.5em;
  }

  #footerRight li a {
	color: #303030;
	text-decoration: none;
  }

  #footerRight li a:hover {
	color: #303030;
	text-decoration: underline;
  }

  .invulveld {
	width: 100%;
	height: 30px;
	font-size: 1.0em;
  }

  textarea {
	width: 100%;
	height: 270px;
	font-size: 1.0em;
  }

  .div100 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div50 {
  float: left;
  width: 100%;
  }

  .tabel_tr2 {
  background-color: #F1EDE9;
  }

  .tabel_td0 {
  width: 125px;
  padding: 5px;
  }
  
  .tabel_td0 div {
  width: 125px;
  height: 84px;
  overflow: hidden;
  }

  .tabel_td0 div img {
  width: 100%;
  height: auto;
  }

  .tabel_td1a {
  width: 640px;
  font-weight: bold;
  padding: 5px;
  }

  .tabel_td1 {
  width: 775px;
  font-weight: bold;
  padding: 5px;
  }

  .tabel_td2 {
  width: 190px;
  text-align: right;
  font-weight: bold;
  padding: 5px;
  }

  .tabel_td3 {
  padding: 5px 5px 15px 5px;
  }
  
  .fotoHolder {
    float: left;
    width: 100%;
    margin-bottom: 25px; 
  }

  .foto1 {
    float: left;
    width: 49%;
    height: auto;
    margin-right: 1%; 
  }

  .foto2 {
    float: left;
    width: 49%;
    height: auto;
    margin-left: 1%; 
  }

} /* einde max-width 799px */

/* *************************************** einde telefoon ******************************* */

/* *************************************** start tablet en desktop ******************************* */

@media (min-width: 800px) { 

  #page-wrap {
	width: 100%;
	min-height:	100%;
	height:	auto !important;
	height:	100%;
	margin:	0 auto -75px;
  }

  #page-footer, #page-footer-push {
	height:	75px;
  }
  
  #leftDiv {
  float: left;
  width: 55%;
  }

  #rightDiv {
  float: left;
  width: 45%;
  height: calc(100vh - 75px);
  }

  #headerContainer {
  float: left;
	width: 100%;
  }

  #header {
  float: left;
  width: 100%;
  height: 210px;
  }
  
  #navig {
  float: left;
  width: 94%;
  margin: 0 4% 0 2%;
  border-bottom: 1px solid #ED8418;
  }
  
  #navig ul {
  list-style-type: none;
  margin: 20px 0;
  float: right;
  }

  #navig ul li {
  display: block;
  text-align: right;
  font-size: 15px;
  }

  #navig ul li a {
  color: #ED8418;
  text-decoration: none;
  line-height: 1.6em;
  }
  
  #navig ul li a:hover {
  color: #1E63A0;
  text-decoration: none;
  }
  
  #logo {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 136px;
  height: 190px;
  padding: 20px 100px 0 40px;
  background: url(/images/bg_logo.png) top left no-repeat;
  }

  #logo p {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.3em;
  }

  #logo p a {
  color: #fff;
  text-decoration: none;
  }

  #subnavigContainer {
  float: left;
  width: 100%;
  }
  
  #subnavig {
  float: right;
  width: 190px;
  height: 325px;
  background: #222224;
  }
  
  #subnavig2 {
  float: right;
  width: 190px;
  min-height: 325px;
  background: url(/images/bg_mainRight.png) top left no-repeat;;
  }
  
  #subnavig p {
  margin: 30px 0 15px 20px;
  font-size: 12px;
  color: #fff;
  }
  
  #subnavig ul {
  list-style-type: none;
  margin-left: 20px;
  padding-bottom: 20px;
  width: 80%;
  border-bottom: 1px solid #fff;
  }
  
  #subnavig ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  }
  
  #subnavig ul li a {
  color: #fff;
  text-decoration: none;
  }
  
  #subnavig ul li a:hover {
  color: #303030;
  text-decoration: none;
  }
  
  #content {
  float: left;
  width: 94%;
  margin: 0 4% 0 2%;
	margin-top: 15px;
	padding: 15px 0;
  }

  #footerContainer {
	float: left;
	width: 100%;
  }

  #footer {
  float: left;
	width: 100%;
	height: 75px;
	background-color: #ED8418;
  }
  
  #footerLeft {
  float: left;
  width: 53%;
  padding-left: 2%;
  }
  
  #footerLeft img {
  float: left;
  margin: 15px 15px 0 0; 
  }

  #footerLeft p {
  float: left;
  margin: 15px 15px 0 0;
  font-size: 14px;
  line-height: 1.2em;
  }

  #footerLeft p a {
  display: block;
  padding: 8px;
  background-color: #303030;
  color: #fff;
  text-decoration: none;
  }
  
  #footerLeft p a:hover {
  display: block;
  padding: 8px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  }
  
  .orange {
  color: #ff5500 !important;
  } 

  #footerRight {
  float: left;
  width: 43%;
  padding-right: 2%;
  }

  #footerRight ul {
	list-style-type: none;
	float: right;
	margin-top: 25px;
  }

  #footerRight li {
	display: inline;
	color: #303030;
	font-size: 12px;
	padding-right: 14px;
	margin-right: 10px;
	background: url(/images/footer_li.png) center right no-repeat;
  }

  #footerRight li a {
	color: #303030;
	text-decoration: none;
  }

  #footerRight li a:hover {
	color: #303030;
	text-decoration: underline;
  }

  .invulveld {
	width: 100%;
	height: 30px;
	font-size: 1.0em;
  }

  textarea {
	width: 100%;
	height: 270px;
	font-size: 1.0em;
  }

  .div100 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }

  .div50 {
  float: left;
  width: 48%;
  margin-right: 2%;
  }

  .tabel_tr2 {
  background-color: #F1EDE9;
  }

  .tabel_td0 {
  width: 125px;
  padding: 5px;
  }
  
  .tabel_td0 div {
  width: 125px;
  height: 84px;
  overflow: hidden;
  }

  .tabel_td0 div img {
  width: 100%;
  height: auto;
  }

  .tabel_td1a {
  width: 640px;
  font-weight: bold;
  padding: 5px;
  }

  .tabel_td1 {
  width: 775px;
  font-weight: bold;
  padding: 5px;
  }

  .tabel_td2 {
  width: 190px;
  text-align: right;
  font-weight: bold;
  padding: 5px;
  }

  .tabel_td3 {
  padding: 5px 5px 15px 5px;
  }
  
  .fotoHolder {
    float: left;
    width: 100%;
    margin-bottom: 25px; 
  }

  .foto1 {
    float: left;
    width: 49%;
    height: auto;
    margin-right: 1%; 
  }

  .foto2 {
    float: left;
    width: 49%;
    height: auto;
    margin-left: 1%; 
  }

} /* einde min-width 800px */

/* *************************************** einde tablet en desktop ******************************* */

#content h1 {
	font-size: 20px;
	color: #303030;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: #303030;
}

#content h3 {
	font-size: 16px;
	color: #303030;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-weight: lighter;
}

#content p, #content td {
	font-size: 14px;
	color: #303030;
	line-height: 1.4em;
	margin-bottom: 20px;
}

#content p a, #content td a {
	color: #1E63A0;
	text-decoration: underline;
}

#content p a:hover, #content td a:hover {
	color: #ED8418;
	text-decoration:	none;
}

#content td {
	vertical-align: top;
	margin-bottom: 0;
	padding-right: 10px;
}

#content ul, #content ol {
	margin-bottom: 25px;
	margin-left: 30px;
}

#content ul ul {
	margin-bottom: 0;
}

#content li {
	font-size: 15px;
	color: #1C1C1A;
	line-height: 1.3em;
}

#content li a {
	color: #1C1C1A;
	text-decoration: underline;
}

#content li a:hover {
	color: #1C1C1A;
	text-decoration: none;
}

#footerRight li:last-child {
	padding-right: 0;
	margin-right: 0;
	background-image: none;
}

.gallery {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.td_style1 {
  padding: 0 0 10px 0;
}

.td_style2 {
  width: 75px;
  padding: 0 0 10px 25px;
}

.knop {
	float: right;
	padding: 5px 25px;
	margin: 5px 0 25px 0;
	font-size: 18px;
	color: #fff;
	background-color:	#87C9E9;
}

.div_small {
  float: left;
  width: 150px;
  margin: 0 55px 15px 0;
}

.div_small p {
  margin-bottom: 5px !important;
}

.knop2 a {
  display: block;
  width: 150px;
	padding: 10px 0;
	margin: 0 0 25px 0;
	font-size: 18px;
  color: #fff !important;
	text-align: center;
	background-color:	#87C9E9;
  text-decoration: none !important;
}

.knop2 a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.fotoHolder {
  float: left;
  width: 100%;
  margin-bottom: 25px; 
}

.foto1 {
  float: left;
  width: 49%;
  margin-right: 1%; 
}

.foto2 {
  float: left;
  width: 49%;
  margin-left: 1%; 
}

.fotoHolder img {
  width: 100%;
  height: auto;
}

.downloadItem {
  float: left;
  width: 200px;
  margin: 0 20px 15px 0;
  background-color: #e2e2e2;
  border: 1px solid #fff;
}

.downloadItem2 {
  float: left;
  width: 200px;
  margin: 0 20px 15px 0;
  background-color: #fff;
  cursor: pointer;
  cursor: hand;
  border: 1px solid #1E63A0;
}