body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
  font-size: 13px;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5em;
}

hr {
  color: #006600;
}

td {
  vertical-align: top;
}

img {
  border: 0;
}

.noot {
  font-size: 0.8em;
  font-weight: normal;
}

.button {
    background-color: #0457a5;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
}

#container {
  background-color: white;
  position: relative;
  width: 640px;
  margin: 0 auto;
  border: solid thin #006600;
}

#header {
  position: relative;
  background-image: url('../img/header.jpg');
  background-repeat: no-repeat;
  padding: 265px 40px 0 40px;
  font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
  font-size: 30px;
  color: #0457a5;
  font-style: italic;
  font-weight: bold;
}

#footer {
  position: relative;
  background-image: url('../img/footer.jpg');
  background-repeat: no-repeat;
  height: 255px;
}

#tekst {
  position: relative;
  padding: 40px 40px 0px 40px;
}
