@charset "utf-8";
/* CSS Document */

body {
	/*background-color: #0d49ac;*/
	
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(../img/bg.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	padding: 0px;
	width: 850px;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 75px;
	background-color: #0d49ac;
	background-image: url(../img/nav_evhsurveys_02.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#logo {
	margin: 0px;
	padding: 0px;
	width: 450px;
	float: left;
	background-image: url(../img/logo_evhsurveys.gif);
	background-repeat: no-repeat;
	height: 75px;
}
#logoprint {
	display: none;
}
#logopdf {
	display: none;
}
#contact {
	margin-left: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
}
#contact a {
	color: #CCCCCC;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}

	

#topnav {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 25px;
	font-size: 12px;
	color: #FFFFFF;
}
.suckertreemenu	{
	height: 23px;
	font-size: 12px;
	
	
	}

.suckertreemenu ul{
	padding: 0;
	list-style-type: none;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;	
	height:23px;
}
/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #000000;/*overall menu background color*/
	z-index: 100;
	text-align: center;
	padding: 0px;
	background-image: url(../img/back_nav.gif);
	background-repeat: no-repeat;
	background-position: right;
}

html>body .suckertreemenu ul li{
	
}

.suckertreemenu ul li {
	behavior: url(../css/hover.htc);
}

html>body .suckertreemenu ul li {
	
}
.suckertreemenu ul li:hover, .suckertreemenu ul li.hover {
	background-image: url(../img/back_hover.gif);
	background-repeat: repeat;

	
	}



/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width:auto;
	min-width: 5px;
	/width: 5px;
	padding: 0px;
	text-decoration: none;
	line-height: 23px;
	white-space: nowrap;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 15px;
	
}
html>body .suckertreemenu ul li a{
	width: auto;
	}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	width: auto;
	background-image:none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;	
	
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: left;
}

html>body .suckertreemenu ul li ul li a{
	width: auto;
	}


.suckertreemenu ul li a:hover{
	color: #FFFFFF;
}

.suckertreemenu ul li ul li a:hover{
	background-color: #0d49ac;
	color: #FFFFFF;
	background-image: none;
}
.suckertreemenu ul li a.aOpen {background-color: #0d49ac;}

/*Background image for top level menu list links 
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}*/

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/* Holly Hack for IE \*/
* html .suckertreemenu ul li ul li { float: left; height: 1%; } /* corrected to the proper level \*/
* html .suckertreemenu ul li ul li a { height: 1%; } /* corrected to the proper level \*/
/* End */ 


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 170px; /*width of sub menu levels*/
	color: white;
	text-decoration: none;
	padding: 1px 5px;
	
}

.suckertreemenu ul li a:hover{
	color: #FFFFFF;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	/*background-image: url(../img/back_hover.gif);
	background-repeat: repeat;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

#gegevens {
	padding: 10px 20px;
}
#mobile {
	float: right;
	margin: 3px 10px 0 0;	
}
#mobile a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;	
}
#mobile a:hover {text-decoration: underline;}
#content {
	margin: 0px;
	height: auto;
	min-height: 570px;
	/height: 570px;
	font-size: 14px;
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
html>body #content{
		height: auto;
		}
#content a {
	color: #006;
	text-decoration: none;
}
#content a:hover {
	color: #009;
	text-decoration: underline;
}
#rightcontent li {
	color: #000099;
	list-style-type: square;
	padding-bottom: 2px;
	}
html>body #content {height: auto;}
#leftcontent {
	background-image: url(../img/logo_afbeelding.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 264px;
	height: auto;
	min-height: 550px;
	/height: 550px;
	font-size: 12px;
}
html>body #leftcontent {height: auto;}

#navigatie {
	width: 250px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
			}
		#navigatie ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
			}
		#navigatie li {
	line-height: 1%;
	
			}
		#navigatie a {
	display: block;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
			}		
		#navigatie ul li a {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
			}
		#navigatie ul li ul li a { /* niveau 1 */
			padding: 0 0 0 20px;
			font-weight: normal;	
			}
		#navigatie ul li ul li ul li a { /* niveau 2 */
			padding: 0 0 0 25px;
			
			} 	
		#navigatie ul li ul li ul li ul li a { /* niveau 3 */
			
				} 	
		#navigatie a:hover {
	color: #0d49ac;
			}
			
		#navigatie a.aOpen {
	color: #0d49ac;
			}			
			
		#navigatie a.aSelected {
	color: #0d49ac;
			}

		/* EINDE LEFT MENU */		

#rightcontent {
	margin-left: 280px;
	padding-top: 15px;
	padding-right: 15px;
	
}
#rightcontent h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	}
	
#content h2 {
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color: #000000;
	margin: 0px;
	height: 20px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#bottomclearer { clear:both}
#leftclearer {
	clear:left;
	margin: 0px;
	padding: 0px;
}