html, body {
	margin:0px;
}
html>body, html>body #bgholder { height: auto; top: 0; }


html, body, #bgholder { 
	min-height: 100%;
	width: 100%; 
	height: 100%;
}

body {
	background: url(../images/main/bg.gif) #001b4d repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height:19px;
	color: #575757;
	text-align:left;
	
}



h2{
	font-size:20px;
	color:#e08a03;
	margin-bottom:20px;
}

img {
	border: none;
}



ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
a{
	color:#009cda;
	text-decoration:none;
}	
	
a:hover{
	color:#666666;
}	


#bgholder{
	position: absolute;
	margin: 0 auto;	
	padding:0 10px 0 10px; 	
	width: 930px;
	background:url(../images/main/bg_shadow.png) repeat-y;
	left: 50%;
  	margin-left:-465px;

	}



/*nieuws*/


#nieuwsAfbeelding{
	width:300px;
	margin: 0px 0px 10px 10px;
	position:absolute;
	right: 30px;
	display:inline;
	z-index:5;

}

.afbeeldingNieuwsSmall{
	width:230px;
	margin: 0px 0px 10px 0px;
	float:left;

}


#container {
	width: 910px;
	display:block;
	background-color:#FFFFFF;
	
}


#headerNav{
	margin: 30px 0px 0px 0px;
	float:right;
	width:280px;

}


/*zoek en taal gedeelte*/

#search{
	float:right;
	height:25px;
	
}



fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset legend {
	display: none;
}

#headerNav fieldset div {
	position: absolute;
	top: 44px;
	left: 80px;
	visibility: hidden;
	z-index: 100;
}
#headerNav fieldset div.active {
	visibility: visible;
}


/*searchBox*/
#headerNav #searchbox {
	float: right;
	height: 17px;
	width: 91px;
	border:solid 1px #a4a4a4;
	padding: 0px;
	margin: 3px 18px 0 0;
	display:inline;
}
#headerNav #searchbox fieldset {
	position: relative;
}
#headerNav #searchbox input.text {
	width: 75px;
	height: 13px;
	background: #fff;
	border:none;
	color: #a4a4a4;
	padding: 0px 4px;
	font-size: 11px;
	vertical-align: top;
}
#headerNav #searchbox input.submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 12px;
	border:none;
}


/*searchBox2*/


#headerNav #searchbox2 {
	float: right;
	height: 17px;
	width: 91px;
	border:solid 1px #a4a4a4;
	padding: 1px;
	margin: 3px 18px 0 0;
}
#headerNav #searchbox2 fieldset {
	position: relative;
}
#headerNav #searchbox2 input.text {
	width: 65px;
	height: 13px;
	background: #fff;
	border:none;
	color: #a4a4a4;
	padding: 0px 4px;
	font-size: 11px;
	vertical-align: top;
}
#headerNav #searchbox2 input.submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 12px;
	border:none;
}




/*einde*/

#logo img {
	padding:20px 0 0 30px;
} 

#header {
	position: relative;
	width: 910px;
	height: 110px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#header h1, #header h2 {
	display: none;
}

/*einde navigatie TOP menu */



#navigatie{
	width:185px;
	float:left;	
	display:inline;
	
	}
	
	


#content {
	width:715px;
	float:left;
	margin-left:10px;
}



#contentText {
	width:660px;
	float:left;
	margin-left:35px;
	border-top: #d9dadb 2px solid;
	color:#002551;
}


#contentText h1 {
	margin-top:15px;
	margin-bottom:15px;	
	font-size:25px;
	font-variant:normal;
}




#footer{
	clear:both;
	position:absolute;
    bottom: 0;
	background-color:#FFFFFF;
	margin-left:30px;
	margin-top: 40px;
	font-size: 10px;
	color:#999;

}

#footer a{
	color:#999;
	margin-left:15px;
}

#footer a:hover{
	color:#000;
}


input {
	font-family:  Arial Helvetica, sans-serif;
	font-size: 11px;
	color: #a4a4a4;
	border:solid 1px #a4a4a4;
	width: 100px;
	padding:2px;
	margin-bottom: 5px;
}

.inputform {
	font-family:  Arial Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border:solid 1px #a4a4a4;
	width: 200px;
	padding:2px;
	margin-bottom: 5px;
}


select {
	font-family:  Arial Helvetica, sans-serif;
	font-size: 11px;
	color: #a4a4a4;
	border:solid 1px #a4a4a4;
	width: 100px;
	padding:1px;
	margin-bottom: 5px;
}

textarea {
	font-family:  Arial Helvetica, sans-serif;
	font-size: 11px;
	border:1px;
	border:solid 1px #a4a4a4;
	width:300px;
	height:200px;
	display:block;
	
}

.button{ 
	font-family:   Arial, Helvetica, sans-serif; 
	font-size: 11px;
	padding-top:2px;
	color: #ffffff; 
	border: 0px;
	background-image:url(../images/main/btn.jpg);
	width: 100px;

}

.searchButton{ 
	font-family:   Arial, Helvetica, sans-serif; 
	font-size: 11px;
	padding-top:0px;
	color: #ffffff; 
	border: 0px;
	background-image:url(../images/main/btn.jpg);
	width: 20px;

}


#eventNav{
	margin-top:10px;
	margin-bottom:10px;
	background-position:bottom;
	background-image:url(../images/main/categorie_bg.gif);
	
}

#eventNav li{
	height:26px;
}



#eventNav li:hover{
	cursor:pointer;
	height:26px;
}
.leftNav_menuTreeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
	display: none; 
}

.leftNav_menuTreeview .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

/* Einde Tree menu */


#leftNav{
background-image:url(../images/main/bg_menu.jpg);
	background-color:#003263;
	background-repeat: no-repeat;

}

#leftNav_menu dl, #leftNav_menu dt, #leftNav_menu dd, #leftNav_menu ul, #leftNav_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftNav_menu dt {
	cursor: pointer;
	font-weight: bold;
	border-width: 1px 0;
	background: #E3E5E6;
	padding: 0;
	margin: 0px;
}

#leftNav_menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#leftNav_menu dt a {
	display: block;
	padding: 2px;
	background-color: #E3E5E6;
}

#leftNav_menu dd li {
	display: block;
	padding: 2px;
	background-color: #ffffff;
	margin: 2px 0;
	border-bottom: 1px solid #eee;
}

#leftNav_menu dd a {
	display: block;
	width: 120px;
}

#leftNav_menu a:link, #leftNav_menu a:visited {
	color: #FFF;
	text-decoration: none;
}

#leftNav_menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

.leftNav_menuTreeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
	display: none; 
}

.leftNav_menuTreeview .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}



/* Einde Leftmenu */


#navcontainer { 
	margin-left: 0px;
	width: 185px;
	overflow: hidden;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left:30px;
}


#navcontainer ul li { 
	margin: 0;
}

#navcontainer li.submenu {
	/*background: url(../images/pijl_dicht.gif) no-repeat left 3px;*/
	cursor: pointer;
	padding-left: 0px;
}

#navcontainer a {
	display: block;
	width: 185px;
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #ffffff;
	background-color: #00254b; 
	text-decoration: none;
}

#navcontainer ul ul {
	/*background-color: #E3E5E6;*/
	margin-left: -50px;
	padding-left: 50px;
	/*border-top: 1px dotted #00ff00; deze kan w/s weg*/
}


#navcontainer li a:link, #navcontainer li a:visited, #navcontainer li a:active {
	margin-left: -40px;
	padding-left: 40px;
	border-bottom: 1px solid #ffffff;	
}

#navcontainer li ul li a:link, #navcontainer li ul li a:visited, #navcontainer li ul li a:active {
	height:20px;
	padding-top:8px;
	padding-bottom:3px;
	margin-left: -40px;
	padding-left: 50px;
	border-bottom: none;
	color:#9be3ff;	
}

#navcontainer li a.lnavCurrent:link, #navcontainer li a.lnavCurrent:visited, #navcontainer li a.lnavCurrent:active {
    color: #ffffff;
	text-decoration: none;
	background-color: #52c4ff;
	height:22px;
	padding-top:8px;
	padding-bottom:2px;

}

.indexPagina{	
	padding: 20px 230px 80px 20px;
	background: url(../images/main/bg_events_diag.gif) no-repeat;
	color:#002551;
	line-height:18px;
}





.menuItem{
	height:22px;
	padding:10px 0 0 0px;
	
}

.menuItemActive{
	height:22px;
	padding:10px 0 0 0px;
	background-color:#003263;
	
}



#projecten{
	width:155px;
	height:119px;
	background:url(../images/main/algemene_projecten.gif) no-repeat;
	padding:6px 0 0 30px;
	font-size: 11px;
	color:#fff;
	
}	

.kolomIndex{
	width:225px;
	height:220px;
	display:inline-block;
	float:left;
	margin:10px 13px 0 0;
	background:url(../images/main/bg_index_diag.gif) no-repeat bottom;
	font-size:11px;
	color:#003263;
	line-height:14px;
	text-align:left;
}

.kolomIndex p{
	padding-right:5px;
}


.kolomIndex:hover{
	cursor:pointer;
	background:url(../images/main/bg_index_diag_over.gif) no-repeat bottom;
}


.kolomIndex h1{
	font-size:13px;
	margin-bottom:8px;
	
}


.kolomGenerator{
	float:left; 
	width:285px; 
	margin-right:30px;
	margin-top:25px;

}

.readMore_light{
	background: transparent url(../images/main/pijl_light.gif) no-repeat top left;
	color:#8496a0;
	margin:0px;
	padding:0px;
	}

.readMore_norm{
	background: transparent url(../images/main/pijl_norm.gif) no-repeat top left;
	color:#009cda;
	margin:0px;
	padding:0px;
	}

.readMore_norm a{
	color:#009cda;
	}
	
.readMore_norm a:hover{
	text-decoration:underline;
	cursor:pointer;
	}	

.readMore_dark{
	background: transparent url(../images/main/pijl_dark.gif) no-repeat top left;
	color:#002c5a;
	margin:0px;
	padding:0px;
	}
	
.readMore_light, .readMore_norm, .readMore_dark{
	padding: 0px 0px 0px 19px;
	}
	
	#print a{
	padding-top:3px;
	float:right;
	color:#a4a4a4;
	font-size:10px;
	text-decoration:none;
	
}	
#print a:hover{
	float:right;
	color:#a4a4a4;
	text-decoration:underline;
}

.content_db_intro{
	margin:0px 50px 10px 0px;
	padding-bottom:10px;
	border-bottom:#CCCCCC solid 1px;

}

.content_db{
	margin:10px 50px 10px 0px;
	padding-bottom:10px;
	border-bottom:#CCCCCC solid 1px;
}

.content_norm{
	/*margin:10px 60px 20px 0px;*/
	margin:10px 30px 20px 0px;
	padding-bottom:10px;
	background-color:#FFF;
}

.datum{
	font-size:10px;
	color:#999999;
}

.back_index{
	color:#8496a0;
	}
	
	
	
/**** FlashContent ****/

#flashContent{
	
	display:inline;	
	width:715px;
}	



.collapse_div{
	margin:5px 0px 0px 0px;
	padding:0px;
	height:16px;
	line-height:16px;
	width:500px;
	clear:both;	

	}
	
.introPage{
	margin:0px 280px 20px 0px;
	padding-bottom:10px;
	text-align:left;
	min-height:250px;
  	height:auto !important;
  	height:250px;
    font-weight:bold;

}	


#introAfbeelding{
	width:200px;
	height:170px;

}

	
.readMore_norm_intro{
	background: transparent url(../images/main/pijl_norm.gif) no-repeat top left;
	padding: 0px 0px 0px 19px;
	color:#003263;
	line-height:16px;
	}

.readMore_norm_intro a{
	color:#003263;
	}
	
.readMore_norm_intro a:hover{
	text-decoration:underline;
	color:#009cda;
	}	
	
	
/*expander javascript */	
	

#expandMenu{	
	float:right;
	padding:10px 0px 10px 0px;
	height: 0;
	text-align:right;
	font-size:10px;
	color:#999999;	

}

.expand{
	font-size:10px;
	color:#999999;
}

/*intro */

.introHeader{
	width:660px;
	margin:0px;
	padding:0px;
	border-top:#CCCCCC solid 1px;
}


.introHeader h3{
	color:#009cda;
	font-size:14px;
	float:left;
	padding:10px 0px 10px 0px;
}


/*slideshow*/

#mySlideshow{
	width:310px;
	height:250px;
	margin: 0px 0px 10px 10px;
	position:absolute;
	right: 30px;
	display:inline;
	z-index:5;

	
}

#googlemapContainer{
	margin: 15px 0px 15px 0px;
}


#directions{
	width: 275px;
	float:left;
	margin: 0px 30px 0px 0px;

}


#map_canvas{
	width: 310px; 
	height: 400px;
	float:left;	
	}
	
.zoekresultaten{
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:#CCCCCC solid 1px;
	
	}
	
.zoekresultaten_even{
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:#CCCCCC solid 1px;

	}
	
	
.productenAfbeelding{
	float:right;
	padding:0px 0px 10px 10px;

}
