/*      HEADER      */
header div.headerText{
  right: 10px;
}
header div.headerText.right{
  right: 0px;
}
header div.headerText.left{
  left: 20px;
  right: auto;
}

div.menuHolder nav{
  width: 1024px;
}

div.menuHolder nav ul li a{
  padding-left: 35px;
  padding-right: 35px;
}
div.menuHolder nav>ul>li.menuArrow>a{
  padding-right: 60px;
  padding-left: 40px;
}

/*      CONTENT      */
div.homeBlocks{
  width: 1024px;
}
a.homeBlock{
  width: 170px;
}

a.homeBlock img{
  margin-left: 2px;
  margin-right: 2px;
}
a.homeBlock span{
  font-size: 11px;
}

div.centerContent{
  width: 1024px;
}

div.content{
  width: 1000px;
}

article{
  float: left;
  width: 565px
}


/*      HOME      */
aside.home{
  width: 380px;
  padding-left: 25px;
  padding-right: 25px;
}

article.home{
  width: 620px;
}
article.home div.textCol{
  margin-left: 40px;
  width: 270px;
}
a.footerButton{
  font-size: 13px;
  letter-spacing: 0px;
}

div.newsHolder a{
  width: 300px;
  height: 101px;
  margin-left: 25px;
  margin-top: 26px;
}
div.newsHolder a span.date{
  height: 101px;
}
div.newsHolder a span.date span.day{
  margin-top: 30px;
}
div.newsHolder a span.textHolder{
  width: 218px;
  height: 101px;
  padding-left: 24px;
}

article.news{
  border-bottom: solid 0px #96cdd4;
  padding-bottom: 43px;
  margin-bottom: 0px;
}
div.shareHolder{
  border-top: solid 1px #96cdd4;
  margin-top: 30px;
  padding-top: 24px;
}
div.shareHolder a{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-decoration: underline;
}
div.fb-like{
  float: right;
}

/*      PARTNERS    */
div.partnerHolder a{
  width: 129px;
  height: 90px;
}
div.partnerHolder a span{
  width: 111px;
  height: 70px;
}
div.partnerHolder a span.cell{
  font-size: 14px;
}





/*      FOOTER      */
footer{
  width: 100%;
  background-color: #f8f8f9;
}
div.footerInfo{
  width: 1000px;
}
div.footerInfo a.footerButton{
  padding-right: 55px;
}
div.footerInfo div.footerContact p:nth-child(2){
  margin-left: 15px;
  margin-right: 15px;
}
div.footerInfo img.makelaarLogo{
  margin-right: 10px;
}
div.footerInfo img.bniLogo{
  margin-right: 10px;
}