/* Rumling Bouw */
/* Design & Code by Activo Internet Solutions, www.activo.nl */

body {
  margin: 0 0 0 0;
  background: #FFF;
}

body, table, tr, td, div  {
  font-family: Arial;
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
}

table.mainTable {
  width: 915px;
  margin: 0 0 0 0;
  background: url("../images/bg.jpg") center top repeat-y;
}

td.mainTop {
  height: 70px;
  background: url("../images/title.gif") center top no-repeat;
}

td.mainLeft {
  width: 101px;
  height: 403px;
  background: url("../images/left.jpg") left top no-repeat;
}

td.mainMenu {
  width: 128px;
  height: 403px;
  background: url("../images/menu.jpg") left top no-repeat;
}

td.mainText {
  width: 538px;
  height: 403px;
  background: url("../images/text.jpg") left top no-repeat;
}

td.mainRight {
  width: 148px;
  height: 403px;
  background: url("../images/right.jpg") left top no-repeat;
}

div#text {
  margin: 50 10 20 20;
  color: #FFF;
  width: 500px;
  height: 328px;
  overflow: auto;
  scrollbar-base-color: #2e281c;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-3dlight-color: #2e281c;
  scrollbar-darkshadow-color: #2e281c;
  scrollbar-face-color: #2e281c;
  scrollbar-highlight-color: #2e281c;
  scrollbar-shadow-color: #2e281c;
  scrollbar-track-color: #2e281c;
}

div#inText {
  width: 475px;
  line-height: 150%;
}

div#menu {
  margin: 84 0 0 0;
}


a:link    {text-decoration: underline; color: #ad956c; }
a:visited {text-decoration: underline; color: #ad956c; }
a:active  {text-decoration: underline; color: #ad956c; }
a:hover   {text-decoration: none;      color: #ad956c; }

a.privacy:link {text-decoration: underline ; color: #89d4df; }
a.privacy:visited {text-decoration: underline ; color: #89d4df; }
a.privacy:active {text-decoration: underline ; color: #89d4df; }
a.privacy:hover {text-decoration: none ; color: #89d4df; }

a.link:link {text-decoration: none ; color: #004263; }
a.link:visited {text-decoration: none ; color: #004263; }
a.link:active {text-decoration: none ; color: #004263; }
a.link:hover {text-decoration: underline ; color: #004263; }
