﻿html {
  font-size: 100.01%;
}

body
{
  color: #333;
  font-family: Verdana, Tahoma, Arial, Sans-serif;
  font-size: 1em; /* dit is __dé__ referentie-font-size. Alle andere fontsizes worden hier van afgeleid (#em) */
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

/* h1-6: use !important to override opera behavior */
h1, h2, h3, h4, h5, h6 {
  color: #333 !important;
  font-family: Verdana, Tahoma, Trebuchet MS, Verdana, Tahoma;
  padding: 0.2em 0 0.2em 0;
  line-height: 1.2em;
  font-weight: normal !important;
}

h1 {
  font-size: 2.2em !important;
}

h2 {
  font-size: 1.8em !important;
  font-style: italic !important;
}

h3
{
  font-size: 1.3em !important;
}

hr {
  width: 100%;
}

table th, table td {
  vertical-align: middle;
}

input, select, textarea, .input {
  font-family: Arial; 
  font-size: 1.1em;
}

p {
  padding-bottom: 0.5em;
}

