/* cmsms stylesheet: navigatie modified: maandag 6 september 2021 10:13:04 */
#navbar{
  background: #e41e28 url('/images/nav_back.png') repeat;
  background-position: bottom left;
  height: 39px;
  text-decoration: none;
 
}
.navbar a{
 text-decoration: none;
}
.navbox{
  display: block;
  width: 117px;
  height: 39px;
  background: url("/images/navrollover.png") no-repeat 0 0;
  font: 14pt;
  float: left;
  text-align: center;
  color: #ffffff;
  line-height: 27pt;
  margin-right: 19px;
  text-decoration: none;
}
.navbox:hover{ 
  background-position: 0 -39px;
}
/* cmsms stylesheet: Plaatje 1 modified: maandag 6 september 2021 10:13:04 */
#picture{
	background: url('/images/picture1.jpg') no-repeat;
	width: 768px;
	height: 256px;
	clear: both;
}
