.tekst {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	line-height: 17px;
	text-transform: none;
	list-style-position: inside;
	list-style-type: disc;

}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	color: #014D87;
	text-transform: uppercase;
	text-align: right;



	
	
}
ul#menu {
  width: 500px;
  list-style-type: none;
  border-top: 10px;
  margin: 10px;
  padding: 0;

  position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 10px;
  padding: 2px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-style: 600;
  font-size: 11px;
  line-height : 25px;
  color: #006699;
}

ul#menu li {
  border-bottom: none;
  line-height: 15px;
}

ul#menu ol li {
  font-family: verdana, sans-serif;
  font-style: 600;
  font-size: 11px;
  line-height : 15px;
  color: #ffffff;
}

ul#menu ol li:before {
  font-family: verdana, sans-serif;
  font-style: 600;
  font-size: 11px;
  line-height : 20px;
  color: #ffffff;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #000000;
  font-style: 600;
}

ul#menu a.active {
	color: #006699;
	font-weight: 600;
	
}

.tekstcursief {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	line-height: 15px;
	font-variant: normal;

}
.tekstbold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	line-height: 20px;
	text-transform: capitalize;
}
.adres {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;

}
.adresbold {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	color: #006699;
	text-decoration: none;
	line-height: 20px;
	font-variant: normal;
	text-transform: uppercase;
}
.tekstonderstreept {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
}

.transparant {
opacity:.80;
filter: alpha(opacity=80);
 -moz-opacity: 0.8;
 }

