body {
  background-color: #ffffff;
}

body, td, input, textarea {
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: white;
}

#container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 645px;
  background-image: url(../_images/bg-home.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

.section-home #container { background-image: url(../_images/bg-home.jpg); }
.section-detail #container { background-image: url(../_images/bg-detail.jpg); }
.section-karel #container { background-image: url(../_images/bg-karel.jpg); }
.section-pers #container { background-image: url(../_images/bg-pers.jpg); }
.section-studies #container { background-image: url(../_images/bg-studies.jpg); }
.section-nieuws #container { background-image: url(../_images/bg-nieuws.jpg); }
.section-links #container { background-image: url(../_images/bg-links.jpg); }
.section-projecten #container { background-image: url(../_images/bg-projecten.jpg); }
.section-producten #container { background-image: url(../_images/bg-producten.jpg); }
.section-contact #container { background-image: url(../_images/bg-contact.jpg); }

#container .bg-img {
  display: none;
}

#logo {
  position: absolute;
  top: 15px;
  left: 15px;
}

#glass-pane {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 1000px;
  height: 645px;
}

#box-map-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

a:hover {
  color: #d7d7d7;
}

/* Content. The small screen on the right where the content is actually displayed. */
div#content {
  position: absolute;
  top: 144px;
  left: 510px;
  width: 435px;
  height: 290px;
}

div#content h1 {
  margin-bottom: 10px;
  font-weight: bold;
}

div#content p {
  margin-bottom: 10px;
}

div#content #zoom{
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#close-content {
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 2;
}

.previous-item {
  position: absolute;
  top: 120px;
  left: 3px;
  z-index: 2;
}

.next-item {
  position: absolute;
  top: 120px;
  right: 3px;
  z-index: 2;
}

#content .content-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Visual image/info/detail.   */
#data {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
}

#visual-info {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 10px 20px 10px 10px;
}

#visual-background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

/* Sub navigation. The section title, info and menu buttons below the content screen. */
div#sub-navigation {
  position: absolute;
  top: 450px;
  left: 522px;
  width: 435px;
  text-align: right;
  text-transform: uppercase;
  color: #797471;
}

div#sub-navigation a:visited {
  color: #797471;
}

div#sub-navigation a,
div#sub-navigation .active,
div#sub-navigation a.active,
div#sub-navigation a:hover {
  color: #ffffff;
}

/* Detail. The zoomin screen for full image viewing. */
div#detail {
  position: absolute;
  top: 70px;
  left: 130px;
  z-index: 2;
  width: 765px;
  height: 510px;
  background-color: #f5f5f5;
}

div#detail #close {
  position: absolute;
  top: -27px;
  right: -25px;
}

div#detail .previous-item {
  top: 240px;
}

div#detail .next-item {
  top: 240px;
}

/* Scrollable content. */
.scrollContainer {
  position: relative;
  width: 435px;
  height: 290px;
}

.scrollContainer #scrollingContent {
  position: relative;
}

.scrollContainer .scrollWindow {
  position: relative;
  width: 404px;
  height: 290px;
  margin: 3px 0px;
  overflow: hidden;
}

.scrollContainer .scrollArrow {
  position: absolute;
  width: 24px;
  height: 17px;
  -khtml-user-select: none;
  user-select: none;
}

.scrollContainer .up {
  top: 0px;
  right: 1px;
}

.scrollContainer .down {
  bottom: 0px;
  right: 1px;
}

#child-navigation .invisible,
.scrollContainer .invisible {
  visibility: hidden;
}

#child-navigation .disabled,
.scrollContainer .disabled {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#visual-info .scrollContainer {
  width: 425px;
  height: 270px;
}

#visual-info .scrollContainer .scrollWindow {
  margin-top: 0px;
  width: 400px;
  height: 270px;
}

#visual-info .up {
  top: 20px;
}

/* Child navigation. Lists the children of the current page/container. */
#child-navigation {
  margin: 0px auto;
  width: 215px;
  text-align: center;
}

#child-navigation li {
  padding: 5px 0px;
}

#child-navigation li.active a {
  color: #44423f;
}

#children {
  position: relative;
}

#child-navigation .scrollWindow {
  position: relative;
  height: 248px;
  margin: 3px 0px;
  overflow: hidden;
}

#child-navigation .scrollArrow {
  width: 24px;
  height: 17px;
  -khtml-user-select: none;
  user-select: none;
}
