body
{
	margin: 0px;
	background: url(../images/back.gif) repeat-y center #EFF8EE;
}

form
{
  margin:0px;
}

body, table, td, tr, a, h, textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a
{
  font-weight: bold;
  color: #015085;
}

a:hover
{
  font-weight: bold;
  color: #54B04F;
}

.rechtsgroen
{
  font-weight: bold;
  color: #54B04F;
}

.rechtslink
{
  font-weight: bold;
  color: #000000;
}

.input
{
  width: 170px;
  border: solid 2px #87C883;
}

.inputover
{
  width: 170px;
  border: solid 2px #015289;
}

.inputbig
{
  width: 270px;
  border: solid 2px #87C883;
}

.inputbigover
{
  width: 270px;
  border: solid 2px #015289;
}

.textarea
{
  width: 100%;
  height: 100px;
  border: solid 2px #87C883;
}

.textareaover
{
  width: 100%;
  height: 100px;
  border: solid 2px #015289;
}

.verzenden
{
  width: 84px;
  height: 26px;
  border: 0px;
  background-color: #FFFFFF;
  background-image:  url(../images/buttons/verzenden.gif);
  cursor: pointer;
}

.verzendenover
{
  width: 84px;
  height: 26px;
  border: 0px;
  background-color: #FFFFFF;
  background-image:  url(../images/buttons/verzendenover.gif);
  cursor: pointer;
}

.zoeken
{
  width: 78px;
  height: 26px;
  border: 0px;
  background-color: #FFFFFF;
  background-image:  url(../images/buttons/zoeken.gif);
  cursor: pointer;
}

.zoekenover
{
  width: 78px;
  height: 26px;
  border: 0px;
  background-color: #FFFFFF;
  background-image:  url(../images/buttons/zoekenover.gif);
  cursor: pointer;
}

.footer
{
  font-size:9px;
  color:#015289;
  font-weight:bold;
}

.subnav
{
  text-decoration: none;
  color: #FFFFFF;
}

.subnav:hover
{
  color: #BBE2B7;
}