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

.adres
{
  color: #6A6A6A;
  font-size: 9px;
}

.footer
{
  color: #6A6A6A;
  font-size: 10px;
  text-decoration:none;
}

.projectimage
{
  border:solid 2px #DDDDDD;
}

.afbeeldingomschrijving
{
  font-size:10px;
}

.projecttitel
{
  font-size:13px;
  font-weight:bold;
  color:#58595b;
}

.input
{
  border: solid 2px #C9CACC;
  width: 200px;
}

.inputover
{
  border: solid 2px #E12E29;
  width: 200px;
}

.textarea
{
  width:353;
  height: 80px;
  border: solid 2px #C9CACC;
}

.textareaover
{
  width:353;
  height: 80px;
  border: solid 2px #E12E29;
}

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