html, body
{
	background-color: #E8F6F9;
	margin: 		0px;
	height: 		100%;
	text-align:		justify;
	line-height:	150%:
}

strong
{
	font-weight: bold !important;
}

.height
{
	width: 100%;
	height: 100%;
}

h2
{
	color: White;
	font-size: 12px;
}

#ContentDiv h2, #ContentDiv h1, #ContentDiv h3, #ContentDiv a,
.content_right h2, .content_right h1, .content_right h3, .content_right a,
.content_left h2, .content_left h1, .content_left h3, .content_left a
{
	color: #e60000;
}

.site_wrapper
{
	position: relative;
	width: 890px;
	height: 100%;
	min-height: 100%;
	height:auto !important;
	margin:0 auto;
	font-family: Verdana, Arial;
}

.wrapper_footer
{
	width: 100%;
	height: 100px;
	background-color: #BCE0EE;
	bottom: 0;
	position: absolute;
	visibility: hidden;
	font-family: Verdana, Arial;
	font-size: 70%;
}

.logo
{
	clear:		both;
	position: relative;
	z-index: -1;
}

.flashbanner_overlay
{
	z-index: 1;
	position: absolute;
}

 .corner_top
{
	clear: both;
	width: 220px;
	height: 7px;
	padding: 0;
	margin: 0;
	border: none;
	background:  url(../images/top.gif) no-repeat top;
}

 .corner_bottom
{
	clear: both;
	width: 220px;
	height: 7px;
	padding: 0;
	margin: 0;
	border: none;
	background: url(../images/bottom.gif) no-repeat bottom;
}

.wrapper_left
{
	width: 220px;
	height: 100%;
	float: left;
	position: relative;
	padding-top: 50px;
	z-index: 10;
}

.wrapper_right
{
	width: 654px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	float: right;
	position: relative;
	padding-top: 85px;
	padding-bottom: 20px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	z-index: 0;
	line-height: 150%;
}

.content_right
{
	float: 			right;
	width: 			241px;
	margin-left: 	20px;
}

.content_left
{
	float: left;
	width: 389px;
}

.wrapper_contact
{
	text-align: left;
	color: #2CA9D5;
	font-size: 15px;
	/*font-family: Verdana, Arial;
	font-weight: bold;*/
	font-weight:	bolder;
	font-family:	arial;
	padding: 10px 10px;
}

.footer
{
	float:		right;
	margin-top: 10px;
	text-align: right;
	color: #2CA9D5;
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 150%;
}
.footer a
{
	color: #00649F;
}

.wrapper_footer .links
{
	margin-top: 10px;
	float: left;
	color: #2CA9D5;
}
.wrapper_footer .links a
{
	color: #2CA9D5;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 150%;
}

/* Searchbox */

.topmenu
{
	text-align: right;
	color: #2CA9D5;
	font-size: 70%;
	font-family: Verdana, Arial;
	width: 640px;
	float: right;
	background: url("../images/spacer.gif") no-repeat bottom right;
	z-index: 10;
	position: relative;
}

.topmenu .links
{
	float: 			right;
	margin-top: 	11px;
	margin-right:	20px;

}
.topmenu .links a
{
	color: #2CA9D5;
	font-size: 12px;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.topmenu .form
{
	float: right;
	height: 30px;
	margin: 10px 0 0 0;
	display: inline;
}

.topmenu .form input
{
	float: 			left;
	padding-left: 	4px;
	border: 		none;
	font: 			11px Verdana, Arial;
	color: 			#2CA9D5;
	margin: 		0px;
	width: 			113px;
	height: 		17px;
	border: 		0px solid #fff;
	background: 	url(../images/searchfield.gif) no-repeat;
}

.topmenu .form .submit
{
	height: 14px;
	width: 20px;
	background: url(../images/search_btn.jpg) no-repeat top right;
	font-family: Verdana, Arial;
}


/************* Menu **********************/
.menu
{
	float: left;
	width: 220px;
	padding: 0px;
	margin: 0px;
	background-color: #2CA9D5;
	font-family: Verdana, Arial;
	z-index: 10;
	position: relative;
	height: 152px;
}

.menu h2
{
	margin: 5px;
	padding-left:	5px;
}

.menu .map
{
	margin-left: 7px;
}

.menu .map span
{
	font-size: 6px;
}

.menu ul
{
	/*background-image: url("../images/trans.gif"); /* dit is een fix om er voor te zorgen dat de focus ook zonder text werkt */
	list-style:none;
	width: 220px;
	padding: 0px;
	margin: 0px;
}

.menu ul a
{
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial;
	text-decoration: none;
	text-align: left;
	width: 190px;
	height: 20px;
	margin: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-top: 5px;
	line-height:	16px;

	display: block;
	background: transparent url(../images/menu/list_icon.png) no-repeat 8px 5px;
}
.menu ul ul a
{
	background-image:	none;
	padding:			0px;
	padding-left: 		5px;
	padding-top:		2px;
	padding-bottom:		2px;
	width: 				192px;
	background-color:	#85D3EE;
	border-bottom:		1px solid #A8DBEA;
	margin-left:		10px;
	height:				16px;
	line-height:		14px;
}
.menu ul ul li
{
	background-color:	#85D3EE;
}

.menu ul li.active, .menu ul li.child_active,
.menu ul li:hover, .menu ul li.hover
{
	background-color: 	#85D3EE;
}
.menu ul a:hover
{
	color: 				white;
	background-color: 	#85D3EE;
	cursor:				pointer;
}
.menu ul ul a:hover
{
	text-decoration:	underline;
	background-image:	none;
}

.menu li
{
	position: relative;
	z-index: 10;
}

.menu ul ul
{
	position: absolute;
	top: 0px;
	left: 220px;
}

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

.menu ul li:hover ul,
.menu ul ul li:hover ul
{
	display: block;
	position: absolute;
	z-index: 10;
	padding-bottom: 3px;
}

.menu UL.level1
{
	background: url(../images/menu/top.png) no-repeat top;
	padding-top: 10px;
}

.menu .level1 .last
{
	background: 		url(../images/menu/bottom.png) no-repeat bottom;
	padding-bottom: 	8px;
}
.menu .level1 .last A
{
	margin-left:		0px;
	padding-left:		15px;
	width: 				205px;
	border-bottom:		0px;
}

.project_image
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.content
{
	float: left;
}

.project_thumbnails .thumbnail
{
	float: left;
	padding: 10px;
}

.leesmeer
{
	color: #CC0000;
	background-image: none;
	padding-left:	0px;
}

.leesmeer:hover
{
	color: #CC0000;
	background-image: none;

}

.selector
{
	background: url(../images/bg_selector.gif) repeat-x top left;
	color: #FFFFFF;
	width: 233px;
	height: 34px;
	vertical-align: middle;
	/*text-align: center;*/
	padding-top: 14px;
	margin-top: 30px;
	padding-left: 8px;
}
.selector select, .selector select option
{
	font-size: 12px;
}

/*Selects*/
.NFSelect
{
	height:16px;
	position:absolute;
	border:1px solid transparent;
	margin-top: 2px;
}
.NFSelectLeft
{
	float:left;
	width:4px;
	height:16px;
	background:url(../images/selector_box_left.gif) no-repeat 0 0;
	vertical-align:middle;
}
.NFSelectRight
{
	height:16px;
	width:auto;
	background:url(../images/selector_box_right.gif) no-repeat 100% 0;
	cursor:pointer;
	font:10px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#E90000;
	padding-left:3px;
	margin-left:4px;
}
.NFSelectTarget
{
	position:absolute;
	background:none;
	margin-left:-13px;
	margin-top:14px;
	z-index:3;
	left:0;
	top:0;
	padding-bottom:13px;
}
.NFSelectOptions
{
	position:relative;
	background:#FFFFFF;
	margin-left:16px;
	margin-top:0;
	list-style:none;
	padding:4px 0;
	color:#000000;
	font:10px/16px Verdana, Arial, Helvetica, sans-serif;
	z-index:4;
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	left:0;
	top:0;
}
.NFSelectOptions li
{
	padding-bottom:1px;
}
.NFSelectOptions a
{
	display:block;
	text-decoration:none;
	color:#000000;
	padding:2px 3px;
	background:none;
}
.NFSelectOptions a.NFOptionActive
{
	background:#FFFFFF;
}
.NFSelectOptions a:hover
{
	background:#2CA9D5;
}


.content p
{
	clear: both;
	margin-bottom: 5px;
}
.content img
{
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}
#ContentDiv form td
{
	padding-bottom: 3px;
}
#ContentDiv form input, #ContentDiv form textarea, #ContentDiv form select
{
	background-color: #FFFFFF;
	border: 1px solid #2CA9D5;
}
#ContentDiv form input.button
{
	background-color: #2CA9D5;
	color: #FFFFFF;
}
#ContentDiv form .mandatory_field
{
	background-color: #FFFFFF;
}



/*Focused*/
.NFfocused {border:1px dotted #666;}
/*Hovered*/
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}
/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
select, input, textarea, button {outline:none; resize:none;}