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, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}

/*####################################
#	BODY, HTML
####################################*/

body, html {
	background: #FFF url(../images/bg_body.gif) repeat top left;
	color: #eeeded;
	font: normal 12px Arial, Tahoma, Helvetica, serif;
	height: 100%;
	width: 100%;
	}
	
html>body {
	font-size: 12px;
	}
	
#wrapper {
	min-height: 100%;
	position: relative;
	background: url(../images/bg_body_gradient.gif) repeat-x top left;
	}
	
* html #wrapper {
	height: 100%;
	}

.container {
	margin: 0 auto;
	padding: 0 33px;
	width: 900px;
	}
	
.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	}
	
a,
a:visited {
	color: #999db9;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
/*####################################
#	LOGO
####################################*/
	
#logo h1 {
	background: url(../images/logo.png) no-repeat top left;
	float: left;
	height: 182px;
	margin: 0px;
	text-indent: -1000em;
	width: 383px;
	}

/*####################################
#	CONTENT
####################################*/

#body {
	padding: 175px 0px 20px;
	}

#body .container .pagetitle {
	width: 692px;
	padding-bottom: 6px;
	text-align: right;
	color: #abacaf;
	font: bold 14px Tahoma, Helvetica, serif;
	letter-spacing: 1.2px;
}

#body .container .content div {
	float: right;
	}
	
#body .container .content img {
	border: 1px solid #4d4d4d;
	padding: 1px;
	}
	
#body .container .content .item {
	width: 689px;
	height: 424px;
	border: 1px solid #4d4d4d;
	padding: 1px;
	margin-right: 48px;
	/*overflow-x: hidden;
	overflow-y: auto;*/
	}
#body .container .content .item img {
	border: none;
	padding: 0px;
	margin: 0px;
	float: right;
	}
#body .container .content .item h3 {
	font: bold 12px Arial, Tahoma, Helvetica, serif;
	margin: 10px 0px 0px 0px;
	}
#body .container .content .item .thumbtext h3 {
	font: bold 12px Arial, Tahoma, Helvetica, serif;
	margin: 0px 0px 10px 0px;
	}
#body .container .content .item .thumbimages {
	width: 325px;
	float: right;
	text-align: right;
	}
#body .container .content .item .thumbimages img {
	float: right;
	padding: 0px 0px 1px 1px;
	}
#body .container .content .item .thumbtext {
	display: none;
	width: 300px;
	float: left;
	line-height: 1.45em;
	margin: 16px 0px 0px 18px;
	}
	
#body .container .content .item.projectnames {
	overflow: hidden;
	}
#body .container .content .item.projectnames div p {
	width: 160px;
	width: 160px;
	height: 49px;
	float: left;
	text-align: center;
	padding-top: 35px;
	color: #abacaf;
	font: bold 14px Tahoma, Helvetica, serif;
	text-decoration: none;
	cursor: pointer;
	}
#body .container .content .item.projectnames div img {
	float: right;
	padding-bottom: 1px;
	}
	
#body .container .content .item .projecttext {
	width: 200px;
   height:380px;
	float: left;
	margin: 16px 0px 0px 18px;
	}
#body .container .content .item .projecttext h5 {
	font: bold 12px Arial, Tahoma, Helvetica, serif;
	margin: 18px 0px 2px 0px;
	}
	
#body .container .content .item h4 {
	font: bold 12px Arial, Tahoma, Helvetica, serif;
	margin: 25px 0px 10px 0px;
	border-bottom: 1px solid #696a71;
	}
#body .container .content .item .date {
	float: right;
	font: bold 9px Arial, Tahoma, Helvetica, serif;
	margin-top: -24px;
	}
	
#body .container .content .item .projectimage {
	float: right;
	margin-right: 1px;
 	width: 370px;
	height: 420px;
	}
#body .container .content .item .projectthumbimages {
	float: right;
 	width: 84px;
	}
#body .container .content .item .projectthumbimages img {
	float: right;
	padding: 0px 0px 1px 0px;
	}
#body .container .content .item .projectthumbimages .info {
	font-weight: bold;
	text-align: center;
	padding: 32px 32px 0px 0px;
	}
	
#body .container .content .item .first {
	margin-top: 0px !important;
	}

#body .container .content .item .text {
	float: left;
	line-height: 1.45em;
	/*margin: 16px 0px 0px 18px;*/
	padding-bottom: 15px;
   /*border:1px #000 solid;*/
	}
#body .container .content .item .text.thin {
	width: 270px;
   padding: 16px 16px 0px 18px;
	}
#body .container .content .item .text.wide {
	width: 454px;
 height: 408px;
 padding: 16px 16px 0px 18px;
 overflow-x: hidden;
 overflow-y: auto;

	}
	
#body .container .content .item .login { 
	color: #eeeded; 
	padding: 25px 0px 0px 3px; 
	}
#body .container .content .item .login label { 
	font-weight: bold; 
	padding-right: 10px; 
	}
#body .container .content .item .login input { 
	color: #eeeded;
	border: 1px solid #525658; 
	}
#body .container .content .item .login input#text { 
	width: 100px; 
	background-color: #32393a; 
	height: 16px; 
	line-height: 16px; 
	margin-right: 3px; 
	padding: 2px 4px; 
	}
#body .container .content .item .login input.img { 
	margin-bottom:-2px;
	border: none; 
	background-color: transparant; 
	}
	
/* new employee thumbs */
#body .container .content .item .employeeimages {
	width: 341px;
	float: right;
	text-align: right;
	}
#body .container .content .item .employeeimages img {
	float: right;
	padding: 0px 0px 1px 1px;
	}
#body .container .content .item .employeetext h3 {
	font: bold 12px Arial, Tahoma, Helvetica, serif;
	margin: 0px 0px 10px 0px;
	}
#body .container .content .item .employeetext {
	display: none;
	width: 300px;
	float: left;
	line-height: 1.45em;
	margin: 16px 0px 0px 18px;
	}	
/*####################################
#	NAVIGATION
####################################*/
	
#body .container .content .navigation {
	width: 157px;
   height: 426px;
	background-color: #1d1d1d;
	border: 1px solid #5f6067;
	}
#body .container .content .navigation ul {
	padding: 22px 0px 0px 22px;
	}
#body .container .content .navigation ul li {
	line-height: 26px;
	}
#body .container .content .navigation ul li a {
	font-weight: bold;
	color: #eeeded;
	text-decoration: none;
	}
#body .container .content .navigation ul li a:hover {
	text-decoration: underline;
	}
#body .container .content .navigation ul li a.active {
	color: #999db9;
	} 
	
#body .container .content .navigation ul li ul {
	padding: 0px 0px 10px 12px;
	}
#body .container .content .navigation ul li ul li {
	line-height: 20px;
	}
#body .container .content .navigation ul li ul li a {
	font-weight: normal;
	text-decoration: none;
	}
#body .container .content .navigation ul li ul li a:hover {
	text-decoration: underline;
	}
#body .container .content .navigation ul li ul li a.active {
	color: #999db9;
	} 
#body .container .content .item .link_back {
 float:left;
 padding-left:20px;
 }
#body .container .content .item .link_back a {
 font-weight: bold;
 padding: 3px 0px 1px 10px;
 background: url(../images/icon_arrowback.gif) no-repeat left 7px;
 }

#background_contact {
   background: transparent url(../images/photo_contact.jpg) fixed no-repeat top right;
}
#background_medewerkers {
   background: transparent url(../images/photo_medewerkers.jpg) fixed no-repeat 403px 200px;
}
#background_vacatures {
   background: transparent url(../images/photo_vacatures.jpg) fixed no-repeat 590px 200px;
}
/*####################################
#	FIX FLOAT MARGIN ISSUE
####################################*/

#body .container .content div {
	display: inline;
	}
