html, body {
  height:       100%;
  width:		    100%;
  overflow:     hidden;
}


body {
  background:   #ffffff url(../img/bck.jpg) repeat-x;
  /*background:   #c8cac6 url(../img/bck.jpg) repeat-x;
  background:   #b2c780 url(../img/bck.jpg) repeat-x;*/
  font-family:  "Arial",Verdana,Arial;
  font-size:    12px;
}

#info {
  display:      none;
  visibility:   hidden;
  z-index:      100;
}

a img {
  border:       0;
}

#page {
  /* achtergrond is 990 x 629 */
  position:     absolute;
  top:          00px;
  margin-left:  50%;
  left:         -490px;
  background:   #fff url(../img/bckContent.jpg);
  width:        990px;
  height:       638px;
}

#logo {
  position:     absolute;
  top:          12px;
  left:         13px;
}

#banner {
  position:     absolute;
  top:          23px;
  left:         225px;
  /* background:   #fff url(../img/bckBanner.jpg); */
  width:        751px;
  height:       128px;
}

#menu {
  position:     absolute;
  top:          183px;
  left:         52px;
  width:        192px;
  height:       420px;
}

#content {
	position: absolute;
  margin:		0px 0px 0px 0px;
	top: 183px;
	left: 263px;
	width: 700px;
	height: 420px;
	overflow: hidden;
}
#content img {
    margin: 0px;
	padding: 2px;
	border: solid #87bd00 1px;
}
#menu_in {
  padding:      15px 0 0 10px;
}

#menu_in a {
  display:      block;
  color:        #476400;
  font-family:  "Arial",Verdana,sans-serif;
  font-size:    18px;
  text-decoration: none;
  font-weight:  bold;
  padding:		0 0 10px 0;
}

#menu_in a:hover {
  color:        #87bd00;
}

#content_in {
	margin: 2px 2px 2px 0px;
	padding: 5px 5px 0px 5px;
	color: #507000;
	font-family: "Arial",Verdana,sans-serif;
	font-size: 13px;
	height: 410px;
	width: 684px;
	overflow: auto;
}

#content_in h2 {
  color:        #476400;
  padding:      0;
  margin:       0;
  font-size:    18px;
}

#overlay {
  position:     absolute;
  top:          0;
  left:         0;
  bottom:       0;
  right:        0;
  background:   #000;
  -moz-opacity: 0.8;
  opacity:      0.8;
  filter:       alpha(opacity=80);
  display:      none;
  z-index:      99;
}


.image_overlay_hidden{
	display: none;
}
.image_overlay_visible{
	display: block;
	position: absolute;
	background-color: #000000;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	vertical-align: middle;
	cursor: pointer;
	left: 0px;
	top: 0px;
}
.bigImage{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	vertical-align: middle;
	cursor: pointer;
}
