/*== Reset CSS ==*/
html
{
	color: #FFFFFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,t
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
ul li
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup 
{
	vertical-align: text-top;
}
sub 
{
	vertical-align: text-bottom;
}
input,textarea,select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*to enable resizing for IE*/
input,textarea,select
{
	*font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend
{
	color: #000000;
}
a
{
	outline: 0;
}
/*== end reset==*/

/*== Typographic ==*/
body, th, td, a, input, textarea, select, strong
{
	color: #1A171B;
	font-family: Arial, helvetica, serif;
	font-size: 12px;
	line-height: 18px;
}
input
{
	font-size: 10px;
}
p
{
	padding: 0 0 10px 0;
}
.text
{
	line-height: 17px;
}
h1
{
	color: #FFFFFF;
	font-size: 15px;
	font-style: italic;
}
h2
{
	color: #FFFFFF;
	font-size: 15px;
	font-style: italic;
}
h2.newsTitle
{
	color: #1A171B;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
h3
{
	font-size: 12px;
	font-weight: bold;
}
/*.font_small,
.font_small a
{
	font-size: 12px !important;
}
.font_small input,
.font_small textarea
{
	font-size: 13px !important;
}
.font_normal,
.font_normal a
{
	font-size: 14px !important;
}
.font_normal input,
.font_normal textarea
{
	font-size: 14px !important;
}
.font_big,
.font_big a
{
	font-size: 16px !important;
}
.font_big input,
.font_big textarea
{
	font-size: 15px !important;
}*/
/*== ==*/

/*== Global definitions ==*/
a
{
	color: #2D8AA9;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #58297A;
	text-decoration: underline;
}
a:visited
{
	color: #2D8AA9;
}
ul
{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
ul li
{
	padding: 0 0 0 24px;
	list-style: none;
	background: transparent url('/images/bullet_black.gif') no-repeat 8px 6px;
}
ol
{
	margin: 0 0 0 24px;
	padding: 0 0 10px 0;
}
ol li
{
	
}
blockquote
{
	margin: 16px 40px 16px 40px;
}
.invisible
{
	float: left;
	overflow: hidden;
	height: 0;
	width: 0;
	visibility: hidden;
}
.hidden
{
	display: none;
}
.afb_
{
	clear: both;
	display: block;
}
.afb_Links
{
	float: left;
	margin: 0 15px 5px 0;
}
.afb_Rechts
{
	float: right;
	margin: 0 0 5px 15px;
}
.link_
{
	display: block;
}
.zichtbaar_,
.only_when_printing
{
	display: none !important;
}
a.backlink
{
	
}
a.anchor_top
{
	
}

body
{
	
}
#root
{
	overflow:hidden;
	margin: 0 auto;
	width: 900px;
	background: url(/images/mainBg.gif) repeat-y left top;
}
#margins
{
	padding: 0 0 60px 0;
	overflow:hidden;
	background: url(/images/footerBg.gif) no-repeat left bottom;
}
#menuHolder
{
	height: 41px;
	margin: 0 7px 0 6px;
	background: url(/images/menuBg.jpg) repeat-x left top;
}
#menuMargins
{
	padding: 0px 2px 17px; 
}
#menu
{
	float:left;
	padding:10px 0 0;
	width:515px;
}
	/*Mainmenu*/
#menu .level1
{
	float: left;
	width: 900px;
}
#menu .level1 a
{
	
}
#menu .level1 .item1
{
	
}
#menu .level1 .item1 a
{
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: transparent url(/images/menuSep.gif) no-repeat scroll right 3px;
	padding: 0 18px 0 18px;
}
#menu .level1 .hover1,
#menu .level1 .active1,
#menu .level1 .childactive1
{
	
}
#menu .level1 .hover1 a,
#menu .level1 .active1 a,
#menu .level1 .childactive1 a
{
	color: #6FB052;
}
	
	/*End Mainmenu*/
	
#loginBtn
{
	float: left;
	overflow: hidden;
	padding: 7px 0 0 11px;
}
#searchBox
{
	float: left;
	padding: 7px 0 0 87px;
}
#searchBoxMargins
{
	width: 165px;
	height: 22px;
	background: transparent url(/images/searchBg.png) no-repeat left top;
}
.search_field_wrapper
{
	padding: 3px 0 0 9px;
	float: left;
}	
.search_field_wrapper #fld_metzoektermen
{
	color: #70B04F;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
#fld_metzoektermen
{
	border: medium none;
	color: #70B04F;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
.search_button_wrapper
{
	float: left;
	padding: 6px 0 0 7px;
}
.search_hidden_fields
{

}	
#logoHolder
{
	position: relative;
	height: 100px;
	background: url(/images/topSwoosh.gif) no-repeat center top;
}
#logo
{
	padding: 30px 0 0 34px;
}
#newsletter
{
	left: 701px;
	top: 76px;
	position:absolute;
}
#slideHolder
{
	padding: 0px 0 40px 0;
}
#slideHolderMargins
{
	width:840px;
	margin: 0 auto;
}
#slideFrame
{
	height: 250px;
	width: 840px;
	border: 1px solid #CADBE3;
	background: #FFFFFF none repeat scroll 0 0;
}
#slideTop
{
	
}
#slideMid
{
	
}
#slideBottom
{
	
}
#contentHolder
{
	width: 900px;
}
#contentHolderMargins
{
	padding: 0 30px;
}
.readMore
{
	padding:0 18px;
	text-decoration:none;
	font-weight:bold;
	color:#2D8AA9;
	background:transparent url(/images/readMore.png) no-repeat scroll left 1px;
}
.readMoreBlock
{
	padding:0 18px;
	text-decoration:none;
	font-weight:bold;
	color:#2D8AA9;
	display: block;
	background:transparent url(/images/readMore.png) no-repeat scroll left 1px;
}
.lastPage
{
	margin:5px 0 0 14px;
	padding:0 0 0 25px;
	font-weight:bold;
	text-decoration:none;
	color:#2D8AA9;
	background:transparent url(/images/lastPage.png) no-repeat scroll left 3px;
}
.lastPage_1
{
	margin:5px 0 0 0;
	display: block;
	padding:0 0 0 25px;
	font-weight:bold;
	text-decoration:none;
	color:#2D8AA9;
	background:transparent url(/images/lastPage.png) no-repeat scroll left 3px;
}
#footer
{
	margin: 0 auto;
	width: 900px;
	height: 50px;
	background: url(/images/footerTop.gif) no-repeat left top;
}
#footerMargins
{
	overflow: hidden;
	padding: 6px 0 0 15px;
}
#copyright
{
	color: #025178;
	font-size: 10px;
	float: left;
}
#footerMenu
{
	float: right;
	width: 375px;
}
	/*Footermenu*/
#footerMenu .level1
{

}
#footerMenu .level1 a
{
	
}
#footerMenu .level1 .item1
{
	
}
#footerMenu .level1 .item1 a
{
	display: block;
	float: left;
	color: #025178;
	font-size: 10px;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
#footerMenu .level1 .hover1,
#footerMenu .level1 .active1,
#footerMenu .level1 .childactive1
{
	
}
#footerMenu .level1 .hover1 a,
#footerMenu .level1 .active1 a,
#footerMenu .level1 .childactive1 a
{
	text-decoration: underline;
}
.item_navigation
{
	padding: 0 0 0 0;
	font-size: 11px;
}	
.item_navigation a
{
	text-decoration: none;
}	
.loop-navigation-number-active
{
	font-weight: bold;
}	
.loop-navigation-number
{

}	
	/*End Footermenu*/

.textBlock
{
	display: block;
	padding: 5px 14px 10px 14px;
	overflow:hidden;
}
.textBlock2
{
	display: block;
	padding: 5px 25px 10px 10px;
}
#root.oneColumn .textBlock img
{
   padding: 2px;
   border: 1px solid #CAD9E0;
}
.sitemap a
{
	text-decoration: none;
}

/*== ==*/

/*== Specific definitions ==*/
	/*Two column*/
	
#root.twoColumn #leftColumn
{
	float: left;
	width: 550px;
}
#root.twoColumn #leftColumnMargins
{
	
}
#root.twoColumn .titleBar
{
	height: 33px;
	background: url(/images/titleBg.gif) repeat-x left top;
	position: relative;
}
#koffie{
	position: absolute;
	left: 455px;
	top: -14px;
}
#krant{
	position: absolute;
	left: 120px;
	top: -12px;
	z-index: 100;
	display: block;
}
#root.twoColumn .titleBar span
{
	display: block;
	padding: 6px 0 0 15px;
}
#root.twoColumn .titleBar span h1
{
	
}
#root.twoColumn .leftContentHolder
{
	width: 286px;
	float: left;
}
#root.twoColumn .leftContent
{
	
}
#root.twoColumn .leftContentMargins
{
	padding: 30px 0 15px 0;
}
#root.twoColumn .leftContentMargins h3
{
	
}
#root.twoColumn .rightContentHolder
{
	width: 264px;
	float: left;
}
#root.twoColumn .rightContent
{
	
}
#root.twoColumn .rightContentMargins
{
	padding: 30px 0 15px 0;
}
#root.twoColumn #rightColumn
{
	float: right;
	width: 290px;	
}
#root.twoColumn #rightColumnMargins
{
	
}
#root.twoColumn .includeHolder
{
	padding: 0 0 30px 0;
}
#root.twoColumn .includeMargins
{
	margin: 0 0 0 60px;
	padding: 0px;
}
#root.twoColumn .includeMargins .newsInclude
{
	padding: 0 0 20px 0;
	position: relative;
}
	/*end Two column*/
	
	/*One  column*/
#root.oneColumn #leftColumn
{
	float: left;
	width: 550px;
}
#root.oneColumn #leftColumnMargins
{
	
}
#root.oneColumn .titleBar
{
	height: 33px;
	background: url(/images/titleBg.gif) repeat-x left top;
}
#root.oneColumn .titleBar span
{
	display: block;
	padding: 6px 0 0 15px;
}
#root.oneColumn .titleBar span h1
{
	
}
#root.oneColumn .leftContentHolder
{
	width: 550px;
	float: left;
}
#root.oneColumn .leftContent
{
	overflow: hidden;
}
#root.oneColumn .leftContentMargins
{
	overflow: hidden;
	padding: 30px 0 15px 0;
}
#root.oneColumn .leftContentMargins h3
{
	
}
#root.oneColumn .rightContentHolder
{
	width: 264px;
	float: left;
}
#root.oneColumn .rightContent
{
	
}
#root.oneColumn .rightContentMargins
{
	padding: 30px 0 15px 0;
}
#root.oneColumn #rightColumn
{
	float: right;
	width: 290px;	
}
#root.oneColumn #rightColumnMargins
{

}
#root.oneColumn .includeHolder
{
	padding: 0 0 30px 0;
}
#root.oneColumn .includeMargins
{
	margin: 0 0 0 60px;
	padding: 0px;
}	
#root.oneColumn .includeMargins .newsInclude
{
	padding: 0 0 20px 0;
	position: relative;
}	
	/*end One  column*/
	/*Services*/
#root.services
{

}
#root.services #midColumn
{
	float: left;
	width: 842px;
}
#root.services #midColumnMargins
{
	
}
#root.services .titleBar
{
	height: 33px;
	background: url(/images/titleBg.gif) repeat-x left top;
}
#root.services .titleBarGray
{
	float: left;
	height: 34px;
	width: 842px;
	background: url(/images/titleBgGray.gif) repeat-x left top;
}
#root.services .titleBar span
{
	display: block;
	padding: 6px 0 0 15px;
}
#root.services .titleBarGray span
{
	display: block;
	padding: 6px 0 0 8px;
}
#root.services .titleBarGray h1
{
	color: #1A171B;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
#root.services .midContentHolder
{
	width: 842px;
	float: left;
}
#root.services .midContent
{
	overflow: hidden;
}
#root.services .midContentMargins
{
	overflow: hidden;
	padding: 30px 0 15px 0;
}
#root.services .serviceOverview
{
	width: 842px;
	float: left;
}
#root.services .serviceMargins
{
	padding: 20px 0 0 0;
}
#root.services .serviceHolder
{
		
}
#root.services .serviceHolderMargins
{
	float:left;
	/*width: 93px;*/
	overflow:hidden;
	width:210px;
}
#root.services .serviceHolderMargins ul
{

}
#root.services .serviceHolderMargins li h2
{
	color: #1A171B;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
#root.services .serviceHolderMargins li:first-child
{

}
#root.services .serviceHolderMargins li 
{

}
#root.services .serviceHolderMargins li a 
{
	color: #1A171B;
	text-decoration: none;
}
#root.services .serviceHolderMargins li a:hover 
{
	color: #000000;
}
#root.services .serviceHolderMargins .margins
{
	border-right: 1px solid #E4EDF2;
	padding: 0 6px
}
#root.services .textBlock img
{
	border:1px solid #CAD9E0;
	padding:2px;
}
	/*end Services*/
	
	/*Vacancys*/
hr.grayLine2 
{
	background-color: #E2EBF0;
	border-width: 0;
	color: #E2EBF0;
	height: 1px;
	margin: 15px 0;
}

#root.oneColumn span.vacancyLocation
{
	font-weight: normal;
	font-style: italic;
	font-size: 11px
}
#root.oneColumn .location
{
	padding: 20px 0;
}
#root.oneColumn .titleBarVacancy
{
	height: 33px;
	background: url(/images/titleBgVacancy.gif) repeat-x left top;
}
#root.oneColumn .titleBarVacancy h2
{
	color: #1A171B;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
#root.oneColumn .titleBarVacancy span
{
	display: block;
	padding: 6px 0 0 15px;
}
#root.oneColumn .vacancy
{
	padding: 6px 0 0 14px;
}

	/*end Vacancys*/
/*== ==*/

	/*news input*/
#root.oneColumn .articleHolder
{
	overflow: hidden;
	padding: 0 0 20px 14px;
	width: 550px;
}	
#root.oneColumn .newsDate
{
	display: block;
	padding: 0 0 8px 0;
}	
#root.oneColumn .newsImage
{
	float: left;
	width: 180px;
}	
#root.oneColumn .newsImage img
{
	border:1px solid #CAD9E0;
	padding:2px;
}	
#root.oneColumn .newsArticleHolder
{
	float:left;
	width:345px;
}	
	/*end news input*/
/*Include blocks*/
#root.twoColumn .newsInclude
#root.twoColumn .newsInclude02
{
	background: #EDF2F6;
	padding: 0 0 20px 0;
}
#root .newsInclude h2
{
	color:#FFFFFF;
	font-size:16px;
	font-style:italic;
}
#root .includeContent
{
	padding: 31px 13px;
	background: #EDF2F6 none repeat scroll 0 0;
}
#root .includeContent span
{
	
}
#root .includeContent .includeTitle
{
	font-weight: bold;
}
#root .includeContent span img
{
   padding: 2px;
   border: 1px solid #CAD9E0;
}
#root .includeContent h3
{
	padding: 22px 0 0 0;
}
#root .includeText
{
	padding: 0 0 3px 0;
}
#root .includeText a
{
	text-decoration: none;
}
#root .includeText .hyperlinks a
{
	text-decoration: none;
	padding:0;
	font-weight:bold;
	color:#2D8AA9;
	xbackground:transparent url(/images/readMore.png) no-repeat scroll left 1px;
}
#root .includeText .hyperlinks a:hover
{
	text-decoration: underline;
}
#root .newsIncludeHolder
{
	padding: 0 0 10px 0;
}
#root.oneColumn .newsIncludeHolder .newsDate {
	display:block;
	padding: 0px;
	font-size: 11px;
	font-style: italic;
}
.vacancyIncludeRight
{
	padding: 31px 13px;
	background: #EDF2F6;
}
/*end Include blocks*/

/*inlog */
.inlogUsername
{
	margin: 0 0 10px 0;
}
.inlogUsername input,
.inlogPassword input
{
	height: 28px;
	border:1px solid #D1DFE8;
	font-size:12px;
	padding:6px;
	width:180px;
	margin: 0 0 15px 0;
}
.inlogUsername2,
.inlogPassword2
{
	border:1px solid #D1DFE8;
	font-size:12px;
	padding:6px;
	width:180px;
	margin: 0 0 15px 0;
}
.inlogPassword
{
	margin: 0 0 10px 0;
}
.inlogSubmit input
{
	background:#00517E none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-size:12px;
	height:25px;
	padding:0 10px;
	width:50px;
}
.inlogSubmit2
{
	background:#00517E none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-size:12px;
	height:25px;
	padding:0 10px;
	width:50px;
}
.inlogSubmit
{
	display:block;
	margin:15px 0 0;
}
.videoHolder
{
	display: block;
	margin: 20px 0;
	overflow: hidden;
}
/*end inlog */

/*formsetid*/
#frmEmailserviceMembership
{
	padding: 0 0 0 14px;
}
#frmEmailserviceMembership tr
{
	vertical-align: top;
	text-align: left;
}
#frmEmailserviceMembership #fld_email
{
	border:1px solid #D1DFE8;
	font-size:12px;
	height:18px;
	padding:6px;
	width:180px;
	margin: 0 0 0 10px;
}
#frmEmailserviceMembership p input
{
	background:#00517E none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-size:12px;
	height: 25px;
	padding:0 0 1px;
	width:63px;
	margin: 8px 0 0 89px;
}
.leftContentMargins .membershipForm input
{
	margin: 0 6px 0 89px;
}

hr.grayLine {
background-color:#C9CACA;
border-width:0;
color:#C9CACA;
height:1px;
margin:0 0px 15px 1px;
width:549px;
}

.googleMapsHolder
{
	float:left;
	width:320px;	
}
.mapsText
{
	float:right;
	padding:0 0 0 0;
	width:190px;
}
/*end formsetid*/
.sitemap
{
	display: block;
	padding: 0 0 0 14px;
}
/*== Fixes N Hacks ==*/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
	display: inline-block;	/* for IE/Mac */
}
/*== ==*/
