body{
	margin: 0 auto;
	text-align:center;
	font-size: 12px;
	font-family: 'Istok Web', sans-serif;
	line-height:150%;
}
a,
img{
	border: none;
	outline:0;
}

a{
color: #000000;
}
p{
margin: 0px 0px 20px 0px;
}
#container{
	max-width:1200px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#header{
	width:100%;
	background-image: url('images/menubalk.png');
	min-height: 290px;/**/
	background-repeat:no-repeat;
	background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;  /* Internet Explorer 7/8 */


}

#menu {
	text-align:left;
	position: absolute;
	left: 220px;
	top: 22px;
}

.logo.home{
	text-align:left;
	position: absolute;
	left: 33px;
	top: 140px;
	max-width:327px;
}
.logo{
	max-width:193px;
	position: absolute;
	left: 33px;
	top: 150px;
}
.icoontjes.home{
	
	right: 18px;

}
.icoontjes{
	position: absolute;
	right: 33px;
	top: 50px;
}
.icoontjes ul{
color: #002e5e;
font-size:12px;
text-align:left;
line-height:170%;
width: 334px;
margin-top:0px;
margin-bottom:0px;
padding-bottom:0px;
}

.icoontjes ul,
.icoontjes img{
position:relative;
top:20px;
right:0px;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	max-width:100%;
}

#menu ul li{
	display:inline-block;
	margin-right:10px;
	padding-right:10px;

}

#menu ul li a{
	color: #86c9ec;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Istok Web', sans-serif;
}
#menu ul li a.actief,
#menu ul li a:hover,
#menu ul li a:active{
	color: #ffffff;
}
#content {
	width:100%;
	display:inline-block;
}
#content.home{
	background-image: url('images/blauwe-backgr.png');
	background-repeat:no-repeat;
	background-position:0px top ;
}
#content.home .tekst{
	margin-left:33%;
	text-align:left;
	margin-top:0px;
	width:61%;
}
#content.home .beeld{
	margin-left:33%;
	text-align:left;
	margin-top:0px;
	background-color:transparent;
	z-index:1;
	width:63%;
}
.groot{
	font-size:16px;
	font-weight:bold;
}

#content.home .golf{
position:absolute;
bottom:0;
left:0px;
z-index:5;
}
.tekst{
	width:48%;
	float: left;
	margin-right:2%;
	text-align:left;
	margin-top:-30px;
}

.beeld{
	width:45.9%;
	float: left;
	background-color:	#e85113;
	margin-left:4.1%;
	margin-top:10px;
}

.beeld img{
margin-left:1%;
margin-top:1%;
float:left;
}

.beeld img.rechts{

float:right;
margin-right:5px;
}
.beeld img.links{
margin-right:0px;
float:left;
}
.beeld img.onder{
margin-bottom:5px;
}

.beeld img.links.onder{
clear:left;
}
h2{
	font-weight: bold;
	font-size:14px;
	color:	#e85113;
	margin:20px 0px 0px 0px;
}

h1{
	color: #000000;
	line-height: 22px;
	background-image: url('images/bullet.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size:18px;
	height:34px;
	padding-top:0px;
	font-weight:normal;
	margin-bottom:4px;
}


.projecten {
text-align:left;
}
.project {
	width: 14%;margin:20px 2.5% 0px 2.5%;
	float: left;
	min-height: 175px;
}
.project img{
	width:100%;
}
.project img:hover{
	transition: opacity 0.15s linear 0s;
}
.project a{
text-decoration:none;
color: #e85113;

}
.projectnaam {
	color: #e85113;
    font-size: 14px;
	
}

.projectnaam a:hover{
	text-decoration:underline;
}
.terug{
clear:left;
display:block;
width:100%;
text-align:left;
line-height:30px;
}

.terug a{
text-decoration:none;
color: #e85113;
}