@import url(http://fonts.googleapis.com/css?family=Raleway:300);

html {
	height: 100%;
	position:relative;
}

body {
	margin:0 auto;
	padding: 0;
	background-color: #000;
	height: 100%;
	color: #99A1A7;
	font-family: 'Raleway', sans-serif; 
	font-size: 12px;
    letter-spacing: 0.2px;
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

h1{
	font-weight: lighter;
    font-size: 20px;
    margin: 0 0 30px 0;
    padding: 0;
}

h2{
	font-weight: lighter;
    font-size: 13px;
    margin: 12px 0;
    padding: 0;
}

p{
	font-weight: lighter;
	line-height: 22px;
    margin-bottom: 29px;
    padding: 0;
}

a {
	text-decoration: none;
	color: #A8B0B6;
}

#main{
	position: relative;
	width: 960px;
	min-height: 100%;
	margin:0 auto;
	text-align:left;
	background-repeat: no-repeat;
}

#balk{
	position: absolute;
	width: 70px;
	min-height: 100%;
	background-color: #A8B0B6;
}

#header{
	position: relative;
	top: 59px;
	left: 70px;
	width: 857px;
	height: 165px;
}

#nav{
	position: absolute;
	top: 59px;
	left: 726px;
	width: 200px;
	height: 17px;
	text-align: right;
}

#slider{
	position: relative;
	margin-top: 48px;
	left: 70px;
	width: 885px;
	height: 424px;
}

#fotoheader{
	position: absolute;
	top: -12px;
}

#next{
	position: absolute;
	bottom: 22px;
	left: 839px;
	z-index: 99;
	cursor: pointer; 
}

#onderschrift{
	position: absolute;
	bottom: 0px;
	right: 30px;
}

.onderschrift{
	color: #957a57;
}

#page_home, #page_werkwijze, #page_contact{
	position: relative;
	left: 70px;
	margin-top: 42px;
	width: 885px;
	min-height: 300px;
}

#home_tekst{
	margin-left: 67px;
}

#page_werkwijze{
	min-height: 750px;
}

#dimphy{
	float: left;
	position: absolute;
	top: 6px;
	left: 0;
	width: 309px;
}

#werkwijze_tekst{
	float: left;
	position: absolute;
	top: 0;
	left: 344px;
	width: 540px;
}

#opdrachtgevers{
	float: left;
	position: absolute;
	top: 260px;
	left: 30px;
	text-align: right;
}

#opdrachtgevers img{
	margin-right: 10px;
}

#page_contact{
	margin-left: 67px;
	min-height: 600px;
}

#footer{
	position: absolute;
	bottom: 0;
	left: 70px;
	width: 885px;
	height: 23px;
	padding-bottom: 5px;
	background-image: url('../images/footer_line.png');
	background-repeat: no-repeat;
}

#footer span {
	display: block;
	float: right;
	position: relative;
	top: 7px;
	right: 18px;
	margin:0 7px;
}

