﻿body {
  font-family: Calibri;
  font-size: 14px;
  text-align: center;
   background-color: #F7FAFE;
}

body {
  font-family: Calibri;
  font-size: 14px;
  text-align: -moz-center;
}

div {
  padding: 20px;
}

a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #17365D}
a:active {color: #000000}

.contact {
  text-align: left;
}

.contactType {
  font-weight:bold; 
  width:80px;
  height: 20px;
  color: #17365D;
}
.contactWaarde {
  width:120px; 
}
.contactAdres {
  padding: 5px 5px 10px 5px;
  width: 190px;
}

.contactKader {
  padding: 5px;
  border-top : 1px solid #C6D9F1;
  border-left : 1px solid #C6D9F1;
  border-bottom : 1px solid #17365D;
  border-right : 1px solid #17365D;
  width: 210px;
  background-color: #ffffff;
}



