

html, body,
div, p, form, input, textarea, select, ul, ol, dl, dt, dd, li,
h1, h2, h3, h4, h5, h6 {
   font-family: Tahoma, Geneva, sans-serif;
   font-size: 11px;
   color: #000;
   margin: 0;
   padding: 0;
}

a {
   color: #70a728;
}
   a:hover {
      color: #e33229;
   }

img {
   border: 0;
}

#left {
   line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
   line-height: normal;
}

.content h2 {
   font-size: 16px;
   font-weight: normal;
   color: #70A728;
}
.content h3 {
   font-size: 13px;
   font-weight: normal;
   color: #1D59A0;
}

h1,
#left h2,
#left p,
#left ul,
#left ol {
   margin-bottom: 1em;
}
#left ul,
#left ol {
   margin-left: 2em;
}
.intro {
   font-size: 13px;
   line-height: 18px;
}

td {
   vertical-align: top;
}

input,
textarea {
   width: 240px;
}
   input#submit {
      width: auto;
   }
textarea {
   height: 110px;
}

/* Afspraak-maken form */
input.radio {
	width: 30px;
	display: block;
	float: left;
   clear: left;
}


