@charset "utf-8";
/* CSS Document */
/*-----------------reset css code------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------body--------------------------*/
body {
	background:url(images/body_bg.png) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
}
.clearer {
	margin:0;
	padding:0;
	clear:both;
}
/*--------------------------wrapper--------------------------*/
	div#wrapper {
		width:900px;
		margin:0 auto;
	}
/*--------------------------header--------------------------*/
div#logo {
	float:left;
	padding-top:25px;
}
div#logo h1 a {
	background:url(images/logo.png) no-repeat top left;
	width:340px;
	display:block;
	height:63px;
	text-indent:-2000px !important;
}
div#menu {
	float:right;
	margin-top:63px;
}
div#menu ul li {
	float:left;
	padding-left:28px;
}
	div#menu ul li a {
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		font-size:14px;
		line-height:normal;
		color:#a4b6b8;
		height:42px;
	}
		/*ul li a.home {
			background: url(images/menu_home.png) no-repeat top left;
			width:40px;
		}
		ul li a.dienstverlening {
			background: url(images/menu_dienstverlening.png) no-repeat top left;
			width:99px;
		}
		ul li a.high_impact_teambuilding {
			background:url(images/menu_high_impact_team.png) no-repeat top left;
			width:162px;
		}
		ul li a.contact{
			background:url(images/menu_contact.png) no-repeat top left;
			width:51px;
		}
			#menu ul li a.active {
					background-position:left bottom !important;
			}
			#menu ul li a:hover {
					background-position:left bottom !important;
				}*/
			#menu ul li a.active {
				color:#fdfdfd;
				border-bottom:13px #1b292b solid;
				padding-bottom:12px;
			}
			#menu ul li a:hover {
				color:#fdfdfd;
				border-bottom:13px #1b292b solid;
				padding-bottom:12px;
			}
						
/*--------------------------content--------------------------*/
div#content {
	/* min-height:500px;
  	height:auto !important;
  	height:500px; */
}

img.slogan {
	margin-top:30px;
	padding-bottom:30px;
}
img.teambuilding {
	margin-top:14px;
	padding-bottom:30px;
}
div#content p {
	font-size:12px;
	line-height:16px;
	padding-top:10px;
	padding-right:12px;
}

/*--------------------------Headings--------------------------*/
h1.dienstverlening {
	background:url(images/Dienstverlening_heading.png) no-repeat 0 35px;
	text-indent:-2000px;
	padding-bottom:55px;
	border-bottom:#EAECEC solid 2px;
	clear:both;
}
h1.contact {
	background:url(images/contact.png) no-repeat 0 35px;
	text-indent:-2000px;
	padding-bottom:55px;
	border-bottom:#EAECEC solid 2px;
	clear:both;
}

h1.high_impact_teambuilding {
	background:url(images/high_impact_teambuilding.png) no-repeat 0 35px;
	text-indent:-2000px;
	padding-bottom:55px;
	clear:both;
}
h1.referenties {
	background:url(images/referenties-heading.png) no-repeat 0 35px;
	text-indent:-2000px;
	padding-bottom:55px;
	border-bottom:#EAECEC solid 2px;
	clear:both;
}
h3 {
	font-size:12px;
	padding-top:10px;
	padding-bottom:1px !important;
	}
h3.erik_jan_kool {
	color:#898989;
	font-size:14px;
	font-style:italic;
}
/*--------------------------left content--------------------------*/
div#left_content {
	width:450px;
	float:left;
	margin-bottom:20px;
}
	h2 {
		color:#689496;
		font-style:italic;
		font-size:18px;
		font-weight:lighter;
		padding:5px 5px 5px 0
	}
	div.dienstverlening h2{
		padding-top:25px !important;
		}
	div#left_content p {
		font-size:12px;
		line-height:16px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:12px;
	}
	div#left_content p a {
		color:#5D999D;
	}
	div#left {
		display:inline-block;
		background:url(images/border.png) repeat-y top right;
	}
/*--------------------------right content--------------------------*/
div#right_content {
	float:right;
	width:430px;
	padding-left:15px;
	margin-bottom:20px;
}
	div#right_content p {
		font-size:12px;
		line-height:16px;
		padding-top:10px;
		padding-bottom:10px;
	}
	div#right_content p a {
		color:#5D999D;
	}
	div#content ul li {
		font-size:12px;
		background:url(images/arrow.png) no-repeat bottom left;
		padding-left:10px;
		line-height:16px;
		
	}	
	div#right {
		display: inline-block;
		background: url(images/border.png) repeat-y top left;
		padding-left: 28px;
	}
	
	div.contact {
		font-size: 11px;
	}
		
/*--------------------------footer--------------------------*/
div#footer {
	background:url(images/footer_bg.png) no-repeat top center;
	height:74px;
	
}
div#inner_footer {
	width:900px;
	margin:0 auto;
}
	.copyright {
		padding-bottom:10px;
		padding-left:15px;
	}
	#footer_left_content {
		float:left;
		margin-top:30px;
	}
	#footer_right_content {
		float:right;
		margin-top:14px;
	}
	
* {
        margin: 0;
    }
    html, body {
        height: 100%;
    }
    div#wrapper {
        min-height: 100%;
        height: auto !important;
       height: 100%;
       margin: 0 auto -74px;
   }
   #footer, #push {
       height: 74px;
   }
/*--References Page--*/
.companies {
	margin-top:15px;
}
	.companies ul li {
		background:none !important;
	}
	.companies a {
		text-decoration:none;
		color:#689496;
		font-size:14px;
		font-weight:lighter;
		padding-top:10px;
		display:block;
	}
#companies-detail {
	margin-top:15px;
}
	#companies detail p {
		font-size:12px;
		line-height:normal;
	}
		
div#left_content_reference {
	width:280px;
	float:left;
	margin-bottom:20px;
}
div#right_content_reference {
	float:right;
	width:580px;
	padding-left:20px;
	margin-bottom:20px;
}
div#border-left {
		display:block;
		background:url(images/border.png) repeat-y top right;
	}
