/*-----------------------misc--------------*/
h1 {
  color: red;
  font-size: 25pt;
}
h2 {
  text-decoration: underline;
  font-weight: bold;
  font-size: 15pt;
}
li, lu {
  font-weight: bold;
}
body {
  background-color: #3366ff;
  margin:0;
  padding:0;
}

.nadruk {
  color: red;
  font-style: italic;
}


/*-----------------------Table--------------*/

div#header {
  width: 70%;
}
div#header .col1 {
  width: 30%;
  float: left;
  height: 140px;
} 
div#header .col2 {
  color: #ffff33;
  font-size: 38px;
  text-align: center;
  float: left;
  width: 49%;
  height: 140px;
}
div#inhoud {
  width: 70%;
  clear:both;
}

div#inhoud .col11 {
  width: 20%;
  float: left;
  height: 50%;
}

div#inhoud .col12 {
  float: left;
  width: 79%;
  height: 50%;
}
div#voetregel {
  clear:both;
  text-align: center;
  font-style: italic;
}
/*-----------------------MENU--------------*/
div#menu {
  width: 180px;
  text-align: center;
  border: 1px solid #fff;
}
div#menu li a {
  border: 1px outset #010101;
  color: #646464;
  background-color: #fdfcfc;
  width: 180px;
  text-decoration: none;
  display: block;
}
div#menu li:hover a:hover {
  color: #646464;
  background-color: #83a2fd;
}
div#menu ul
{
  margin : 0px;
  padding: 0px;
}

