html, body
{
  margin: 0px;
  font-family: 'Times New Roman';
}
body
{
  background: grey;
}
#canvas
{
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 5px auto;
  background-color: #FFFFFF;
}

#header
{
  position: relative;
  display: block;
  height: 200px;
}
a.home
{
  position: absolute;
  top: 33px;
  left: 33px;
  width: 247px;
  height: 113px;
  display: block;
  background: transparent url('/afbeeldingen/logo.jpg') no-repeat top left;
}
#opschrift
{
  position: absolute;
  display: block;
  top: 119px;
  left: 303px;
  width: 542px;
  height: 41px;
  background: transparent url('/afbeeldingen/opschrift_02.jpg') no-repeat top left;
}
#siteMenu
{
  font-family: 'Times New Roman';
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  letter-spacing: -1px;
  color: #013300;
  margin: 0px 30px;
  padding: 0px 100px;
  border-bottom: 2px solid #013300;
}
#submenu
{
  float: left;
  margin: 33px 0px 0px 30px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #FFFFFF;
}
#submenu a
{
  white-space: nowrap;
}
#submenu_bg a
{
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;

}
#submenu_bg a:hover
{
  text-decoration: underline;
}
#submenu_bg
{
  background: #658365 url('/afbeeldingen/submenu.jpg') no-repeat top left;
  padding: 3px 3px 100px 10px;
}
.submenutitle
{
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}
.next
{
  position: relative;
  float: right;
  width: 50px;
  padding: 0px 20px 0px 0px;
  text-align: right;
  color: #FFFFFF;
}
#content
{
  font-family: 'Times New Roman';
  width: 650px;
  margin-top: 33px;
  float: left;
  font-size: 16px;
  color: #000000;
  margin-left: 100px;
  background-color: #FFFFFF;
}
#content_2
{
  font-family: 'Times New Roman';
  width: 475px;
  margin-top: 33px;
  float: left;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  padding: 10px;
  margin-left: 21px;
  background-color: #FFFFFF;
}
#content a, #content_2 a
{
  font-family: 'Times New Roman';
  color: #013300;
  text-decoration: none;
  font-weight: bold;
}
#content a:hover, #content_2 a:hover
{
  text-decoration: underline;
}
#content h1, #content_2 h1
{
  font-family: 'Times New Roman';
  color: #000000;
  font-size: 18px;
}
#blok_rechts
{
  font-family: 'Times New Roman';
  width: 200px;
  margin-top: 33px;
  float: right;
  font-size: 12px;
  color: #013300;
  background-color: #FFFFFF;
}

a.block
{
  position: relative;
  display: block;
  padding: 3px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  border: 1px solid transparent;
}
a.block:hover
{
  border-bottom: 1px solid #777777;
  background-color: #d10074;
}
.block img
{
  border: 0px;
}   
#footer
{
  clear: both;
  color: #013300;
  font-size: 12px;
  padding: 33px 0px 12px 0px;
  text-align: center;
}
#footer a
{
  color: #013300;
  text-decoration: none;
}
#footer a:hover
{
  color: #013300;
  text-decoration: underline;
}

#paginabouwer
{
  position: relative;
  text-align: center;
  margin-bottom: 7px;
}
#paginabouwer a
{
  font-family: arial, verdana, Sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #BBBBBB;
}
#paginabouwer a:hover
{
  text-decoration: none;
  color: #FFFFFF;
}
#path
{
  display: none;
}
.right
{
  float: right;
}
.left
{
  float: left;
}
.center
{
  text-align: center;
}
