html, body {
  background-color: #F3E9DF;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #82654A;
}
a:active {
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}

div#layoutTop {
  background-image: url(../images/bemiddeling/top.jpg);
}
div#content {
  background-image: url(../images/bemiddeling/bg_content.jpg);
}

#contentRight {
  border-left-color: #D5C5B7;
}

#divFooter {
  background-color:#F9F4F0;
}
  
#contentLeft .line, #contentRight .line {
  border-bottom-color: #D5C5B7;
}  