body {
	margin:0;
	padding:0;
	/*font-family:Georgia,Serif;*/
	font-family:arial,helvetica,clean,sans-serif;
	color:#2b2b2b;
	font-size:12px;
	
	background-color:#f2f2f2;
}
#container {
	margin:0 auto;
	width:940px;
}
h2 {
	font-size:13px;
	font-weight:bold;
	margin:9px 0 3px 0;
	/*color:#fa5b0f;*/
	color:#f94500;
}
a {
	color:#f94500;
	text-decoration:none;
	outline:none;
}
a:hover {
	background-color:#f94500;
	color:white;
	padding:2px;
}
a.anchor {
	height:75px;
	display:block;
}
#navigation a:hover, a.anchor:hover {
	padding:0 !important;
	background-color:transparent !important;
}
.project_main {
	width:460px;
	float:left;
	margin-right:20px;
}
.project {
	float:left;
	margin:40px 20px 75px 0;
	width:300px;
	border-top:1px dotted #2b2b2b;
	padding-top:5px;
}
.project_last {
	float:left;
	margin:40px 0 0 0;
	width:300px;
	border-top:1px dotted #2b2b2b;
	padding-top:5px;
}


.project_main_last {
	width:460px;
	float:left;
}
.legend {
	width:455px;
	border-top:1px dotted #888888;
	margin:3px 0;
	background-color:#e8e8e8;
	height:50px;
	padding-left:5px;
	
}
.legend_small {
	width:295px;
	border-top:1px dotted #888888;
	margin:3px 0;
	background-color:#e8e8e8;
	height:50px;
	padding-left:5px;
}
.title {
	border-bottom:1px solid #848484;
	margin-bottom:25px;
}
#content {
	height:670px;
	overflow:hidden;
	padding-top:50px;
}
#fixed-top {
	/*border-top:3px solid #707070;*/
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
	background-color:#F2F2F2;
}
#navigation {
	color:white;
	line-height:22px;
	margin:0 auto;
	padding:3px 10px 5px;
	width:940px;
	z-index:50;
	background-color:#F2F2F2;
}
#navigation a {
	color:white;
	text-decoration:none;
}
.knop {
	background:-moz-linear-gradient(center bottom , #303030 29%, #454545 65%, #6B6B6B 97%) repeat scroll 0 0 transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	padding: 5px; 
	color:white;
	margin:10px 10px 10px 10px;
}
.date {
	background-color: #f94500;
	/*background:-moz-linear-gradient(center bottom , #f94500 29%, #f94500 65%, #fb7433 97%) repeat scroll 0 0 transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E8E8E8;*/
	padding: 3px; 
	width:39px; 
	color:white; 
	float:left; 
	margin:6px 8px 3px 3px; 
	font-size:11px;
}
.date_cv {
	background-color: #f94500;
	/*background:-moz-linear-gradient(center bottom , #f94500 29%, #f94500 65%, #fb7433 97%) repeat scroll 0 0 transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E8E8E8;*/
	padding: 4px; 
	color:white; 
	float:left; 
	margin:0px 4px 3px 3px; 
	font-size:11px;
}
.job_cv {
	line-height:25px;
	font-weight:bold;
}
.me {
	margin-right:10px;
}
#cv ul {
	list-style-type:none;
	margin-bottom:30px;
}
#projecten, #cv {
	/*visibility:hidden;*/
}
ul#nav {
	list-style-type:none;
	background-color:#1c1c1c;
	padding:0;
	margin:0;
	height:55px;
	margin-left:20px;
}
ul#nav li {
	float:left;
	padding-top:27px;
	padding-bottom:6px;
	border-left:1px solid #f2f2f2;
}
ul#nav li:hover {
	background-color:#f94500;
	cursor:pointer;
}
ul#nav li img {
	border:none !important;
	margin:0 16px;
}
#about p {
	/*width:750px;*/
}

