html
{
  margin: 0px;
  padding: 0px;
  background: #DDDDDD url("../img/background.jpg") fixed no-repeat;
  background-size: cover;
}

body
{
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 1265px;
}

.topbanner
{
  float: right;
  height: 150px;
  width: 100%;
  background: #8888DD url("../img/Topbanner.png") no-repeat;
  text-align: right;
}
/*
.topbanner img
{
  width: 100%;
  height: 100%;
}
*/
.topbanner h1
{
  color: #3344FF;
  font-size: 5em;
  margin: 0;
  padding-right: 25px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 2px 2px 2px #0011DD;
  display: inline-block;
}

.topbanner h2
{
  color: #3344FF;
  font-size: 3em;
  margin: 0;
  padding-right: 25px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 2px 2px 2px #0011DD;
  display: inline-block;
}
/*
.menubar
{
  height: 21px;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  background: #99AABB;
  text-align: center;
}

.menubar li
{
  float: left;
  width: 120px;
  position: relative;
}

.menubar li a
{
  background: #AABBCC;
  color: #EEEEEE;
  display: block;
  margin: 1px;
  text-decoration: none;
  outline: 1px solid #99AABB;
  border-top: 1px solid #BBCCDD;
  border-left: 1px solid #BBCCDD;
}

.menubar li a:hover
{
  background: #8899AA;
  border-top: 1px solid #778899;
  border-left: 1px solid #778899;
}

.menubar ul {
  display: none;
  position: absolute;
  margin-left: 0px;
  list-style: none;
  padding: 0px;
}

.menubar ul li {
  width: 150px;
  float: left;
}

.menubar ul a {
  display: block;
  height: 18px;
  text-decoration: none;
}
*/

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: "";
  clear: both;
  display: block;
}

nav ul li {
	float: left;
}
	
nav ul li:hover {
  background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}

nav ul li:hover a {
	color: #fff;
}
	
nav ul li a {
	display: block;
  padding: 14px 40px;
	color: #757575;
  text-decoration: none;
  white-space: nowrap;
}

nav ul ul {
	background: #5f6975;
  border-radius: 0px;
  padding: 0;
	position: absolute;
  top: 100%;
}

nav ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}

nav ul ul li a {
	padding: 14px 40px;
  /*text-wrap: none;*/
	color: #fff;
}	

nav ul ul li a:hover {
	background: #4b545f;
}

nav ul ul ul {
	position: absolute;
  left: 100%;
  top:0;
}

nav ul:first-child {
  width: 1225px;
  font-family: Arial, Verdana, sans-serif;
}

nav div {
  display: list-item;
  float: right;
  margin: 12px 0px;
}

nav div input {
  width: 162px;
}

nav div button {
  height:100%;
}

.leftdiv
{
  min-height: 1px;
  width: 17%;  
  
  float: left;
  text-align: center;
}

.leftdiv div
{
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(160, 210, 250);
  /* RGBa with 0.6 opacity */
  background-color: rgba(160, 210, 250, 0.6);
  padding: 1px 0 0;  
}

.leftdiv ul
{
  display: block;
  /*padding: 0 16px;*/
  margin: 0px;
  padding: 0px;
}

.leftdiv ul li
{
  display: block;
  /*padding: 5px 10px;*/  
}

.leftdiv p
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #001380;
}

.leftdiv a
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.9em;
  color: #001380;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  border-top: 2px solid rgba(125, 150, 180, 0.6);
}

.leftdiv a:hover
{
  /*color: rgb(0, 40, 205);*/
  background: rgb(105, 127, 150);
  border-top: 2px solid rgb(70, 85, 100);
}

.centerdiv
{
  min-height: 350px;
  width: 66%;
  float: left;
}

.rightdiv
{
  min-height: 1px;
  width: 17%;
  
  float: left;
  text-align: justify;
}

.rightdiv div
{
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(160, 210, 250);
  /* RGBa with 0.6 opacity */
  background-color: rgba(160, 210, 250, 0.6);
  padding: 1px 0 0;  
}

.rightdiv ul
{
  display: block;
  /*padding: 0 16px;*/
  margin: 0px;
  padding: 0px;
}

.rightdiv ul li
{
  display: block;
  /*padding: 5px 10px;*/
}

.rightdiv p:first-child
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #001380;
  text-align: center;
}

.rightdiv p:last-child
{
  margin-bottom: 1em;
}

.rightdiv a
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.9em;
  color: #001380;
  display: block;
  padding: 3px 6px;
  text-decoration: none;
  border-top: 2px solid rgba(125, 150, 180, 0.6);  
}

.rightdiv a p
{
  margin: 0;
}

.rightdiv a p:first-child
{
  margin-top: 1em;
}

.rightdiv a:hover
{  
  background: rgb(105, 127, 150);
  border-top: 2px solid rgb(70, 85, 100);
}

.maindiv
{
  min-height: 400px;
  background: #EEEEEE;
  padding: 10px 25px 25px;
}

.maindiv p
{
  text-align: justify;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.9em;
}

.maindiv h1
{
  font-family: Arial, Verdana;
  display: inline-block;
}

.maindiv h2
{
  font-family: Arial, Verdana;
}

.maindiv h3
{
  font-family: Arial, Verdana;
}

.maindiv h4
{
  font-family: Arial, Verdana;
}

.maindiv h5
{
  font-family: Arial, Verdana;
  font-size: .95em;
  margin-bottom: 0;
}

.maindiv img
{
  max-width: 100%;
}

.center
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centeredimgdiv
{
  width: 50%;
  
  margin-left: auto;
  margin-right: auto;
}

.centeredimgdiv img
{
  width: 100%;
}

.regiolinks
{
  width: 100%;
  text-align: center;
}

.regiolinks a
{
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

.regiolinks img
{
  width: 100%;
}

.tboverzicht a
{
  color: #000099;
}

.tboverzicht a:hover
{
  color: #0000EE;
}

.tdtitel p
{
  font-size: 1.2em;
  text-decoration: bold;
  margin: 1.2em 0 0.5em 0.5em;
}

.tboverzicht tr:first-child td:first-child p
{
  margin-top: 0.5em;
}

.tdimg
{
  width: 30%;
}

.tdimg img
{
  width: 100%;
}

.twoimgdiv
{
  width: 100%;
}

.twoimgdiv img
{
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

.twoimgdiv img:first-child
{
  margin-right: 1%;
}

.threeimgdiv
{
  width: 100%;
}

.threeimgdiv img
{
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.threeimgdiv img:first-child
{
  margin-right: .5%;
}

.threeimgdiv img:last-child
{
  margin-left: .5%;
}

.twooneimgdiv
{
  width: 100%;
}

.twooneimgdiv div:first-child
{
  width: 46.5%;
  display: inline-block;
  vertical-align: top;
  margin-right: .5%;
}

.twooneimgdiv div:first-child img:first-child
{
  margin-bottom: 4px;
}

.twooneimgdiv div:last-child
{
  width: 53%;
  display: inline-block;
  vertical-align: top;
}

.trow
{
  display: table-row;
}

.tcell
{
  display: table-cell;
  
}

.tcell img
{
  vertical-align: top;
}

.trow .tcell:first-child p
{
  margin-right: 5px;
}

.tcell p:first-child
{
  margin-top: 0px;
}

.tcell p:last-child
{
  margin-bottom: 0px;
}

.width10
{
  width: 10%;
}

.width20
{
  width: 20%;
}

.width25
{
  width: 25%;
}

.width30
{
  width: 30%;
}

.width40
{
  width: 40%;
}

#output1
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.9em;
}

#output1 table
{
  width: 60%;
}

#output1 tr td:first-child
{
  width: 25%;
}

#output1 tr input
{
  width: 100%;
}

#output1 textarea
{
  padding: 1px;
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
}

.redborder
{
  border: 2px solid;
  border-color: red;
}

.ablue
{
  color: #000099;
}

.ablue:hover
{
  color: #0000EE;
}

.searchTitle td
{
  padding-top: 1em;
}

.searchDesc td:last-child
{
  padding-bottom: 1em;
}

.infosource
{
  text-align: right;
}

.tblOffice
{
  width: 100%;
}

.tblOffice tbody tr td:first-child
{
  width: 30%;
}
#googlecontainer
{
  position: fixed;
  left:8%;
  top:4%;
  right:8%;
  bottom:4%;
  background: #333;
}
#googlediv
{
  float: right;
  position: absolute;
  top: 21px;
  left: 0%;
  right: 0%;
  bottom: 0%;
  /*
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  
  left:10%;
  right:10%;
  background: yellow;*/
}

#googleroute
{
  height: 400px;
  left: 0%;
  right: 0%;
}

#googleroute img
{
  max-width: none;
}

.radioroute
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.8em;
  background: #BBF;
  padding-right: 5px;
  z-index: 10;
  position: absolute;
  top: 870px;
  margin-left: 10px;
  border-bottom: 2px solid #99D;
  border-right: 2px solid #99D;
  border-top: 2px solid #DDF;
  border-left: 2px solid #DDF;
}

.radioroute input
{
  
}

.hidden
{
  display: none;
  z-index: -1;
}

.popup
{
  display: block;
  z-index: 999;
}

.closebtn
{
  top: 0px;
  float: right;
  padding: 0px 5px 2px 5px;
}

.btnMap
{  
  background: url("http://www.google.com/images/branding/lockups/1x/lockup_maps_color_131x24dp.png");
  height: 28px;
  width: 135px;
  padding:0px;
  display: inline-block;
  top: 0px;
  float:right;
}

#mask
{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.blackmask
{
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(25, 25, 25);
  /* RGBa with 0.6 opacity */
  background-color: rgba(25, 25, 25, 0.6);
}

.nomask
{
  display: none;
}

.red
{
  background: rgb(200, 50, 50);
}

.white
{
  background: rgb(255, 255, 229);
}

.blue
{
  background: rgb(85, 115, 164);
}

.hide
{
  display: none;
}