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

.adres
{
	color: #FFFFFF;
}

.adresgroot
{
	color: #FFFFFF;
	font-size: 13px;
}

.nav
{
	color: #5B5B5B;
	font-weight: bold;
	text-decoration:none;
}

.nav:hover
{
	color: #FF6E1B;
	font-weight: bold;
	text-decoration:none;
}

.actueellink
{
  color: #0D274D;
  font-size: 11px;
  font-weight: bold;
}

.actueellink:hover
{
  color: #FF6E1B;
  font-size: 11px;
  font-weight: bold;
}

.inputboxaantal
{
  background-repeat:      no-repeat;
  background-attachment:  fixed;
  background-position:    left;
  width:                  100px;
  height:                 27px;
  border:                 1px SOLID #99B0D3;
  padding-top:            3;
  padding-left:           4;
  background-color:       #F6F6F6;
}

.inputboxaantalover
{
  background-repeat:      no-repeat;
  background-attachment:  fixed;
  background-position:    left;
  width:                  100px;
  height:                 27px;
  border:                 1px SOLID #FF6E1B;
  padding-top:            3;
  padding-left:           4;
  background-color:       #F6F6F6;
}

.inputbox
{
  background-repeat:      no-repeat;
  background-attachment:  fixed;
  background-position:    left;
  width:                  190px;
  height:                 27px;
  border:                 1px SOLID #99B0D3;
  padding-top:            3;
  padding-left:           4;
  background-color:       #F6F6F6;
}

.inputboxerror
{
  background-repeat:      no-repeat;
  background-attachment:  fixed;
  background-position:    left;
  width:                  190px;
  height:                 27px;
  border:                 1px SOLID #D80000;
  padding-top:            3;
  padding-left:           4;
  background-color:       #F6F6F6;
}

.inputboxover,
.inputboxerrorover
{
  background-repeat:      no-repeat;
  background-attachment:  fixed;
  background-position:    left;
  width:                  190px;
  height:                 27px;
  border:                 1px SOLID #FF6E1B;
  padding-top:            3;
  padding-left:           4;
  background-color:       #F6F6F6;
}

.inputboxsmal
{
  background-repeat:      no-repeat;
  background-attachment:  fixed;
  background-position:    left;
  width:                  130px;
  height:                 20px;
  border:                 1px SOLID #99B0D3;
  padding-top:            1;
  padding-left:           4;
  background-color:       #F6F6F6;
}

.inputboxsmalover
{
  background-repeat:      no-repeat;
  background-attachment:  fixed;
  background-position:    left;
  width:                  130px;
  height:                 20px;
  border:                 1px SOLID #2B589B;
  padding-top:            1;
  padding-left:           4;
  background-color:       #F6F6F6;
}

.textarea
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
  background-repeat:      no-repeat;
  background-attachment:  fixed;
  background-position:    left;
  width:                  100%;
  height:                 91px;
  border:                 1px SOLID #99B0D3;
  padding-top:            3;
  padding-left:           4;
  background-color:       #F6F6F6;
}

.textareaover,
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
  background-repeat:      no-repeat;
  background-attachment:  fixed;
  background-position:    left;
  width:                  100%;
  height:                 91px;
  border:                 1px SOLID #FF6E1B;
  padding-top:            3;
  padding-left:           4;
  background-color:       #F6F6F6;
}

.verzenden
{
  background-image:       url(../images/buttons/verzenden.gif);
  width:                  59px;
  height:                 10px;
  border:                 0px;
  cursor:                 pointer;
}

.verzendenover
{
  background-image:       url(../images/buttons/verzendenover.gif);
  width:                  59px;
  height:                 10px;
  border:                 0px;
  cursor:                 pointer;
}

.ok
{
  background-image:       url(../images/buttons/ok.gif);
  width:                  17px;
  height:                 13px;
  border:                 0px;
  cursor:                 pointer;
}