body {
  margin:0 auto; 
  background-color: #ffffff;
  background-image: url('../images/grey2.jpg');
  width: 760px;
  text-align: center;
  font-family:  "Comic Sans MS", Arial , sans-serif ;
  color: #000000;
  font-size: small
}

h1, h2, h3 {
  font-family: "Comic Sans MS", Arial , sans-serif;
}

h1{
    text-align: center;
    color: #0000ff;
    font-size: x-large;
}
h2 {
   text-align: center;
    color: #0000ff;
    font-size: large;
}

h3 {
   text-align: center;
   color: #0000ff;
   font-size: medium;
}
hr {
color: #00ff00;
}

th {
  text-align: center;
  background-color: #ff00ff;
  color: #ffff00;
}
td {
  vertical-align: top;
	padding: 5px;
}

li {
  padding-left: 5px;
}
ul.lah{
   list-style-image:url('../images/logo_klein.gif'); 
   list-style-type:square;
   padding: 0;
   padding-left: 20px;
   } 
ul.cirkel {
   list-style-image:url('../images/circle.gif'); list-style-type:circle  
   }   
table {
  border: 0px none;
}
img { border: 0; }
img.rechts {
  float: right;
  margin-left: 10px;
  }
.indent {
  margin-left: 2em;
}

.kolom1 {
  text-align: right;
  width: 150px;  } 
.kolom2 {
  text-align: left;
  width: 215px;  }
.kolom3 {
  text-align: left;
  width: 215px;  }

.nopad {
  margin-top: 0;
  }
    
.klein  { font-size: xx-small; }

td.tussen {
  text-align: center;
  background-color: #ffff00;
  color: #000000;
}

.red {
  color: red;  }

.blauw {
  color: blue;
}

#page {
  width: 760px;
  text-align: center;
}

#header {
  margin-top: 10px;
  width: 760px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#centercolumn { 
  float : right;
  width : 595px;
  margin-top : 10px;
  margin-bottom : 10px;
  padding: 5px;
  border: 0px solid #0000ff;
  text-align: left;
  bottom: 100px;
}

#side {
  float : left;
  width : 150px;
  padding-left: 5px;
  margin-top : 40px;
  text-align: left;
  border: 0px solid #0000ff;
  font-size: small;
  color: #ff0000;
}

#footer {
  margin-top: 20px;
  bottom: 100px;
  width: 760px;
  text-align: left;
  border: 0px solid #0000ff;
  padding: 5px;
} 
