body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

p{
    margin: 0;
    font-size: 0.875em;
    color: #858585;
}
h2, .h2{
    color: #5c5c5c;
    font-weight: 200;
    margin: 0;
    font-size: 2em;
    padding:0;
}
h3, .h3{
    font-family:"Times New Roman",Georgia,Serif;
    color: #CF3A26;
    font-size: 1.275em;
    margin: 3px 0;
}
.linkWithArrow{
    font-family:"Times New Roman",Georgia,Serif;
    color: #CF3A26;
    font-size: 1.2em;
}
.linkWithArrow:before {
    content:"\25BA";
    padding-right: 4px
}
.linkWithArrow:hover{
    color: #5C5C5C;
}
.spacerboth{
    padding: 0.8em 0;
}

.contactLijst{  
  margin: 0;
  padding:0;
}
.contactLijst li{
    display: block;
    line-height: 34px;
    list-style: none;
    padding-left: 52px;
    font-size: 0.92em;
    margin: 8px 0; 
    font-weight: 300;
    border-bottom: 1px dotted #ccc;
}
.contactEmail{
    background: url('img/icons-contact.png') no-repeat 0 0;
}
.contactAdres{
    background: url('img/icons-contact.png') no-repeat 0 -34px;
}
.contactTelefoon{
    background: url('img/icons-contact.png') no-repeat 0 -68px;
}


