* {
	margin:0;
	padding:0;
}
body {
	background-image:url(../img/Layout_09.png);
	background-repeat:repeat;
	height: 2000px;
	display:block;
}
@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/GOTHIC.eot') format('eot'), url('../fonts/GOTHIC.TTF') format('truetype');
}
@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/GOTHIC.eot') format('eot'), url('../fonts/GOTHIC.TTF') format('truetype');
}
/*Microsoft Yi Baiti
@font-face {
	font-family: 'msyi';
	src: url('../fonts/msyi.eot') format ('eot'), url('../fonts/msyi.ttf') format ('truetype');
}*/
@font-face {
	font-family: 'msyi';
	src: url('../fonts/msyi.eot');
	src: local('☺'), url('../fonts/msyi.woff') format('woff'), url('../fonts/msyi.ttf') format('truetype'), url('../fonts/msyi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
nav {
	position:fixed;
	top:40%;
	left:60px;
	z-index:2;
}
nav li {
	list-style-type:none;
	margin-top:5px;
	margin-bottom:5px;
}
nav li a {
	font-family:'Century Gothic';
	font-size:20px;
	color:#ebeaea;
	text-decoration:none;
	font-weight:100;
}
#pageWrapper{
	/*plaats geven aan navigatie*/
	padding-left:180px;
}
#landingBlock {
	position: fixed;
	/*background-image: url(../img/Layout_09.png);*/
	background-repeat: repeat;
	width: 720px;
	margin-left: -1px;
	padding-left: 1px;
	z-index: 1;
}
#landingBlock h1 {
	font-family:"msyi";
	font-size:50px;
	color:#ffffff;
	font-weight:100;
	padding-top:20px;
}
#titleGray{
	color:#636466;
}
#landingBlock h2 {
	font-family:"Century Gothic";
	font-size:32px;
	color:#989595;
	font-weight:100;
	padding-top:0px;
}

.sectionWrapper{
	width:720px;	
	height:800px; /*DYNAMISCH INSTELLEN op sectionHeight - 17px*/
	
	overflow: hidden;
	
	padding-left: 185px;
	margin: auto;
}

.pageBlock {
	/*margin-left:260px;*/
	/*zet de content centraal*/
	margin-left:auto;
	margin-right:auto;
	
	min-height:100%;
	width:720px;
	display:block;
	margin-bottom:40px;

}

.pageBlock h2 {
	padding-top:100px;
	padding-bottom:10px;
	font-family:"Century Gothic";
	font-size:30px;
	color:#ebeaea;
	font-weight:100;
}
p {
	font-family: "Myriad Pro";
	font-size:14px;
	font-weight:100;
	color:#ffffff;
}
/*Projects*/
#projectGroups {
	width:720px;
	height:25px;
	display:block;
	margin-bottom: 25px;
}
#projectGroups li {
	float: left;
	margin-right: 44px;
	list-style-image: none;
	list-style-type: none;
}
.projectHiddenPic{
	display:none;	
}
#projectGroups a {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #EBEAEA;
	text-decoration: none;
	height: 20px;
	display: block;
}
#projectItems {
}
#projectItems li {
	float:left;
	width:140px;
	height:140px;
	margin-right:35px;
	margin-bottom:50px;
	list-style-type:none;
}
#projectItems li img {
	border-color:#FFF;
	border-style:solid;
	border-width:3px;
	
	height:100px;
	width:135px;
}
#projectItems li p {
}
iframe{scrolling:no!important;}
/*NEWS*/
#newsBlock {
	margin-bottom: 10px;
	display: block;
	padding: 10px;
	margin-left: -10px;
	
	overflow:hidden;
}
#newsBlock a{
	text-decoration:none;	
	outline:none;
	border-style:none;
}
#newsBlock img{
	border-style:none;	
}
#newsBlock h3 {
	font-family:"Century Gothic";
	font-size:18px;
	color:#ebeaea;
	font-weight:100;
	margin-bottom:5px;
	margin-top: -4px;
}
#newsBlock p {
}
#newsBlock img 
{
    width:135px;
	float:left;
	margin-right:25px;
}
.newsTitle {
	float:left;
	width: 560px;
}
.newsDate {
	float:right;
}
/*CONTACT*/
#tblAdresGegevens td{
	font-family: "Myriad Pro";
	font-size:14px;
	font-weight:100;
	color:#ffffff;
}
#tblAdresGegevens tr td:nth-child(1){
	width:50px;
	text-align:left;
}
#contactGegevens a{
	color: #EBEAEA;
	text-decoration: underline;
}
#contactGegevens{
	margin-top:25px;	
}

.fancybox-inner{
	border: 1px solid gray;
	}
/*Links*/
#srvLinksBlock h2{
	padding-bottom:25px;	
}
#srvLinksBlock h3 {
	font-family:"Century Gothic";
	font-size:18px;
	color:#ebeaea;
	font-weight:100;
	margin-bottom:15px;
}
#srvLinksBlock a{
	font-family:"Century Gothic";
	font-size:18px;
	color:#ebeaea;
	font-weight:100;
	margin-bottom:15px;
	text-decoration:none;
}
#srvLinksBlock a:hover{
	text-decoration:underline;
}

/*IE FIXES*/
#projectItems ul{
	float:left;
	width:140px;
	height:140px;
	margin-right:35px;
	margin-bottom:50px;
	list-style-type:none;
}
#projectItems{
	width:720px;	
}
a{
	text-decoration:none;
	
}
.pageBlock{
	/*height:1000px;
	width:720px !important;
	display:block;
	background-color:#0000FF;*/
}
/*#landingBlock{height:1000px;}*/
.contentLink{
display:inline-block;	
}
section{
display:inline-block;	
}
h3 a{
	color:#ebeaea;
	font-family:"Century Gothic";
		
}
news a{display:block}