/**********************
Standaard HTML tags 
**********************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 20px 0 10px 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	font-size: 26px;
	padding: 0px;
}

h2 {
	font-size: 20px;
	padding: 0px;
}

h3 {
	font-size: 18px;
	padding: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin: 15px 0 5px 0;
	padding: 0px;
}

img {
	border: none;
}

p {
	margin-top: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 1px;
	overflow: hidden;	
}

/**********************
Layout DIVjes
**********************/

#mainContainer {
	width: 100%;
	text-align: left;
}

#header,
#header_image,
#mainMenu {
	display: none;
}

#contentContainer {
	width: 100%;
}

#mainContent {
	width: 100%;
	line-height: 20px;
}

#mainContent a {
	color: #000;
	text-decoration: underline;
}

#breadcrumb {
	color: #bdbdbd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	display: block;
	margin-bottom: 20px;
}

#breadcrumb a {
	text-decoration: none;
	color: #bdbdbd;
}

#breadcrumb span a {
	color: #bdbdbd;
}

/* itemlist - lijst met items zoals projecten */
#itemlist {
	margin-top: 15px;
}

#itemlist .item {
	margin: 0 0 15px 0;
	padding: 16px;
}

/* Team - lijst met medewerkers */
#team {
	margin-top: 15px;
}

.teamPhoto {
	padding: 0 1px 0 1px;
	float: left;
}

.teamDesc {
	float: right;
	width: 475px;
}

.teamCV {
	font-size: 11px;
	margin-top: 14px;
}

/* edit in place */
.eipBar {
	display: none;
}