* {
  margin: 0;
  padding: 0;
}

body, html {
  font-family: tahoma, sans;
  font-size: 10pt;
}

#container {
  width: 100%;
  position:absolute;
  left: 50%;
  margin: 0 0 0 -395px;
  display: block;
  padding-left: 12px;
}

#header {
  width: 800px;
  height: 238px;
  background-image: url('images/header4.png');
  background-repeat: no-repeat;
  margin-left: -12px;
}

/* Menu begin */
.menu {
  width: 207px;
  height: 280px;
  background-image: url('images/menu.png');
  background-repeat: no-repeat;
}

#menucontainer {
  width: 207px;
  float: left;
}

.menu h1 {
  font-family: serif, times new roman, tahoma, sans;
  font-size: 15pt;
  font-weight: 500;
  color: #484848;
  padding-left: 21px;
  padding-top: 13px;
}

.menu ul {
  font-size: 11pt;
  padding-left: 15px;
  padding-top: 8px;
  list-style-type: none;
}

.menu a {
  color: #000;
  text-decoration: none;
}

.menu a:hover {
  color: #ff0042;
  font-weight: bolder;
}

input, select, option, textarea {
  border: 1px solid #C0C0C0;
  margin: 1px;
}
/* Menu eind */

/* Inhoud begin */
.inhoudcontainer {
  margin-left: 220px;
  max-width: 560px;
}

.inhoud {
  width: 560px;
  min-height: 279px;
  background-image: url('images/inhoud.png');
  background-repeat: no-repeat;
}

/*\*/
* html .inhoud {
  height: 279px;
}
/**/

.inhoud a {
  color: black;
}

.inhoud a:hover {
  color: #ff0054;
}

.inhoud h1 {
  font-family: serif, times new roman, tahoma, sans;
  font-size: 15pt;
  font-weight: 500;
  color: #484848;
  padding-left: 25px;
  padding-top: 13px;
}

.inhoud p {
  margin-top: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.inhoud ul {
  margin-left: 50px;
  margin-top: 10px;
}

.img0 {
  float:left;
  margin-right: 5px;
  width: 192px;
  height: 127px;
  border: 0px;
}

.img1 {
  float:right;
  margin-left: 5px;
  width: 192px;
  height: 127px;
  border: 0px;
}
/* Inhoud eind */
/* Copyright begin */
#copyright {
  color: #787878;
  margin-top: 40px;
  margin-left: -10px;
  padding-top: 5px;
  background-image: url('images/footer.png');
  text-align: center;
  width: 800px;
  height: 22px; 
}

#copyright a {
  color: #9C9C9C;
}

#copyright a:hover {
  font-weight: bold;
}
/* Copyright eind */
