@charset "utf-8";
/*
#header is eruit gehaald
*/
body  {
    font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
    color: #777777;
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #777777;
	line-height: 1.8;
}

table {
border-spacing: 0px;
}
td {
	font-size:14px;
/*	color: #333333;*/
	line-height: 1.8;
    vertical-align: top;
}

#invoertabel th {
  border: 1px solid #ddd;
  padding: 8px;
  background-color: #336699; /* #875a7b; ditum */
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}

#invoertabel tr:nth-child(even){background-color: #f2f2f2;}

#invoertabel tr:hover {background-color: #ddd;}

#invoertabel td {
  border: 1px solid #ddd;
  padding: 6px;
  vertical-align : middle;
}

#lijsttabel th {
  border: 1px solid #ddd;
  padding: 6px;
  background-color: #666666; /* #875a7b; ditum */
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}

#lijsttabel tr:nth-child(even){background-color: #f2f2f2;}

#lijsttabel tr:hover {background-color: #ddd;}

#lijsttabel td {
  padding: 6px;
  vertical-align : middle;
}

#checktabel {
 border: double;
 background-color: #FEFEFE;
}

#checktabel th {
  border: 1px solid #ddd;
  padding: 5px;
  background-color: #EFEFEF; /* #875a7b; ditum */
  font-size: 10px;
}

#checktabel td {
  border: 1px solid #ddd;
  padding: 5px;
  vertical-align : middle;
  font-size: 10px;
  color: #666666;
}

a {
	color:#599eec;
	text-decoration:none;
}


a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

img {
  padding: 10px;
}
.schermdump img{
  width: 300px;
}

.small {
  padding: 0px;
  margin: 0px;
}

h1 {
	font-size:16px;
	color:#336699;
/*	color: #1f2429;  */
	font-weight:bold;
	margin:0px;
}

h2 {
	font-size:14px;
	color:#336699; /*ditum*/
	font-weight:bold;
	margin:0px;
}

.h3 {
  	font-size:1.2em;
  	color:#1f2429;
  	margin:20px 0px;
  	clear:both;
}
.fout {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.rood {
	/*font-weight: bold; */
	color: #FF0000;
}
.rood a {
	color: #FA5882;
    text-decoration: underline;
}
.klein {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.klein img {
  padding: 2px;
}

#header {
	height: 120px;
    width: 100%;
    margin-top:60px;
    background-image: url(headertunnela.jpg);
    background-size: 100%;
    background-repeat:no-repeat;
/*    background-attachment: fixed; */
    font-size: 24px;
    background-color: #AAAAAA;
	/*float: left;*/
}

#header td{
  max-height: 380px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 900;
}

#header img{
  margin-top: 15px;
}

#header h1 {
  font-size: 20px;
   color: white;
   text-shadow: 2px 2px #000000;
   margin-top: 20px;
   text-align: center;
}

#banner {
	height: auto;
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    background-color: #006CA5;  /* #028CDC; lichtblauw*/
    color: #FFFFFF;
    margin-top: 0;
    padding: 10px;
	/*float: left;*/
}


#container {
	margin-left: auto;
	margin-right:auto;
	padding:20px 10px 20px 10px;
    width: 1200px;
/*	width: 100%;
    max-width: 1200px;  */
	background-color: #FFFFFF;
    color: #333333;
}

#mainContent {
	text-align: left;
	background-color: #FFFFFF;
    margin-top:10px;
	float: left;
	width: 100%;
}

#boven {
  position: fixed;
/*  position: -webkit-sticky;
  position: sticky; */
  top: 10px;
  left: 50px;
  width: auto;
  height: auto;
  text-align: left;
  padding: 10px;
  z-index: 999;
}

#boven2 {
  position: fixed;
/*  position: -webkit-sticky;
  position: sticky; */
  top: 80px;
  left: 50px;
  width: auto;
  height: auto;
  background-color: #FFFFFF;
  text-align: left;
  padding: 10px;
  z-index: 999;
}

#boventitel {
  position: fixed;
/*  position: -webkit-sticky;
  position: sticky; */
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  text-align: center;
  padding: 10px;
  z-index: 99;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: thin;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
}

#boventitel td {
  margin: 5px 20px;
}

#onder {
  position: fixed;
/*  position: -webkit-sticky;
  position: sticky; */
  top: 20px;
  right: 50px;
  width: auto;
  height: auto;
  background-color: #FFFFFF;
  text-align: right;
  padding: 10px;
  z-index: 999;
}

#blockLeft {
	background-color: #FFFFFF;
	clear: none;
	float: left;
	width: 45%;
	height: auto;
	padding:10px;
}

#blockRight {
	background-color: #FFFFFF;
	clear: none;
	float: right;
	width: 45%;
	height: auto;
	padding:10px;
    margin-left: 10px;
}

#blockTotal {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding:5px;
}

#blockTotal_blue {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
    margin: 5px 0px 10px 0px;
	padding-top:0px;
    padding-bottom:0px;
    background-color: #FFFFFF; /*#D8E0F3; /* #BEC6D9; iets donkerder */
    color: white;
    font-size: 16px;
    border: 2px #006CA5 solid;
    border-radius: 25px;
    box-shadow: 5px 5px 5px #AAAAAA;
}
#blockTotal_blue h1 {
	font-size:16px;
	font-weight:bold;
/*    color: #000000;
    background-color: #E1E9FD;  */
    color: #FFFFFF;
    background-color: #006CA5; /*#336699; */
    margin: 30px 0px;
    padding: 10px 20px;
}

#blockTotal_blue img {
    padding-top: 10px;
}

#blockTotal_blue p {
	font-size:13px;
    color: #FFFFFF;
    background-color: #006CA5; /*#336699; */
    margin: 10px 0px;
    padding: 5px 10px;
}

#blockComTotal {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding:5px;
    text-align: left;
}

#blockTotal li {
	font-size:12px;
	color: #333333;
	line-height: 1.8;
    margin-bottom: 10px;
}

#blockBottom {
	background-color: #EFEFEF;
	border: 1px solid #999999;
    border-radius:5px;
	clear: none;
	margin:10px 20px 10px 5px;
	float: left;
	width: 280px;  /*160px; */
	height: 220px;
	padding:2px 2px 2px 2px;
}

#blockBottomDouble {
	background-color: #EFEFEF;
	border: 1px solid #999999;
    border-radius:5px;
	clear: none;
	margin:10px 20px 10px 5px;
	float: left;
	width: 320px;
	height: 220px;
	padding:2px 2px 2px 2px;
}

.blocktitle {
	color:#101010;
	font-size:16px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #d8dfe6;
}

.blocktitle-red {
	color:#FFFFFF;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:5px;
	*margin-left: -5px;
	background-color: #FF6600;
}

.blocktitle-light {
    color:#FFFFFF;
	font-size:12px;
    font-weight: bold;
    margin: 2px;
/*	margin:2px 2px 2px 2px; */
	padding:5px;
	background-color: #006CA5 /* #009ae1; menu-blauw*/
}
.grey_block {
	float: left;
    width: auto;
	padding: 10px;
	margin: 5px 5px 5px 5px ;
    border: 1px solid #777777;
    border-radius: 5px;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
    margin: 10px 20px 10px 10px;
	padding:5px;
    background-color: #006CA5;
    color: #FFFFFF;
	font-size:12px;
}

#footer a {
	font-size:13px;
    color: #DFDFDF;
/*    text-decoration: underline;*/
}

#footcontainer {
	margin-left: auto;
	margin-right:auto;
	padding:5px 20px 5px 10px;
	width: 100%;
    max-width: 1000px;
	text-align: left;
}

#footerLeft {
	clear: none;
	float: left;
	width: 40%;
	height: auto;
	padding:5px 20px;
}

#footerRight {
	clear: none;
	float: right;
	width: 40%;
	height: auto;
	padding:5px 20px;
}

.content_block {
	float: left;
/*    min-width: 300px;*/
    width: 90%;
    clear: none;
	padding: 10px;
    color: #777777;
	/*margin: 5px;*/
}

input {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	color: #333333;
}

#button {
  clear: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #023d57;
	-webkit-box-shadow: 3px 4px 0px 0px #023d57;
	box-shadow: 3px 4px 0px 0px #023d57;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #71b9d6), color-stop(1, #006CA5));
	background:-moz-linear-gradient(top, #71b9d6 5%, #006CA5 100%);
	background:-webkit-linear-gradient(top, #71b9d6 5%, #006CA5 100%);
	background:-o-linear-gradient(top, #71b9d6 5%, #006CA5 100%);
	background:-ms-linear-gradient(top, #71b9d6 5%, #006CA5 100%);
	background:linear-gradient(to bottom, #71b9d6 5%, #006CA5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b9d6', endColorstr='#006CA5',GradientType=0);
	background-color:#71b9d6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 33px;
	text-decoration:none;
	text-shadow:0px 1px 0px #035a80;
    margin-bottom: 10px;
}

.myButton a {
  color: #FFFFFF;
  text-decoration:none;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006CA5), color-stop(1, #71b9d6));
	background:-moz-linear-gradient(top, #006CA5 5%, #71b9d6 100%);
	background:-webkit-linear-gradient(top, #006CA5 5%, #71b9d6 100%);
	background:-o-linear-gradient(top, #006CA5 5%, #71b9d6 100%);
	background:-ms-linear-gradient(top, #006CA5 5%, #71b9d6 100%);
	background:linear-gradient(to bottom, #006CA5 5%, #71b9d6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006CA5', endColorstr='#71b9d6',GradientType=0);
	background-color:#006CA5;
}
.myButton:active {
	position:relative;
	top:1px;
}

.lib_button {
    font-family: 'Montserrat', sans-serif;
    background-color: #006CA5; /* ditum */
    padding: 5px;
    color: white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    border-top: none;
    line-height: 15px;
    min-width: 90px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.lib_button a {
    color: white;
	text-decoration:none;
}
.lib_button a:hover {
    color: white;
	text-decoration:none;
}

.lib_button_red {
    background-color: #D60008;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    border-top: none;
    line-height: 15px;
    min-width: 90px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.lib_button_green {
    background-color: green;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    border-top: none;
    line-height: 15px;
    min-width: 90px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.lib_button_grey {
    background-color: #FFFFFF;
    padding: 3px;
    color: #333333;
    border: 1px solid #000000;
    line-height: 16px;
    min-width: 85px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.info {
   margin: 0px;
	/*margin-top: 1px;
	margin-right: 1px;
	/*margin-right: -5px;*/
    background-color: #009ae1;
    color: #fff;
    font-size: 10px
}

.grijs {
	background-color: #e7e7e7;
}
.geel {
	background-color: #FFFFCC;
}
.grijsinv {
	background-color: #777777;
    color: #FFFFFF;
}

.paars {
    width: 100%;
    height: auto;
	background-color: #6C7EB7;
    text-align: center;
    padding: 0px;
}

.submit {
	margin-top: 1px;
	*margin-right: -5px;
	background-color: #666666;
	color: #FFFFFF;
    border: 2px;
    border-style: solid;
    border-color: #999999;
    border-radius:5px;

}

.input_submit {
	margin-top: 1px;
	margin-right: -1px;
	background-color: #666666;
	color: #FFFFFF;
}

.input_text {
	font-size: 10px;
	color: #000000;
}

.softtext {
	font-size:12px;
	color: #333333;
	*margin-left: 0px;
	line-height: 1.2;
}

#st_ie7 {
	*padding-left: 0px;
}

.zoek {
	width:100%;
	margin: -10px;
	font-size: 12px;
}

#search_button {
	margin-right: -5px;
	*margin-right: -2px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.formule {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.formule_img{
    width:100%;
    max-width:600px;
}

.profiel_img{
    width:100%;
    max-width:100px;
    min-width: 50px;
}

.symbool {
    padding:0px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #blockTotal {
      margin:0px;
  	padding:0px;
  }

 #blockLeft {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding:0px;
  }
  #blockRight {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding:0px;
  }

  #header {
  	height: 20px;
      width: 100%;
      margin-top:0px;
      background-image:none;
      font-size: 24px;
      background-color: #FFFFFF;
  	/*float: left;*/
  }

  #header h1 {
    font-size: 15px;
     color: #AAAAAA;
     text-shadow: none;
     margin-top: 20px;
     text-align: center;
  }

 #footerLeft {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding:0px;
  }

  #footerRight {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding:0px;
  }

  #boven {
    position: static;
    width: 100%;
    border: none;
  }

  #boventitel {
    position: static;
	float: left;
    border: none;
    box-shadow: none;
    width: 100%;
    margin: 0px;
  }

  #onder {
    position: static;
	clear: both;
	float: left;
    width: 200px;
    border: none;
  }

  #signup {
 width: 100%;
/* box-shadow: none;
 position: relative; */
  }

}

