html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}


body {
	background: #D1DAE3 url(graphics/bodybg.png) top repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

* html #bodysubstyle_home {
	background: #bdc7d6 url(graphics/bodybgHome.png) top repeat-x;
}	

#bodysubstyle_home {
	background: #C3CCD5 url(graphics/bodybgHome.png) top repeat-x;
}	

#page_imagelib_rte {
	background: white;
}

a {
	outline: none;
	color: #4D6B8A;
}

a:visited {
	color: #354A60;
}

a:hover {
	outline: none;
	color: #FC9801;
}

a:active {
	outline: none;
}

u {
	text-decoration: none;
}

/* wrapper */

#wrapper {
	height: 100%;
}

#wrapper2 {
	width: 1016px;
	height: 693px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#bodysubstyle_home #wrapper2 {
	background: url(graphics/wrapperbg.png) no-repeat top center;
	width: 1016px;
	xheight: 653px;
}

html>body #wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
}

/* logo */

#logo a{
	position: absolute;
	top: 8px;
	left: 264px;
	width: 158px;
	height: 74px;
}

#bodysubstyle_home #logo a{
	position: absolute;
	top: 8px;
	left: 410px;
	width: 158px;
	height: 74px;
}

/* headerlinks */

#linksHeaderWrapper{
	position: absolute;
	top: 10px;
	right: 26px;
	height: 38px;
	width: 200px;
}

#homeLinks {
	xborder-right: 1px solid #B1BFCE;
	padding-right: 10px;
	text-align: right;
	position: absolute;
	right: 0px;
}

#languageSelection {
	float: right;
}
	
#languageNL a {
	background: url(graphics/nl.png);
	width: 38px;
	height: 49px;
	float: left;
	margin-left: 10px;
}

#languageEN a{
	background: url(graphics/en.png);
	width: 38px;
	height: 49px;
	float:left;
	margin-left: -110px;
}

#bodysubstyle_engels #languageEN a{
	background: url(graphics/en_on.png);
}

#bodysubstyle_duits #languageD a{
	background: url(graphics/d_on.png);
}

#bodysubstyle_engels #languageNL a,
#bodysubstyle_duits #languageNL a{
	background: url(graphics/nl_off.png);
}

#languageD a{
	background: url(graphics/d.png);
	width: 38px;
	height: 49px;
	float:left;
	margin-left: 10px;
}

form#form_zoeken {
	position:absolute;
	right:20px;
	top:70px;
	border: 0;
}

* html form#form_zoeken {
	position:absolute;
	left:734px;
	top:74px;
	border: 0;
}

form#form_zoeken fieldset {
	border: 0px;
}

form#form_zoeken .submit {
	background: url(graphics/searchButton.png);
	width: 56px;
	height: 27px;
	border: 0px;
}

/* breadcrumb */

#breadcrumb {
	position: absolute;
	left: 22px;
	top: 113px;
	margin-left: 0px;
}

#breadcrumb ul {
	padding: 0px;
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
}

#breadcrumb ul li,
#breadcrumb ul li a {
	font-style:italic;
	color: #B1BFCE;
	text-decoration: none;
	font-size: 95%;
}

#breadcrumb a:hover {
	text-decoration:underline;
	color: #FC9801;
}

#bodysubstyle_home #breadcrumb {
	display: none;
}

/* images */

#blendme {
	position: absolute;
	left: 22px;
	top: 99px;
	width: 976px;
	height: 262px;
	margin: 60px auto;
	z-index: 0;
	display: none;
	overflow: hidden;
}

#bodysubstyle_home #blendme {
	display: block;
}

#blendme img {
	width: 976px;
	height: 262px;
}		

#menuImage{
	background: url(graphics/vervolg_lab.jpg) no-repeat;
	width: 272px;
	height: 261px;
	position: absolute;
	left: 728px;
	top: 160px;
}

#bodysubstyle_home #menuImage {
	display: none;
}

#bodysubstyle_food #menuImage {
	background: url(graphics/vervolg_food_vis.jpg) no-repeat;
}	

#bodysubstyle_feed #menuImage {
	background: url(graphics/vervolg_feed_mais.jpg) no-repeat;
}
	
#bodysubstyle_mest #menuImage {
	background: url(graphics/vervolg_mest.jpg) no-repeat;
}
	
#bodysubstyle_water #menuImage {
	background: url(graphics/vervolg_water_drup.jpg) no-repeat;
}	

/* content */

#contentWrapper {
	width: 734px;
}

*+html #content {
    min-height: 0;  /* clear floats for IE7 */
}

#contentTop {
	height: 135px;
	width: 734px;
	background: url(graphics/contentTop.png);
}

#contentWrapperLeft {
	background: #FFFFFF url(graphics/contentLeftbg.png) repeat-y scroll top left;
	width: 734px;
	height:100%;
	float: left;
}

#contentWrapperRight {
	background:url(graphics/contentRightbg.png) repeat-y scroll top right;
	width: 734px;
	height:100%;
	float: left;
}

#contentLeftBar {
	background:url(graphics/contentLeftBar.png) repeat-y scroll top left;
	width: 7px;
	height: 291px;
	float: left;
}

#content {
	background: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	width: 684px;
	padding: 38px 18px 18px 18px;
	float: left;
}

#bodysubstyle_home #content {
	background: transparent;
	position: absolute;
	bottom: 38px;
	left: 30px;
	padding: 0;
	width: 460px;
	color: #003366;
}

* html #bodysubstyle_home #content {
	bottom: 35px;
}

*+html #bodysubstyle_home #content {
	bottom: 35px;
}
 
#bodysubstyle_home #content .one-word {
	display: none;
}

#bodysubstyle_watdoenwe #content {
	padding-top: 150px;
}


#page_sitetree #content {
	height: 1000px;
}

#contentRightBar {
	background: url(graphics/contentRightBar.png) repeat-y scroll top right;
	width: 7px;
	height: 291px;
	float: right;
}


* html #footerWerkgebieden,
* html #footerWatdoenwe {
	background: url(graphics/listImageActiveIE.gif) no-repeat 0px 8px;
}

#footerWerkgebieden,
#footerWatdoenwe {
	height: 15px;
	width: 100%;
	background: url(graphics/listImageActive.png) no-repeat 0px 8px;
	position: relative;
	margin-top: 10px;
	padding-top: 7px;
	text-indent: 22px;	
	border-top: 1px dashed #B1BFCE;
	float: left;
	display: none;
}

#bodysubstyle_watdoenwe #footerWerkgebieden,
#bodysubstyle_werkgebieden #footerWatdoenwe,
#bodysubstyle_food #footerWatdoenwe,
#bodysubstyle_feed #footerWatdoenwe,
#bodysubstyle_water #footerWatdoenwe,
#bodysubstyle_mest #footerWatdoenwe {
	display: block;
}	
	
#contentBottom {
	height: 30px;
	width: 734px;
	background: url(graphics/contentBottom.png) no-repeat;
	float: left;
}

#bodysubstyle_home #contentTop,
#bodysubstyle_home #contentLeftBar,
#bodysubstyle_home #contentRightBar,
#bodysubstyle_home #contentBottom {
	display: none;
}

#bodysubstyle_home #contentWrapperRight,
#bodysubstyle_home #contentWrapperLeft {
	background: none;
}

#content:after {
	/* clear float for superior browsers */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.siteadmin {
	position: absolute;
	/*top: 200px;*/
	width: 600px;
}

.modulesCell {
	padding-left: 50px;
}

#contactpersonen {
	width: 688px;
	display: block;
}

* html #contactpersonen {
	width: 678px;
}

#bodysubstyle_contactpersonen #contactpersonen {
	display: block;
}

.contactpersoon {
	height: 258px;
	width: 172px;
	float: left;
	background: url(graphics/contact_img_bg.png) top left no-repeat;
	cursor: pointer;
	text-align: center;
}
* html .contactpersoon {
	width: 168px;
}
.contactpersoon img {
	margin: 15px;
	height: 140px;
	width: 93px;
}
.contactText {
	width: 160px;
	margin: 0px 0px 0px 14px;
}
.nameView {
	display: block;
	color: #0176BC;
	font-size: 12px;
}
.functieView {
	display: block;
	color: #000;
	font-size: 11px;
}
.telefoonView {
	color: #999;
	font-size: 11px;
	display: block;
}
.functie, .email, .telefoon {
	color: #999;
	display: block;
	font-size: 11px;
}


#overlay {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#overlay .overlayBackground {
    background: #354A60;
    height: 100%;
    opacity: 0.7;
    filter:alpha(opacity=70); 
    -moz-opacity: 0.7;
    position: absolute;
    width: 100%;
}
#overlay .overlayContent {
    background: #FFFFFF;
    border-radius: 10px;
    left: 50%;
	height: 380px;
    position: absolute;
    top: 122px;
    width: 640px;
}
#overlay .overlayContent .contactImage {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 250px;
	height: 375px;
}
#overlay .overlayContent .contactImage img {
	width: 250px;
	height: 375px;
}
#overlay .overlayContent .contactTitle {
	position: absolute;
	top: 20px;
	right: 12px;
	width: 350px;
	height: 30px;
}
#overlay .overlayContent .contactContent {
	position: absolute;
	top: 60px;
	right: 12px;
	width: 350px;
	height: 300px;
	overflow: hidden;
	overflow-y: auto;
}
#overlay .overlayContent .closeOverlay {
	background: url(graphics/closeoverlay.jpg) no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}



.henk {
	background: url(graphics/henk.png) no-repeat top left;
}

.diane {
	background: url(graphics/diane.png) no-repeat top left;
}

.peter {
	background: url(graphics/peter.png) no-repeat top left;
}

.caroline {
	background: url(graphics/caroline.png) no-repeat top left;
}

.cees {
	background: url(graphics/cees.png) no-repeat top left;
}

.benny {
	background: url(graphics/benny.png) no-repeat top left;
}

.adriaan {
	background: url(graphics/adriaan.png) no-repeat top left;
}

.anita {
	background: url(graphics/anita.png) no-repeat top left;
}

.viola {
	background: url(graphics/viola.png) no-repeat top left;
}

.marieke {
	background: url(graphics/marieke.png) no-repeat top left;
}

.paul {
	background: url(graphics/paul.png) no-repeat top left;
}

.jos {
	background: url(graphics/jos.png) no-repeat top left;
}

.marcel {
	background: url(graphics/marcel.png) no-repeat top left;
}

.olaf {
	background: url(graphics/olaf.png) no-repeat top left;
}

.elsbeth {
	background: url(graphics/elsbeth.png) no-repeat top left;
}



/* menu */

#bodysubstyle_home #menuOrnaments {
	background: url(graphics/menuOrnaments.png) no-repeat;
	width: 350px;
	height: 321px;
	position: absolute;
	left: 615px;
	top: 210px;
	z-index: 1;
}

* html #bodysubstyle_home #menuOrnaments {
	background: url(graphics/menuOrnamentsIE.gif) no-repeat;
}

#menu,
#menuUtilities {
	width: 236px;	
	background: #6885A2;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
  	z-index: 1;
}

#menu {
	position: absolute;
	left: 747px;
	top: 236px;
}

* html #menu {
	top: 228px;
} 

*+html #menu {
	top: 228px;
}

#menuUtilities {
	position: absolute;
	left: 747px;
	top: 379px;
	padding-top: 28px;
}

#menuTop {
	background: url(graphics/menuTop.png);
	width: 236px;
	height: 14px;
	position: absolute;
	left: 747px;
	top: 222px;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
  	z-index: 1;
}

* html #menuTop {
    background: url(graphics/menuTopIE.gif);
	top: 214px;
}

*+html #menuTop {
    background: url(graphics/menuTopIE.gif);
    top: 214px;
}
	
#menuBottom{
	background: url(graphics/menuBottomIE.gif);
	width: 236px;
	height: 20px;
	position: absolute;
	left: 747px;
	top: 544px;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
}

* html #menuBottom {
	top: 547px;
}

*+html #menuBottom {
	top: 547px;
}

#bodysubstyle_home #menuTop,
#bodysubstyle_home #menu,
#bodysubstyle_home #menuUtilities,
#bodysubstyle_home #menuBottom {
	left: 664px;
}

#menu h2 {
	display: none;
}

#menu1 { 
	display: none;
	background: #000;
}

#menu ul,
#menu li,
#menuUtilities ul,
#menuUtilities li {
	margin: 0px 8px 0px 8px;
	padding: 0;
	list-style: none;
}

* Html #menuUtilities li {
	margin: 0px 0px 0px 0px;
}

#menu ul,
#menu li {
	font-size: 16px;
}

#menuUtilities ul,
#menuUtilities li {
	font-size: 14px;
}

#vacatures {
	border-top: 1px dashed #FFFFFF;
}

*+html #menu ul {
    min-height: 0;  /* clear floats for IE7 */
}

html>body #menu ul:after {
	/* clear float for superior browsers */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#menu ul li {
	position: relative;
}

* html #menu ul li {
	display: inline;
}

#menu li a,
#menuUtilities li a {
	font-weight: normal;
	text-decoration: none;
	color: white;
	display: block;
	padding: 0.3em 0em 0.3em 0.6em;
	border-bottom: 1px dashed #FFFFFF;
}

* html #menu1 a{
	display: none;
}
* html #menuUtilities li a{
	height: 10px;
}

#menu li a:hover,
#menuUtilities li a:hover{
	color: #FC9801;
}

/* submenu's */

#submenu,
#submenuBar {
	background: #354A60;
	position: absolute;
	top: 135px;
	left: 7px;
	width: 714px;
	height: 25px;
	padding-left: 6px;
}

#bodysubstyle_home #submenuBar {
	display: none;
}

#bodysubstyle_watdoenwe #submenu {
	background: #E8ECF1 url(graphics/submenubg.png) repeat-x;
	height: 136px;
	border-bottom: 1px solid #496581;
}

#bodysubstyle_bibliotheek #submenu li li a,
#bodysubstyle_vestigingen #submenu li li a,
#bodysubstyle_activiteiten #submenu li li a{
	display: none;
}

#submenu li {
	list-style-type: none;
}

#submenu li a {
	display: none;
}

#submenu ul,
#sumenu li {
	padding-top: 3px;
	margin:0pt 0pt 0em;
}

#submenu ul {
	padding-left:4px;
}

#submenu ul ul {
	padding-left: 0px;
	padding-right: 28px;
}

#submenu li li a{
	background:  url(graphics/listImage.png) no-repeat top left;
	text-indent: 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 2px;
	padding-right: 6px;
}

#submenu ul #menu27 li a{
	padding-right: 100px;
	padding-right: 106x;
}

* html #submenu li li a{
	background:  url(graphics/listImageIE.gif) no-repeat top left;
}

#submenu li li li a{
	background:  url(graphics/listImageSmall.png) no-repeat 0px 4px;
	text-indent: 20px;
	color: #0176BC;
	font-size: 12px;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
	padding-bottom: 2px;
	font-size: 95%;
}

* html #submenu li li li a{
	background:  url(graphics/listImageSmallIE.gif) no-repeat 0px 4px;
	margin-bottom: -20px;
}

#submenu li li li.active a,
#submenu li li li a:hover,
#submenu ul li ul li.active ul li a:hover {
	background:  url(graphics/listImageSmallActive.png) no-repeat 0px 4px;
	color: #FC9801;
}

* html #submenu li li a:hover,
* html #submenu li li li a:hover,
* html #submenu ul li ul li.active ul li a:hover {
	background:  url(graphics/listImageSmallActiveIE.gif) no-repeat 0px 4px;
}

#menu ul li.active a, 
#submenu li li a:hover,
#submenu li li.active a {
	background:  url(graphics/listImageActive.png) no-repeat;
	color: #FC9801;
}

* html #menu ul li.active a, 
* html #submenu li li a:hover,
* html #submenu li li.active a {
	background:  url(graphics/listImageActiveIE.gif) no-repeat;
} 

#menu ul li.active a, 
#menu ul li.subactive a {
	font-weight: bold;
}

* html #menu ul li.active a, 
* html #menu ul li.subactive a,
* html #submenu li li a:hover,
* html #submenu li li.active a  {
	background:  url(graphics/listImageActiveIE.gif) no-repeat;
}

#menu ul li.active a, 
#menu ul li.subactive a {
	background:  url(graphics/listImageActive.png) no-repeat;
	background-position: 0px 6px;
	text-indent: 12px;
	color: #FC9801;
}

* html #menu ul li.active a, 
* html #menu ul li.subactive a {
	background:  url(graphics/listImageActiveIE.gif) no-repeat;
	background-position: 0px 6px;
	text-indent: 12px;
}

#bodysubstyle_vacatures #menuUtilities #vacatures a,
#bodysubstyle_interessantelinks #menuUtilities #interessantelinks a,
#bodysubstyle_bibliotheek #menuUtilities #bibliotheek a,
#bodysubstyle_disclaimer #menuUtilities #disclaimer a,
#bodysubstyle_vestigingen #menuUtilities #vestigingen a,
#bodysubstyle_activiteiten #menuUtilities #activiteiten a  {
	background:  url(graphics/listImageActiveUtilities.png) no-repeat;
	background-position: 0px 6px;
	text-indent: 12px;
	color: #FC9801;
}

* html #bodysubstyle_vacatures #menuUtilities #vacatures a,
* html #bodysubstyle_interessantelinks #menuUtilities #interessantelinks a,
* html #bodysubstyle_bibliotheek #menuUtilities #bibliotheek a,
* html #bodysubstyle_disclaimer #menuUtilities #disclaimer a,
* html #bodysubstyle_vestigingen #menuUtilities #vestigingen a,
* html #bodysubstyle_activiteiten #menuUtilities #activiteiten a {
	background:  url(graphics/listImageActiveUtilitiesIE.gif) no-repeat;
	background-position: 0px 6px;
}

#bodysubstyle_home #menu ul li.active a, 
#bodysubstyle_home #menu ul li.subactive a {
	color: #FFFFFF;
	background: none;
	text-indent: 0px;
}

#bodysubstyle_home #menu ul li.active a:hover, 
#bodysubstyle_home #menu ul li.subactive a:hover {
	color: #FC9801;
}

#submenu ul li ul li.subactive a {
	background:  url(graphics/listImageActive.png) no-repeat;
	color: #FC9801;
} 

* html #submenu ul li ul li.subactive a {
	background:  url(graphics/listImageActiveIE.gif) no-repeat;
}

#submenu ul li ul li.active ul li a,
#submenu ul li ul li.subactive ul li a {
	background:  url(graphics/listImageSmall.png) no-repeat 0px 4px;
	color: #0176BC;
}

* html #submenu ul li ul li.active ul li a,
* html #submenu ul li ul li.subactive ul li a {
	background:  url(graphics/listImageSmallIE.gif) no-repeat 0px 4px;
}

#submenu ul li ul li.subactive ul li.active a,
#submenu ul li ul li.subactive ul li a:hover {
	background:  url(graphics/listImageSmallActive.png) no-repeat 0px 4px;
	color: #FC9801;
}

* html #submenu ul li ul li.subactive ul li.active a,
* html #submenu ul li ul li.subactive ul li a:hover {
	background:  url(graphics/listImageSmallActiveIE.gif) no-repeat 0px 4px;
}

* html #submenu ul ul {
	margin-top: -22px;
}

*+html #submenu ul ul {
	margin-top: -22px;
}

* html #submenu ul ul ul {
	margin-top: 0px;
}

*+html #submenu ul ul ul {
	margin-top: 0px;
}

#submenu ul ul li{
	float: left;
}	

#submenu ul ul ul li {
	float: none;
}	


/* #menu hover-effect */

#menu ul li ul{
	/* level 1 */
	display: none;
}


#menu ul li:hover ul,
#menu ul li.hover ul {
	/* the li.hover is for MSIE, set by menu.js */
	display: none;
}

#menu ul li:hover li ul,
#menu ul li.hover li ul {
	/* level 2 */
	display: none;
}

#menu ul li:hover li:hover ul,
#menu ul li.hover li.hover ul {
	display: none;
}

#menu ul li:hover li:hover li ul,
#menu ul li.hover li.hover li ul {
	/* level 3 */
	display: none;
}

#menu ul li:hover li:hover li:hover ul,
#menu ul li.hover li.hover li.hover ul {
	display: block;
}


/* footer */

#contactInfo {
	position: absolute;
	right: 30px;
	top: 580px;
    height 200px;
    width: 500px;
	text-align: right;
}

#footer {
	color: #354A60;
	padding: 0px;
	width: 100%;
	margin-top: 14px;
	margin-left: 10px;
}

#bodysubstyle_home #footer {
	display: none;
}

#footerHome {
	display: none;
}

#bodysubstyle_home #footerHome{	
	color: #354A60;
	display: block;
	position: absolute;
	left: 160px;
	top: 667px;
} 

* html #bodysubstyle_home #footerHome{
	left: 26px;
}

*+html #bodysubstyle_home #footerHome{	
	left: 26px;
}

#footer #copyright {
	float: left;
	display: inline;
}

#footer #poweredByMaxNl {
	float: left;
	display: inline;
}




/* OTHER TOOLS */

/* various classes */

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.image {
	clear: both;
	margin-bottom: 1em;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}


/* horizontal rules */

hr {
	display: none;
}

#content hr {
	display: block;
}


/* Progress Bar */

.modalDialogBox {
	text-align: center;
	position: absolute;
	border: 1px solid #0A72CD;
	top: 50%;
	left: 50%;
	width: 20em;
	margin: -12.5% 0 0 -10em;
	background-color: white;
}

.modalDialogBox h3, .modalDialogBox p {
	margin: 1em 0 1em 0;
	padding: 0;
}

.barContainer {
	text-align: left;
	border: 1px solid #0A72CD;
	margin: 0.5em;
	background-color: #EBF5FE;
}

.bar {
	background-color: #0A72CD;
	height: 1em;
	width: 98%;
}

.caption, .percentage {
	margin: 0.5em;
}

.percentage {
	font-weight: bold;
}

#contactpersonen a{
	text-decoration: none;
}
/* formulier */
form input.required {
	border: 1px solid red;
}
form span.required {
	color: red;
}
