body, table {
  font-family: Helvetica Bold, Arial, Verdana;
  font-size: 11px;
  line-height: 17px;
  margin-top: 0px;
}

#site {
  width: 756px; /* OUD: 756px */
  height: 548px; /* OUD: 396px */
  border-right: 1px solid #746464;
	border-bottom: 1px solid #746464;
	border-left: 1px solid #746464;
  margin: 0px auto;
}

#left {
  background-image: url('pix/left.jpg');
  width: 173px;
  height: 548px;
  position: absolute;
  float: left;
  border-right: 1px solid #746464;
}

#right {
  width: 582px;
  height: 548px;
  position: absolute;
  float: right;
  margin-left: 174px;
}

#mainmenu {
  position: absolute;
  top: 200px;
}

#mainmenu ul {
  margin-left: 0px;
  padding-left: 0px;
}

#mainmenu ul li {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 8px;
}

#header {
  background-image: url('pix/header.jpg');
  width: 582px;
  height: 45px;
  border-right: 1px solid #746464;
}

#submenu {
  width: 582px;
  height: 18px;
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #746464;
  border-right: 1px solid #746464;
	border-bottom: 1px solid #746464;
  padding-left: 0px;
  margin-left: 0px;
}

#submenu ul {
  position: absolute;
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-left: 20px;
}

#submenu ul li {
  position: relative;
  float: left;
  padding-right: 3px;
}

#submenu ul li a {
  color: #68676B;
  text-decoration: none;
}

#submenu ul li a:hover {
  color: #000;
  text-decoration: underline;
}

#contents {
  width: 582px;
  height: 481px;
}

#right_middle {
  height: 53px;
  width: 582px;
}

#title {
  height: 53px;
  width: 472px;
  position: absolute;
  left: 0px;
}

#project_description {
  width: 110px;
  height: 53px;
  position: absolute;
  right: 0px;
}

#description {
  position: absolute;
  width: 95px;
  bottom: 0px;
  right: 0px;
  font-size: 9px;
  text-align: center;
  padding: 0px 5px;
}

#right_bottom {
  width: 582px;
  height: 432px;
}

#iframe_div_large {
  width: 582px;
	height: 483px;
	position: absolute;
	left: 0px;
}

#iframe_content {
  margin-left: 10px;
  margin-top: 20px;
}

#iframe_content_home {
  margin-left: 10px;
  margin-top: 20px;
	background-image: url(pix/logo_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#iframe_div_small {
  width: 472px;
	height: 430px;
	position: absolute;
	left: 0px;
}

#caroussel {
  height: 430px;
	width: 72px;
	position: absolute;
	margin-left: 497px;
	text-align: center;
}

#caroussel_iframe {
  height: 392px;
  padding-bottom: 3px;
  width: 72px;
}

#content_body {
  background: #FFF url('pix/contentlogo.gif') no-repeat bottom right;
  scrollbar-highlight-color: #BBBCBF;
	scrollbar-arrow-color: #000;
	scrollbar-3dlight-color: #BBBCBF;
	scrollbar-base-color: #BBBCBF;
	scrollbar-darkshadow-color: #BBBCBF;
	scrollbar-shadow-color: #BBBCBF;
	scrollbar-track-color: #FFF;
	margin: 0px 10px 10px 0px;
}

#validation_errors {
  margin-top: 10px;
  font-weight: bold;
  color: #961A29;
}

strong {
  color: #961A29;
  font-weight: bold;
}

a {
  color: #000;
}

input, textarea {
  border: 1px solid #000;
	font-family: Helvetica;
  font-size: 9pt;
}