*	{
	margin:0;
	padding:0;
	}

a {
	outline: none;
	border: none;
}

#site_container {
	width:980px;
	height:auto;
	margin:0 auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
/* pagina header */
#header_container {
	width:auto;
	overflow:hidden;
	}
	
#header_container h1 {
	font-size:3.3em;
	font-weight:bold;
	color:#999;
	}
#header_container h2 {
	font-size:2.5em;
	font-weight:normal;
	font-style:italic;
	}
	
#menu_balk {
	width:100%;
	height:auto;
	background-color:#999999;
	font-size:1.3em;
	overflow:hidden;
	}
.menu_item {
	/*width:80px;*/
	float:right;
	background-color:#999999;
	border-left:1px solid #FFFFFF;
	height:auto;
	padding:2px 5px;
	}
.menu_item.actief {
	background-color: #C93C3C;
}	
.menu_item a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	}
.menu_item a:hover {
	color:#000000;
	}

.menu_item_black {
	width:80px;
	float:right;
	background-color:#999999;
	border-left:1px solid #FFFFFF;
	height:auto;
	padding:2px 0 2px 10px;
	}
.menu_item_black a {
	display:block;
	color:#000;
	font-style:italic;
	text-decoration:none;
	}
.menu_item_black a:hover {
	text-decoration: underline;
	}

#page_nav {
	font-size:1.2em;
	font-style:italic;
	float:right;
	margin:20px 90px 10px 0px;
	}

#page_nav .active {
	color:#000000;
	}
	
#page_nav .inactive {
	color:#999999;
	}
	
/* ### project ### */	
/* ### per project gebruiken ### */
.project {
	/*border-top:1px solid #666666;*/
	margin-bottom:20px;
	/*position:relative;*/
	overflow: hidden;
	padding-left: 10px;
	clear:both;
	}

.img_container {
	width: 300px;
	height: 285px;
	padding-top: 15px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 20px 20px 0px;
	display: block;
}
.txt_container {
	width: 300px;
	height: 300px;
	float:right;
	margin: 0 0px 20px 0px;
	display: block;
	/*border: 1px solid #f00;*/
	padding-right: 25px;
}
.clear {
	clear:both;
}
img {
	margin-left:auto;
	margin-right: auto;
	display:block;
	}
a img {
	border: none;
}
	
.titel {
	font-size:1.5em;
	font-weight:bold;
	text-decoration:underline;
	}
.details {
	margin-top:2px;
	font-size:1em;
	letter-spacing:.03em;
	line-height:1.5em;
	}
.bijzonderheden {
	margin-top:15px;
	font-size: 1em;
	/*letter-spacing:.1em;*/
	line-height:1.5em;
	color:#666;
}
.textblok {
	margin: 0 30px 0 430px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
.textblok p {
	margin: 10px 0 0 0;
	}
.textblok a {
	color: #000;
}
.textblok h1 {
	font-size:3.3em;
	font-weight:bold;
	color:#999;
	}
.textblok h2 {
	font-size:1.8em;
	font-weight:normal;
	}
.textblok h5 {
	font-size:.9em;
	font-weight:normal;
	margin-bottom: 4px;
	color: #666;
}

li {
	line-height: 1.4em;
}

/*## cv dingen ##*/
table {
	padding-bottom: 28px;
}
tr {
	vertical-align: top;
}
td{
	padding: 0 0 0px 0;
}
.cv_header {
	font-weight: bold;
	width: 160px;
	padding-bottom: 3px;
	}
.cv_jaartal {
	width: 160px;
	text-align:right;
	padding-right: 10px;
	line-height: 1.4em;
	color:#666;
}
.cv_omschrijving {
	font-weight: normal;
	line-height: 1.4em;
	}
	
	
dt {
	clear:both;
	float:left;
	font-weight: bold;
	width: 140px;
}

dd {
   float:left;
   font-weight: normal;
   line-height: 1.4em;
   padding: 0 0 30px 0;
}
