/* CSS Document */

body {
  background-image: url(images/interface/background.jpg);
}

#zoekbalk {
  background-color: #E3FD61;
  border: 1px solid white; 
}

#paginanaam {
  color: white;
  font-family: verdana;
  font-size: 15px;
  font-style: bold;
}

.menuitemfirst {
  background-color: #303030;
}

.menuitem {
  background-color: #303030;
}

.menulink {
  font-family: verdana;
  font-size: 11px;
  color: white;
  text-decoration: none;
}

.menulink:hover{
  color: #FF66FF;
}

#menuwrapperleft {
  border: 1px solid white;
  background-color: #FF66FF;
}

#contentwrapper {
  border: 1px solid white;
  background-color: #F7DF7;
}

#menuwrapperright {
  border: 1px solid white;
  background-color: #FF66FF;
}

h2 {
  color: white;
  border: 1px solid white;
  font-size: 10px;
  font-family: verdana;
  background-color: #303030;
}

h3 {
  font-size: 10px;
  font-family: verdana;
  color: white;
}

h5 {
  color: white;
  background-color: #303030;
  font-size: 10px;
  font-family: verdana;
  border: 1px solid white;
}

h4 {
  font-size: 10px;
  font-family: verdana;
  color: white;
}

.h3list {
  font-size: 10px;
  font-family: verdana;
  color: white;
}

.h3list: hover {
  color: black;
}

a {
  font-size: 11px;
  color: white;
  text-decoration: none;  
}

a:hover {
  color: black;
}
