BODY
{
  margin: 0px;
  width: 100%;
  height: 97%;
  overflow: auto;
  background-color: #ECEDED;
  background-image: url(../images/background.gif);
  background-position: top left;
  background-repeat: repeat-x; 
  font-family : Arial;
  font-size : 10pt;
  color: #000000;
  
  
}

DIV#logo
{
  position: absolute;
  background-image: url(../images/sbr.gif);
  right: 0px;
  top: 0px;
  width: 172px;
  height: 92px;
  cursor: pointer;
  cursor: hand;
}

DIV#naw
{
  position: absolute;
  overflow-y: hidden;
  left: 8px;
  top: 115px;
  height: 300px;
  width: 150px;
  font-family: Arial;
  font-size: 11px;
  line-height: 14px;   
}

DIV#content
{
  position: absolute;
  top: 115px;
  left: 200px;
  width: 470px;
}

H1
{  
  font-size: 14pt;
  font-weight: bolder;  
  margin-bottom: 16px; 
}

TD
{
  font-family : Arial;
  font-size : 10pt;
}

A:link
{
  color: #008AAF;
  text-decoration: none;
}

A:visited
{
  color: #008AAF;
  text-decoration: none;
}

A:active
{
  color: #008AAF;
  text-decoration: none;
}

A:hover
{
  color: #008AAF;
  text-decoration: underline;
}

.formfield
{
  font-family : Arial;
  font-size : 10pt;
  color: #000000;
  width: 350px; 
  margin-left: 3px; 
}

.formlabel
{
  font-family : Arial;
  font-size : 10pt;
  color: #000000;
  cursor: pointer;
  cursor: hand;
  margin-right: 16px;
}

.verplichtlabel
{
  color: #008AAF;
}

.sendbutton
{   
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#C6C7C9 none repeat scroll 0 0;
  border-color:#FFFFFF #87888A #87888A #FFFFFF;
  border-style:solid;
  border-width:1px;  
  height:19px;
  color: #000000;
  font-family: 'Arial',sans-serif;
  font-size: 12px;
  width: 120px;
  cursor:pointer;
  cursor: hand; 
}
