body {
  margin: 20px auto;
  background: #e7e7e7 url('../assets/body_bg.jpg') repeat-x;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size : 70%;
  color: #000000;
}

a {
  color: #002d70;
  outline:0;
}

a:hover {
  color: #4f77b2;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 23px;
  line-height: 110%;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: left;
  margin-bottom: 3px;
  clear: both;
}

form {
  line-height: 100%;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 8px 10px 8px 40px;
  margin-bottom: 3px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 10px 8px 40px;
  margin-bottom: 3px;
}

.formfield {
  background-color: #fff;
  border: 1px solid #727272;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #eb7b8a;
}

.formbutton {
  color: #fff;
  background: #002d70;
  border: 1px solid white;
  font-size: 90%;
}

#container {
  margin: auto;
  width: 980px;
}

#menu {
  width: 980px;
  height: 46px;
  position: relative;
}

#menu img {
  position: absolute;
  border: 0px;
  bottom: 0px;
  left: 0px;
}

#content {
  width: 980px;
  background: url('../assets/content_bg.jpg') repeat-y;
}

#content_left {
  float: left;
  width: 532px;
}

#content_left_top {
  width: 532px;
  height: 5px;
  overflow: hidden;
  background: url('../assets/content_left_top.jpg') repeat-x;
}

#content_left_inhoud {
  padding: 20px;
  line-height: 140%;
  text-align: justify;
  width: 430px;
}

#uitklap_div {
  
}

#uitklap_div  a {
  text-decoration: none;
}

.subitem {
  padding-left: 10px;
}

#content_right {
  float: left;
  width: 448px;
}

#flash_block {
  width: 448px;
  height: 476px;
  overflow: hidden;
}

#content_right_inhoud h2 {
  line-height: 125%;
}

#content_right_inhoud {
  padding: 10px;
  /*font-size: 90%;
  /line-height: 130%;*/
}

#footer {
  clear: both;
  background: #727272;
  color: white;
  width: 532px;
  font-size: 90%;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
}

#footer a {
  color: white;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

#footer a:hover {
  color: #e7e7e7;
}

.cleaner {
  clear: both;
}
