html {
  margin: 0;
  padding: 0;
  font-family: Calibri, Arial;
  font-size: 14px;
  text-align: justify;
  background-color: #3876a7;
  height: 100%;
}

body {
  width: 950px;
  min-height: 100%;
  margin: 0px auto 0 auto;
  padding: 0;
  background-color: #ffffff;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: #024080;
}

a:visited {
  text-decoration: none;
  color: #024080;
}

a:hover {
  text-decoration: underline;
  color: #ff6701;
}

h1, h2, h3, h4, h5, h6 {
  color: #0f4d8d;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0;
  padding-top: 0;
}

h2 {
  color: #ff6701;
  margin-bottom: 16px;
}

form {
  text-align: left;
}

form label {
  display: block;
  float: left;
  width: 163px;
}

form label, form input {
  margin-bottom: 8px;
}

form label[for=vraag] {
  display: inline;
  width: auto;
  float: none;
}

form input[type=text] {
  display: block;
  float: left;
  font-size: 16px !important;
}

form textarea {
width: 500px;
}

ul#menu + h2 {
  float: right;
  width: 516px;
  margin-bottom: 0;
}

h1#title {
  margin: 0;
  padding: 0;
  margin-left: 434px;
}

h1#title a {
  display: block;
  margin: 0;
  padding: 0;
  width: 516px;
  height: 140px;
  background-position: 0 10px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
}

h1#title a span {
  display: none;
}

div#content p:first-child img.kader {
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-box-shadow: 0 0 5px #0f4d8d;
  -webkit-box-shadow: 0 0 5px #0f4d8d;
  box-shadow: 0 0 5px #0f4d8d;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-top: -197px;
  margin-left: -225px;
  border-bottom: 2px solid #0f4d8d;
  border-left: 2px solid #0f4d8d;
  border-right: 2px solid #0f4d8d;
  margin-right: 16px;
}

img.kader {
  float: left;
  margin-right: 16px;
}

ul#menu {
  margin: 0;
  padding: 0;
  margin-top: -133px;
  width: 193px;
  float: left;
  list-style-type: none;
}

ul#menu li {
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 16px;
  text-align: left;
  width: 169px;
  background-image: url('../img/button/menu.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}
#menu li.current-page {
	background-image: url('../img/button/menu-actief.png');
}
#menu li:hover {
	background-image: url('../img/button/menu-actief.png');
}

#menu a {
	display: block;
	width: 145px;
	line-height: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 13px;
	margin-left: 8px;
	/*background-color: #185895;*/
	/*color: #bad2f4;*/
	background-image: url('../img/button/menu.png');
	background-repeat: no-repeat;
	background-position: -8px bottom;
}
#menu li.current-page a {
	background-image: url('../img/button/menu-actief.png');
	color: #ff6701;
}
#menu li a:hover {
	background-image: url('../img/button/menu-actief.png');
	text-decoration: none;
}

ul#menu li a:hover {
  color: #ff6701;
}

div#content {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  width: 500px;
  min-height: 300px;
  float: right;
  border-bottom: 1px solid #0f4d8d;
}

p#copyright {
  display: block;
  width: 950px;
  margin-right: -16px;
  margin-bottom: 0;
  padding: 10px;
  padding-top: 0;
  clear: right;
  color: #999999;
  text-align: left;
  font-size: 10px;
}


