/* nieuws.css*/

div.nieuwsContent {
  position: relative;
  margin-top: 20px;
  padding: 0 40px 15px 40px;
  overflow: auto;
  height: 330px;
  border: thin groove #efcd8f;
}

h2.nieuwsTitel {
  font: normal bold 12pt/14pt serif !important;
  margin: 15px 0 5px 0;
  color: #efcd8f;
}

div.nieuwsDatum {
  text-align: left;
  color: #B2CAEE;
  font: normal normal 10pt/12pt monospace !important;
}

p.nieuwsBeschrijving {
  margin: 2px 0;
  color: #fffff0;
  font: normal normal 12pt/14pt serif !important;
}

a.navLink {
  color: #efcd8f;
  font-style: italic;
  font-size: 90%;
}

div.navBar {
  float: left;
  padding: 5px 0 5px 5px;
  font: normal normal 80% sans-serif;
}

span.navSelected {
  color: #fffff0;
  font-weight: bold;
}

a.navAvailable {
  color: #efcd8f;
  font-weight: normal;
}

div#searchbox {
  float: right;
  padding-top: 5px;
}

div#searchbox input#searchbtn {
  border-color: #C27A57;
  color: #6E0061;
  background-color: #efcd8f;
}