@charset "utf-8";
/* CSS Document */

body{
	background: #403A39;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c4c0c0;
	margin-bottom:10px;
	line-height:1.3em;
}

p a{
	color:#c4c0c0;
	text-decoration:underline;
}
p a:hover{
	color:#e7e7e7;
}
h1, h2, h3, h4, h5, h6{
	font-family:Helvetica, Verdana, sans-serif;

}

h1{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:3px;
}

h1 a{
	color:#9c9797;
}

h1 a:hover{
	color:#dfdfdf;
}

h2{
	color:#c4c0c0;
	font-size:16px;
	margin-bottom:10px;
}
h3{
	color:#c4c0c0;
	font-size:14px;
	margin-bottom:10px;
}
h4{
	color:#c4c0c0;
	font-size:13px;
	margin-bottom:10px;
}
h5{
	color:#c4c0c0;
	font-size:10px;
	margin-bottom:10px;
}
h6{
	font-family:Helvetica, Verdana, sans-serif;
	color:#c4c0c0;
	font-size:8px;
	margin-bottom:10px;
}

.left{
	float:left;
}
.right{
	float:right;
}

.small{
	font-size:9px;
}
.keeping_it_low{
	clear:both;
}

#midden {
	width:1000px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}

/*Header*/
#top{
	width:100%;
	background:#2d2524;
	border-bottom:1px solid #4D4240;

}
#header{
	background:#2d2524;
	height:150px;
	padding:35px 40px 0px;
	width:920px;
	margin:0 auto;
}

#menu_main{
	float:right;
	margin-top:36px;
	text-align:right;
	display:inline

}
#menu_main h1{
	margin-right:-4px;
}
#menu_main li{
	float:left;
	margin-right:30px;
	display:inline;
}

#menu_main li img{
	margin-top:16px;
}
#menu_main li h1 a{
	color:#ffffff;
}

#menu_side{
	float:right;
	margin:7px 78px 0 0;
	display:inline;
	list-style-position:outside;
	padding:0;
}

#menu_side li{
	line-height:24px;
}

#logo{
	clear:left;
	margin:96px 0 0 -4px;
	
}

.selected a{
	color:#dfdfdf;
}
/*****************************************************************/
/*Midden*/

#content{
	padding:40px;
}
#center_welcome{
	text-align:right;
	width:650px;
}
#center h1, #center_welcome h1, #text h1, #nav h1{
	margin-bottom:25px;
}
#center{
	text-align:right;
	width:480px;
}
#center h1, #center_welcome h1{
	margin-right:-4px;
}
#center img, #center_welcome img{
	margin-bottom:30px;	
}
#text{
	margin-left:30px;
	width:230px;

}

#text h1{
	font-weight:normal;
	color:#c4c0c0;
}	

#text p{
	text-align:justify;
}
.nleng{
	position:relative;
	top:108px;
	border:none;
	background:none;
	cursor:pointer;
	text-decoration:underline;
	color:#CCCCCC;
	width:40px;
}
.review a, .projecten_button{
	text-align:center;
}
.pdf, .review, .projecten_button{
	border:1px solid #58514f;
	margin-top:20px;
}
.pdf img{
	margin-right:5px;
}

.pdf a, .review a, .projecten_button{
	text-decoration:none;
	background:#494342;
	display:block;
	padding: 5px 5px 3px 5px;
}
.pdf a:hover, .review a:hover, .projecten_button:hover, .projecten_selected{
	background:#58514f;
	cursor:pointer;
}
.projecten_button p{
	margin:0;
}
.projecten{
	background:#494342;
	border-left:1px solid #58514f;
	border-right:1px solid #58514f;
	border-bottom:1px solid #58514f;
}
.projecten div{
	padding:20px 20px 0 20px;
}
.projecten_sluiten p{
	text-align:center;
	text-decoration:underline;
	cursor:pointer;
}
#filmpje{
	margin-bottom:30px;
}
#nav p{
	font-size:10px;
	line-height:12px;
}

	#nav li {
	display:block;
	list-style: none;
	margin-bottom:15px;
	width:90px;
	}

.sliderGallery {
height:545px;
position:relative;
overflow:auto;
width:120px;
}
.sliderGallery ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
position:absolute;
}
.slider {
background:#363130;
width:9px;
left:0px;
top:0px;
padding:0px 1px;
margin:0 30px 0 -40px;
position:relative;
height:543px;
float:left;
}
.handle {
background:url(../images/handle.png);
width:11px;
position:absolute;
top:0;
margin-left:-1px;
height:183px;
cursor:pointer;
}

/*FOOTER

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -33px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	padding-top:8px;
	height: 25px; /* .push must be the same height as .footer */
}
#footer{
	background:#2d2524;
}
#footer p{
}
#push{
	clear:both;
}
#footer_binnen{
	width:920px;
	margin:0 auto;
	padding:0 40px;
	text-align:right;
}
#credits{
	background:#2D2524;
	border-top:1px solid #4D4240;
}
#credits h1{
	margin-bottom:10px;
	font-size:12px;
}
#credits_binnen{
	width:920px;
	padding:15px 40px 30px;
	margin:0 auto;
}
#opensource{
	float:right;
	width:400px;
	text-align:right;
}
#opensource a{
	float:right;
	width:100px;
}
#footer_binnen p span{
	cursor:pointer;
}

/*Contact*/
#contact_form{
	padding-top:31px;
}
#contact label{
	float:left;
	clear:both;
	margin:5px 0;
}

.error{
	color:#C30A0A;
	width:100%;
}
.required{
	width:100%;
	border:1px solid #999999;
	background-color:f3f3f3;
}
.required:hover{
	border-color:#bcbcbc;
}
input{
	clear:both;
	border:1px solid #eeeeee;
}
textarea{
	height:150px;
}
.submit{
	margin:10px 0;
	color:#2D2524;
}
/*cv*/

#cv{
	width:650px;
}

#cv h1{
	margin-bottom:20px;
}