body {
  margin: 0px;
  text-align: center;
  height: 100%;
  background-image: url('../images/bg.jpg');
  background-position: center center;
  background-color: rgb(230,230,230);
  font-family: Arial;
}
html {
  height: 100%;
}
a img {
  border: #fff 0px none;
}

a:link {
  color: #fff;
  text-decoration: underline;
}

a:visited {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #dadada;
  text-decoration: underline;
}

#Table {
  width: 100%;
  height: 100%; 
  text-align: center;
}
#divBallonContainer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('images/ballon.png');
}
#divContainer {
  width: 865px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
}
#divHeader {
  width: 865px;
  height: 60px;
  position: relative;
}
#divHeader a {
  display: block;
  position: absolute;
  right: 10px;
}
#divHeader div {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 20px;
  color: #0087c2;
  
}
#divHeader div h1 {
  font-size: 12pt;
  margin: 0px;
}
#divNav {
  height: 50px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 12;
}
#divNav a {
  float: left;
}
#divBallonHolder {
  position: absolute;
  top: 0px;
  right: 0px;
}
#divBallon {
  position: relative;
  top: -60px;
  right: -120px;
  background-image: url('images/ballon_groot.png');
  width: 160px;
  height: 185px;
}
#divContent {
  position: relative;
  width: 865px;
  height: 426px;
}
#divContactRule {
  position: absolute;
  bottom: -55px;
  font-size: 9pt;
  text-align: center;
  width: 865px;
  color: #307840;
  font-weight: bold;
}
.divBlokContainer {
  background-image: url('../images/blokbg.png');
  width: 173px;
  height: 142px;
  float: left;
}
.divBlok {
  background-color: gray;
  width: 157px; /* 173 */
  height: 126px; /* 142 */
  margin: 8px;
  float: left;
}
.divBlok h1 {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
}
.txtLink {
  text-align: center;
  font-size: 10pt;
  color: #fff;
}
.txtLink table tr td {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.blok_color_lightblue {
  background-color: #00b8f2;
  color: #fff;
  cursor: pointer;
}
.blok_color_lightblue table tr td {
  color: #fff;
  font-weight: bold;
}
.blok_color_blue {
  background-color: #008bca;
  color: #fff;
  cursor: pointer;
}
.blok_color_grey {
  background-color: gray;
  color: #fff;
  cursor: pointer;
}
.blok_color_white {
  background-color: #fff;
  color: #005096;
  cursor: pointer;
}
.blok_color_white table tr td {
  color: #005096;
  font-weight: bold;
}
.blok_color_green {
  background-color: #008e4f;
  color: #fff;
  cursor: pointer; 
}
.blok_color_red table tr td {
  color: #fff;
  font-weight: bold;
}
.blok_color_red .jScrollPaneContainer .jScrollPaneTrack {
  background-color: #cd1509;
}
.blok_color_red .jScrollPaneContainer .jScrollPaneTrack .jScrollPaneDrag {
  background-color: #fff;
}

.blok_leeg {
  visibility: hidden;
}
.blok_container_leeg {
  visibility: hidden;
}

#hidden_link {
  display: none;
}
.txtBlok {
  height: 413px;
  width: 346px;
  font-size: 9pt;
  cursor: default;
  position: absolute;
  display: none;
  overflow: auto;
  line-height: 16pt;
  z-index: 1000;
}
p {
  margin: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}
li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}
