html {
  overflow-y: scroll;
}
body {
  font-family: arial,verdana;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  background-color: #FFFFFF;
  margin: 0px;
}
p {
  font-family: arial,verdana;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0px 0px 15px 0px;
}
p.project_nav {
  text-align: center;
  margin: 10px 0px 20px 0px;
}
p.project_submenu_title {
  font-weight: bold;
  margin: 30px 0px 0px 0px;
}
p.project_submenu_list {
  margin: 0px 0px 0px 0px;
}
a, a:link, a:visited {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}
a.menu, a.menu:link, a.menu:visited {
  color: #000000;
  text-decoration: none;
}
a.menu:hover {
  color: #FF0000;
  text-decoration: none;
}
a.project_submenu, a.project_submenu:link, a.project_submenu:visited {
  color: #000000;
  text-decoration: none;
}
a.project_submenu:hover {
  color: #FF0000;
  text-decoration: none;
}
a.project_submenu_active, a.project_submenu_active:link, a.project_submenu_active:visited, a.project_submenu_active:hover {
  color: #FF0000;
  text-decoration: none;
}
td {
  vertical-align: top;
  font-family: arial,verdana;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  color: #000000;
  text-align: left;
}
img {
  margin: 0px 0px 0px 0px;
  border: 0px;
}
img.project {
  margin: 0px 0px 20px 0px;
}
form {
  margin: 0px 0px 0px 0px;
}
hr {
  color: black;
  height: 1px;
}
hr.groen {
  color: #00A650;
}

/* DIVs */

#body_container {
  width: 750px;
  margin: 0px auto;
  position: relative;
}

/* MENU */

#menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 750px;
  height: 70px;
  border: 1px solid #c0c1c1;
  border-width: 0px 0px 1px 0px;
}
#menu p {
  font-family: arial,verdana;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0px;
}
#menu a, #menu a:link, #menu a:visited {
  color: #000000;
  text-decoration: none;
}
#menu a:hover {
  color: #FF0000;
  text-decoration: none;
}
#menu a.menu_active, #menu a.menu_active:link, #menu a.menu_active:visited, #menu a.menu_active:hover {
  color: #FF0000;
  text-decoration: none;
}
#menu_logo {
  left: 7px; top: 19px; position: absolute;
}
#menu_projects {
  left: 66px; top: 41px; position: absolute;
}
#menu_inprogress {
  left: 222px; top: 41px; position: absolute;
}
#menu_news {
  left: 159px; top: 41px; position: absolute;
}
#menu_publications {
  left: 338px; top: 41px; position: absolute;
}
#menu_info {
  left: 458px; top: 41px; position: absolute;
}
#menu_contact {
  left: 515px; top: 41px; position: absolute;
}

/* CONTENT */

#content {
  left: 0px; top: 100px; position: absolute;
  width: 745px;
  height: 610px;
}

/* HOME */

#home_image {
  left: 0px; top: 0px; position: absolute;
  width: 750px;
}

#home_subscribe {
  position: absolute;
  width: 276px;
  height: 144px;
}
#home_subscribe_padding {
  padding: 10px 10px 5px 10px;
}
#home_subscribe p {
  margin: 0px 0px 0px 0px;
}
#home_subscribe_table tr {
  height: 30px;
}

/* PROJECTS */

#projects div {
  position: absolute;
  width: 152px;
  height: 152px;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
#projects div.mouseover {
  position: absolute;
  width: auto;
  height: auto;
  overflow: visible;
  text-align: left;
  background-color: white;
  border: 0px solid black;
  z-index: 100;
}
p.mouseover {
  margin: 2px 3px 2px 3px;
}
#project_images {
  left: 8px; top: 124px; position: absolute;
  width: 600px;
  text-align: center;
}
#project_description {
  left: 637px; top: 124px; position: absolute;
  width: 180px;
}

/* PUBLICATIONS */

#publications div {
  position: absolute;
  width: 165px;
  height: 165px;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
#publications div.mouseover {
  position: absolute;
  width: auto;
  height: auto;
  overflow: visible;
  text-align: left;
  background-color: white;
  border: 0px solid black;
  z-index: 100;
}
#publication_images {
  left: 214px; top: 124px; position: absolute;
  width: 575px;
  text-align: center;
}
#publication_description {
  left: 8px; top: 124px; position: absolute;
  width: 196px;
}

#publication_images_breed {
  left: 8px; top: 154px; position: absolute;
  width: 781px;
  text-align: center;
}
#publication_description_breed {
  left: 8px; top: 124px; position: absolute;
  width: 781px;
}

/* IN PROGRESS */

#inprogress div {
  position: absolute;
  width: 165px;
  height: 165px;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
#inprogress div.mouseover {
  position: absolute;
  width: auto;
  height: auto;
  overflow: visible;
  text-align: left;
  background-color: white;
  border: 0px solid black;
  z-index: 100;
}

/* NEWS */

#news_field1 {
  left: 8px; top: 124px; position: absolute;
  width: 275px;
  height: 500px;
  overflow: auto;
}
#news_field1_span {
  width: 240px;
  overflow: hidden;
}
#news_field2 {
  left: 298px; top: 124px; position: absolute;
  width: 275px;
  height: 500px;
  overflow: auto;
}
#news_field2_span {
  width: 240px;
  overflow: hidden;
}
#news_field3 {
  left: 588px; top: 124px; position: absolute;
  width: 189px;
  height: 500px;
  overflow: auto;
}
#news_field3_span {
  width: 154px;
  overflow: hidden;
}

/* INFO */

#info_image1 {
  left: 24px; top: 124px; position: absolute;
  width: 150px;
  height: 150px;
}
#info_field1 {
  left: 24px; top: 284px; position: absolute;
  width: 120px;
}
#info_image2 {
  left: 281px; top: 124px; position: absolute;
  width: 150px;
  height: 150px;
}
#info_field2 {
  left: 281px; top: 284px; position: absolute;
  width: 120px;
}
#info_image3 {
  left: 518px; top: 124px; position: absolute;
  width: 150px;
  height: 150px;
}
#info_field3 {
  left: 518px; top: 284px; position: absolute;
  width: 120px;
}
#info_image4 {
  left: 24px; top: 389px; position: absolute;
  width: 150px;
  height: 150px;
}
#info_field4 {
  left: 24px; top: 549px; position: absolute;
  width: 120px;
}
#info_image5 {
  left: 281px; top: 389px; position: absolute;
  width: 150px;
  height: 150px;
}
#info_field5 {
  left: 281px; top: 549px; position: absolute;
  width: 120px;
}
#info_image6 {
  left: 518px; top: 389px; position: absolute;
  width: 150px;
  height: 150px;
}
#info_field6 {
  left: 518px; top: 549px; position: absolute;
  width: 120px;
}
#info_popup6 {
  left: 679px; top: 359px; position: absolute;
  width: 120px;
  background-color: #d4effc;
	visibility: hidden;
}
#info_popup6 p {
  margin: 10px;
}
#info_popup6 a, #info_popup6 a:link, #info_popup6 a:visited {
  color: #000000;
  text-decoration: none;
}
#info_popup6 a:hover {
  color: #FF0000;
  text-decoration: none;
}

/* CONTACT */

#contact_image {
  left: 8px; top: 124px; position: absolute;
  width: 734px;
}
#contact_field1 {
  left: 27px; top: 646px; position: absolute;
  width: 230px;
}
#contact_field2 {
  left: 295px; top: 646px; position: absolute;
  width: 230px;
}
#contact_field3 {
  left: 552px; top: 646px; position: absolute;
  width: 170px;
}
