body, button, html, input, select, td, textarea, th {
  color: #000;
  font: 12px/1.3 Arial, Verdana, sans-serif;
}

a {
  color: #1d3e96;
}

a img {
  border: none;
}

body, html {
	margin: 0;
	padding: 0;
}

body {
  background: #f1f1f1 url(/img/whitebar-bkg.gif) repeat-x top;
}

button {
  cursor: pointer;
}

fieldset, form {
	border: none;
  margin: 0;
  padding: 0;
}

form p {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

h1 {
  color: #1d3e96;
  font-size: 1.8em;
  line-height: normal;
  margin-top: 0;
}

h2 {
	font-size: 1.1em;
}

input, select, textarea {
}

input {
  line-height: normal;
  width: 260px;
}

label {
	cursor: pointer;
}

legend {
  display: none;
}

li, dd, blockquote {
	margin-left: 1em;
}

td, th {}

#container {
  margin: auto;
  width: 980px;
}

#content {
  margin-bottom: 4px;
  padding-left: 20px;
  text-align: justify;
}

#header {
  height: 150px;
  margin-bottom: 5px;
  position: relative;
}

#header a {
  color: #000;
}

#header p {
  margin: 0;
  position: absolute;
  right: 0;
  top: 40px;
}

#logo {
  left: 40px;
  position: absolute;
  top: 33px;
}

#main {
  min-height: 350px;
  overflow: auto;
}

#nav {
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  min-height: 296px;
  position: relative;
  width: 400px;
  z-index: 1000;
}

#nav a {
  color: #fff;
  display: block;
  padding-left: 10px;
  text-decoration: none;
}

#nav a:hover, #nav .active-item a {
  background: #fff;
  color: #1c3e97;
}

#nav li {
  background: #1c3e97;
  border: 1px solid #bbb;
  display: block;
  height: 20px;
  line-height: 20px;
  list-style: none;
  margin: 0 0 10px 0;
  width: 218px;
}

#nav ul, #nav-sub-dummy {
  background: #fff;
  border: 1px solid #bbb;
  font-size: 0.9em;
  height: 100%;
  left: 224px;
  margin: 0;
  padding: 0.5em 7px;
  position: absolute;
  top: 0;
  width: 160px;
}

* html #nav ul {
	height: 296px;
}

#nav ul a {
  color: #1d3e96;
  display: inline;
  padding: 0;
}

#nav ul a:hover {
  text-decoration: underline;
}

#nav ul li {
  background: #fff;
  border: none;
  height: auto;
  margin: 0;
  width: 100%;
}

#nav ul ul {
  border: none;
  height: auto;
  padding: 0 0 0 7px;
  position: static;
  width: 100px;
}

#nav ul ul a {
  color: #000 !important;
  font-weight: normal;
}

#nav ul ul li {
  font-size: 1.1em;
  line-height: 1.1em;
}

#nav-container {
	float: left;
	height: 100%;
	position: relative;
}

#nav-sub-dummy {
  height: 296px;
  z-index: 1 !important;
}

#photos {
  height: 120px;
  margin-left: 4px;
}

#photos div {
  background: #fff;
  border: 1px solid #bbb;
  float: left;
  height: 100%;
  margin-right: 3px;
  position: relative;
  text-align: center;
  width: 188px;
}

#photos div img {
	left: 0;
	position: absolute;
	top: 0;
}

#photos .last-item {
  margin-right: 0 !important;
}

#styleswitch {
  height: 28px;
  margin: 0 0 2px 0;
  position: relative;
}

#styleswitch img {
  position: absolute;
}

#sw-small {
  /*right: 80px;*/
  right: 43px;
  top: 7px;
}

#sw-medium {
  /*right: 43px;*/
  right: 0;
  top: 3px;
}
/*
#sw-large {
  right: 0;
}
*/
#wrapper {
  float: left;
  width: 580px;
}

.form-errors {
  border: #f00 2px solid;
	margin: 5px 0;
	padding: 0;
}

.form-errors li {
  color: #f00;
  font-size: 11px;
	line-height: 14px;
	margin: 2px 30px;
}

.form-errors li span {
	color: #4C4C4C;
	font-style: italic;
}

.form-errors p {
	background: url(/img/error.gif) no-repeat 10px 3px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 2px 30px;
}

.form-errors ul {
	margin: 5px 0;
}

.form-label {
  float: left;
  width: 150px;
}

.form-row {
  clear: both;
  margin-bottom: 3px;
}

.form-radios {
	clear: both;
}

.form-radios .form-label {
	float: none;
	width: 410px;
}

.form-radios input {
	clear: left;
	float: left;
	width: auto;
}

.form-radios label {
	display: block;
	height: 20px;
}

#anders_namelijk {
	clear: both;
}

.verplicht {
  color: #f00;
}