body {
  margin: 0;
  background-color: #eee;
  font: 11px "Trebushet", verdana;
  text-align: center;
  background-image: url('img/achter.gif');
  background-position: left top;
  background-repeat: repeat-x;
}

a {
  color: #000; 
  text-decoration: none;
  font-weight: bold;
} 

a:hover {
  color: #999; 
  text-decoration: none;
  font-weight: bold;
} 

h1 {
  color: #0f479b;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 24px;
}

h2 {
  color: #2b71db;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: normal;
}

h3 {
  color: #679bea;
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: normal;
}

td {
  font: 11px "Trebushet", verdana;
  line-height: 15px;
}

#container {
  margin: 0 auto;
  width: 737px; 
  text-align: left;
}

#logo {
  text-align: right;
}

#wit {
  background-color: #fff;
}

#navigatie {
  margin-bottom: 8px;
  width: 460px;
}

#navigatie a {
  margin-right: 6px;
}

#content {
  background-image: url('img/spiegel.jpg');
  background-position: left top;
  background-repeat: no-repeat;
}

#blok {
  margin: 75px;
  margin-left: 40px;
  border-left: 20px solid #a5e100; 
  padding: 15px;
  background-color: #fff;
} 