/*

donkergrijs border: rgb(160, 160, 140)
donkergrijs titeltekst/menu rgb(102, 102, 102)
grijs rgb(191, 191, 191)
roze tekst rgb(254, 0, 182)
einde verloop rgb(195, 195, 18),nieuw: rgb(203, 206, 189)
*/
body, select, input
{
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 14pt;
	letter-spacing: normal;
	word-spacing: normal;
/*
  border-width: 5px;
	border-color: rgb(160, 160, 140);
	border-style: solid;
	border-radius: 10px 10px;
*/
}

#top
{
  border-width: 5px;
	border-color: rgb(160, 160, 140);
	border-style: solid;
	/* border-radius: 10px 10px; */
	width: 850px; /* 838px; */ 
	background-color: rgb(203, 206, 189);
	background-image: url(verloop550x1px.jpg);
	background-repeat: repeat-x;

  margin-left: auto;
  margin-right: auto;
 
  position: relative;
/*  bottom: -180px;*/

}

#rightbox
{
  display: block; 
  position: relative; 
  top: -190px;
  left: 180px;
  width: 650px;
}

.vakje
{
	border-width: 1px;
	border-color: rgb(191, 191, 191);
	border-style: solid;
	/* border-radius: 10px 10px; */
	padding: 5px;
	margin: 5px;
	background-color: white;
}

input, select
{
	border-width: 1px;
	border-color: rgb(191, 191, 191);
	border-style: solid;
	/* border-radius: 10px 10px; */
	background-color: white;
  border-collapse: collapse;
  margin: 1px; /* compensatie voor .invalidValue border */
}

.pijltje
{
	border-width: 1px;
	border-color: rgb(191, 191, 191);
	border-style: solid;
  margin-left: 0px;
  margin-bottom: -5px;
  padding-bottom: 2px;
  cursor: pointer;
  cursor: hand; /* non-standard */
}

.menu
{
	border-style: none;
  font-weight: bold;
}

.menu .menuitem
{
  margin-bottom: 8px;
  margin-left: 25px; /* align met tekst in header */
}

.menuitem a:link, .menuitem a:visited, .menuitem a:active
{
  text-decoration: none;
  color: rgb(102, 102, 102);
  background-color: transparent;
}

.menuitem a.active
{
  color: rgb(254, 0, 182);
  background-color: transparent;
}

.menuitem a:hover
{
  text-decoration: underline;
}

.kopje
{
  color: rgb(250, 0, 180);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 14pt;
	letter-spacing: normal;
	word-spacing: normal;
	margin-bottom: 15px;
}

.invalidValue, .status-error
{
	border-color: rgb(191, 0, 0);
	border-width: 2px;
	border-style: solid;
  border-collapse: collapse;
  margin: 0px;
}

.ttwwoo
{
  display: block; 
  text-align: right; 
  margin: 1px; 
  margin-right: 20px; 
  font-size: smaller;
  color: rgb(102, 102, 102);
}

.ttwwoo a
{
  text-decoration: none;
  color: rgb(102, 102, 102);
}

.ttwwoo a:hover
{
  text-decoration: underline;
}
