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

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #16255c;
}
h1 {font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	}
h2 {font-size: 18px;
	line-height: 20px;
	font-weight: normal}
h3 {font-size: 14px;
	line-height: 16px;
	font-weight: normal}

	#logo {
	margin: 0px;
	padding: 0px;
	width: 450px;
	float: left;
}	
		#logo h1 {
	
	display: block;
	text-indent: -15000px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 155px;
			}
#maincontainer {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(../img/topbg.gif);
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
	height: 165px;
	width: 900px;
	margin-top: 50px 0 0 0;

	
}
#headermenu {
	margin-left: 450px;
	font-weight: bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
#hoofdmenu {
	
	}
#hoofdmenu ul {
	list-style:none;
	padding:0;
	margin: 0 0 0 0px;
	float:left;
	
	
	}
	
	#hoofdmenu ul li {
	list-style:none;
	display: inline;
	}
	
	#hoofdmenu ul li a{
	color:black;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 7px;
	padding-left: 7px;
	}
	
	#hoofdmenu ul li a:hover {
	text-decoration: underline;
}


#taalkeuze {
		
}
	#taalkeuze img {
	margin-left: 9px;
	border:none;
	}
	
	
#banner {
	background-color: #0099CC;
	height: 80px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 40px;
}	
#banner img {
	height: 80px;
	width: 400px;
	border:none;
}		
				
		/* EINDE LOGO LINKSBOVEN */	

		#searchbox
		{
	float: right;
	width:230px;
	height:25px;
	margin-top: 5px;
			
		}
		
		#searchbox a
		{
	color:#000000;
	text-decoration: none;
		}
		

	
/* TITLEBAR */
		#titlebarbig {
			
			clear: both;
			}
		#titlebarbig h2 {
	font-size: 22px;
	margin-top: 25px;
	margin-left:20px;
	margin-bottom: 0;
	margin-right: 0;
	color: #041533;
	line-height: 24px;
	font-weight: normal;	
					}	
		/* EINDE TITLEBAR */

#topnav {
	background-color: #50a1fd;
	font-size: 11px;
	height: 35px;
	width: 900px;
}

.suckertreemenu	{
	height: 28px;
	font-size: 11px;
	}

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

html>body .suckertreemenu ul li{
	margin-right: 0px;
}

.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/topnav.gif);
	background-repeat: no-repeat;*/
	/*background-color: #ffde00;*/
	}



/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	padding: 0px;
	border: 0px solid #000;
	border-left-width: 0;
	text-decoration: none;
	line-height: 32px;
	white-space: nowrap;
	margin: 0px;
	color: #000000;
	font-weight: bold;
	height: 35px;
}

	
/*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;
	
	
}

/*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;
	min-width: 142px;
	width: auto;
	/width: 142px; /*width of sub menu levels*/
	color: #000000;
	text-decoration: none;
	padding: 1px 4px;
	background-color: #ffde00;
	font-size: 11px;
	line-height: 32px;
	background-color: #50a1fd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: normal;
}

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

.suckertreemenu ul li:hover {
	background-color: #ffde00;
}

.suckertreemenu ul li a:hover{
	/*color: #FFFFFF;*/
	/*background-color: #50a1fd;*/
	background-color: #ffde00;
}



.suckertreemenu ul li ul li a:hover{
	/*background-image: url(../img/topnav_hover.gif);
	background-repeat: no-repeat;*/
	color: #000000;
}


.suckertreemenu ul li ul li a:hover{
	background-color: #86bdfb;
	color: #000000;
	background-image: none;
}
.suckertreemenu ul li.open {background-color: #ffde00;}
.suckertreemenu ul li.openselected {background-color: #ffde00;}
.suckertreemenu ul li.selected {background-color: #ffde00;}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
	background-color: #86bdfb;
	background-image: url(../img/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.suckertreemenu ul li ul li a.selected {background-color: #86bdfb;}

* 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%;
	background-color: #86bdfb;
} /* corrected to the proper level \*/

/* End */ 

#contentwrapper {
	background-color: #ffde00;
	width: 900px;
	height: auto;
	min-height: 400px;
	/height: 400px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	padding: 0px;
	}
	html>body #contentwrapper {
		height: auto;
		}
#maincontent p {
	margin-left: 20px;
}
#pagecontent {

	margin-right: 20px;
	margin-left: 20px;
}
#pagecontent a {
	color: #666666;
	text-decoration: underline;
}
#pagecontent a:hover {
	color: #333333;text-decoration: none;
	
}		
#contentwrapper_footer {
	background-image: url(../img/mainfooter.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 900px;
}
#kruimelnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#kruimelnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#kruimelnav a:hover {
	color: #065ec0;
	background-color: #FFFFFF;
}
#ctl00_h2Title {
	font-size: 30px;
	color: #065ec0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#bottomclearer {clear:both;}
#footer {
	font-size: 12px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 900px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#villawrapper {
	width: 860px;
	margin-left: 20px;
}


.villa {
	float: left;
	width: 390px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	height: 90px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#villawrapper .villa a {
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#villawrapper .villa a:hover {
	text-decoration: none;
}
.villa img{
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}

.villa p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 130px;
}
