body, html {
  margin: 5px;
  font-family: Arial;
  color: #FFF;
  text-align: center;
  background-image: url(../images/carbon.gif);
}

hr {
 color: #FFA501;
 height: 1px;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #FFA501;
}

div#center-page {
  margin: 0 auto 0 auto;
  width: 975px;
  text-align: left;
  float: none;
}

div#page {
  float: left;
  width: 975px;
  min-height: 500px;
  height:auto !important;
  height: 500px;
  text-align: left;
}

div#menu {
 float: left;
 margin-top: 5px;
 width: 150px;
 min-height: 300px;
 height:auto !important;
 height: 300px;
 text-align: center;
 background-color: #FFA500;
}

div#right {
 float: left;
 margin-top: 5px;
 width: 150px;
 min-height: 300px;
 height:auto !important;
 height: 300px;
 background-color: #FFA500;
}

div#inner-right {
 width: 150px;
 min-height: 310px;
 height:auto !important;
 height: 310px;
 background-color: #FFA500;
 text-align: center;
}

div#width {
 width: 150px;
}

div#tekst {
 float: left;
 width: 675px;
 height: 100%;
}

div#inner-tekst {
 float: left;
 width: 645px;
 min-height: 540px;
 height:auto !important;
 height: 540px;
 margin: 5px;
 margin-left: 10px;
 padding: 5px;
 border-width: 1px;
 border-color: #FFA500;
 border-style: solid;
 text-align: center;

}

a.menuhref {
 position: relative;
 float: left;
 left: 2px;
 width: 146px;
 cursor: pointer;
 font-family: arial;
 color: white;
 font-weight: bold;
 background-color: #FFA500;
 text-decoration: none;
 color: #FFF;
}

a.menuhref:hover {
 position: relative;
 float: left;
 left: 2px;
 width: 146px;
 cursor: pointer;
 font-family: arial;
 color: white;
 font-weight: bold;
 background-color: #CD8500;
 text-decoration: none;
 color: #FFF;
}

div#links_menu {
 float: left;
 width: 150px;
 height: 5px;
 background-color: #FFA500;
}

div.top-left-corner {
  float: left;
  width: 4px;
  height: 1%;
  height: 4px;
  background-image: url(afbeeldingen/corner_tl.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div.top-center {
  float: left;
  width: 142px;
  height: 1%;
  height: 4px;
}

div.top-right-corner {
  float: left;
  width: 4px;
  height: 1%;
  height: 4px;
  background-image: url(afbeeldingen/corner_tr.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

div.bottom-left-corner {
  float: left;
  width: 4px;
  height: 1%;
  height: 4px;
  background-image: url(afbeeldingen/corner_bl.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

div.bottom-center {
  float: left;
  width: 142px;
  height: 1%;
  height: 4px;
}

div.bottom-right-corner {
  float: left;
  width: 4px;
  height: 1%;
  height: 4px;
  background-image: url(afbeeldingen/corner_br.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

div#bottom {
  float: left;
  width: 100%;
  height: 5px;
}

tr.video {
 cursor: pointer;
}

tr.video_hover {
 cursor: pointer;
 background-color: #FFA500;
}

img.image_hover {
 border: 2px solid white;
}

img.image_hover:hover {
 border: 2px solid #ffa500;
}