@charset "UTF-8";

body {
  background-color: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: left;
  color: #000;
}
strong, em, b, i {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

/* Algemeen ------------------------------------------------------------ */
* {
  padding: 0;
  border: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 9pt;
}
a {
  text-decoration: none;
  color: #000;
}
i {
  font-weight: normal;
  font-style: normal;
}
ul {
  list-style-type: none;
}
strong {
  font-weight: bold;
}
table {
  font-size: 9pt;
  border-collapse: collapse;
}
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
address {
  font-style: normal;
}
input,
select,
textarea,
button {
  background-color: transparent;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000;
}
textarea {
  overflow: auto;
}

.invisible {
  display: none !important;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

/* HTML 5 -------------------------------------------------------------- */
header, footer, nav, section, article, aside {
  display: block;
}

/* Fonts --------------------------------------------------------------- */

/* Icon font */
@font-face {
  font-family: 'fontawesomeregular';
  src: url('../fonts/awesome/fontawesome-webfont.eot');
  src: url('../fonts/awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/awesome/fontawesome-webfont.woff') format('woff'),
       url('../fonts/awesome/fontawesome-webfont.ttf') format('truetype'),
       url('../fonts/awesome/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style:  normal;
}

/* Dax */
@font-face {
  font-family: 'daxregular';
  src: url('../fonts/dax/dax-regular-webfont.eot');
  src: url('../fonts/dax/dax-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/dax/dax-regular-webfont.woff') format('woff'),
       url('../fonts/dax/dax-regular-webfont.ttf') format('truetype'),
       url('../fonts/dax/dax-regular-webfont.svg#daxregular') format('svg');
  font-weight: normal;
  font-style:  normal;
}
@font-face {
  font-family: 'daxmedium';
  src: url('../fonts/dax/dax-medium-webfont.eot');
  src: url('../fonts/dax/dax-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/dax/dax-medium-webfont.woff') format('woff'),
       url('../fonts/dax/dax-medium-webfont.ttf') format('truetype'),
       url('../fonts/dax/dax-medium-webfont.svg#daxmedium') format('svg');
  font-weight: normal;
  font-style:  normal;
}

/* Objecten verbergen -------------------------------------------------- */
.cc-cookies,
#subheader,
#logo,
#menu,
.advocaat img,
.meer,
.dlh_googlemap,
#subkolom1 h2,
form,
a.map_link,
p.terug,
.knoppen,
#hightrust,
.box2,
.box_advocaten,
#footer {
  display: none;
}

/* Header -------------------------------------------------------------- */
#logo_print {
  padding: 0 0 20pt 0;
}

/* Body ---------------------------------------------------------------- */
#body h1 {
  font-family: 'daxregular', "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 20pt;
  line-height: 24pt;
  padding: 0 0 4pt 0;
  border-bottom: 1px solid #0093cf;
  margin: 0 0 12pt 0;
}
#body h1 span {
  color: #0093cf;
}
#body h2 {
  font-family: 'daxregular', "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 14pt;
  line-height: 18pt;
  color: #0093cf;
  padding: 0 0 2pt 0;
  margin: 0 0 6pt 0;
}
#body h2 a {
  color: #0093cf;
}
#body h3 {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  line-height: 12pt;
  color: #0093cf;
  padding: 0;
  margin: 0;
}
#body p,
#body address {
  line-height: 12pt;
  padding: 0 0 12pt 0;
}
#body a.knop_gesprek {
  display: block;
  line-height: 12pt;
  padding: 0 0 12pt 0;
}
#body ul {
  line-height: 12pt;
  margin: 0 0 12pt 14pt;  
}
#body ul li {
  list-style-type: square;
}
#body ol {
  line-height: 12pt;
  margin: 0 0 12pt 20pt; 
}
#body table {
  line-height: 12pt;
  margin: 0 0 12pt 0;
}
#body table th {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #0093cf;
  padding: 0 4pt 0 0;
}
#body .in_tekst,
#body .in_tekst2 {
  float: right;
  margin: 0 0 15pt 20pt;
}