/* -------------------------------------------------------------------- basics */
* { 
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, "Trebuchet MS", sans-serif;
	background-color: #392224;
	color: #392224;
	font-size: 1em;
}
h1 {
	clear: both;
	color: #9DC873;
	margin-bottom: 13px;
	font-size: 1em;
}
h2 {
	font-size: 0.9em;
	color: #392224;
	font-weight: bold;
	margin-right: 30px;
}
p {
	font-size: 0.7em;
	margin-bottom: 13px;
	margin-right: 30px;
}
a:link, a:visited {
	color: #83BA4B;
	text-decoration: none;
}
a:hover, a:active {
	color: #83BA4B;
	text-decoration: underline;
}
a img{
	border: none;
}
ul {
	list-style-type: none;
	font-size: 0.7em;
	margin-bottom: 13px;
}
ul li {
	padding-left: 15px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
ol {
	font-size: 0.7em;
	margin-left: 18px;
	margin-bottom: 13px;
}
ol li {
	padding-left: 0px;
}
hr {
	border: none;
	border-bottom: 2px solid #E8F1E2;
	height: 2px;
}
#diensten img {
	margin-left: 30px;
}
.imgR {
	float: right;
	margin-bottom: 12px;
	margin-right: 20px;
	margin-top: 6px;
	margin-left: 12px;
	clear: right;
}
.txtR {
	float: right;
	margin-bottom: 10px;
	margin-right: 30px;
}
.txtR a:link, .txtR a:visited {
	color: #D1D7BD;
	text-decoration: underline;
}
.txtR a:hover, .txtR a:active {
	color: #83BA4B;
	text-decoration: underline;
}

/* kolom rechts */
#columnRight h1{
	font-size: 13px;
	font-weight: normal;
	color: #392224;
	letter-spacing: 0.05em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8F1E2;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
#columnRight h1.nieuwsbrief {
	background-image: url(img/nieuws.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E8F1E2;
	padding-top: 9px;
	background-position: 0px 12px;
}
#columnRight h2{
	font-size: 0.7em;
	float: none;
	margin-right: 3px;
	color: #83BA4B;
	line-height: 1.5em;
}
#columnRight h3{
	font-size: 0.65em;
	margin-right: 3px;
	color: #83BA4B;
	line-height: 1.5em;
	font-weight: normal;
}
#columnRight p{
	font-size: 0.65em;
	margin-bottom: 14px;
	margin-right: 5px;
	line-height: 1.5em;
	clear: both;
}
#columnRight a{
	font-size: 1.1em;
	color: #71B9E3;
}
#columnRight .imgR {
	margin-top: 2px;
}
/* hyperlinks */
a.help, a.external, a.mailto, a.pdf, a.intern  {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
a.help {
	cursor: help;
	background-image: url(img/help.gif);
}
a.external {
	background-image: url(img/external.gif);
}
a.intern {
	background-image: url(img/link.gif);
}
a.mailto {
	background-image: url(img/email.gif);
}
a.pdf {
	background-image: url(img/pdf.gif);
}

/* faq */
#faq #columnContent ol.faq a:link, #faq #columnContent ol.faq a:visited {
	color: #392224;
	text-decoration: underline;
}
#faq #columnContent ol.faq a:hover, #faq #columnContent ol.faq a:active {
	color: #83BA4B;
	text-decoration: underline;
}
#faq #columnContent h2{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E8F1E2;
	padding-top: 13px;
	clear: both;
}
/* nieuws */
#nieuws p.datum{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E8F1E2;
	padding-top: 13px;
	clear: both;
	color: #93C9EA;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* formulier nieuwsbrief aanmelden */
fieldset *{
	font-size: 11px;
	color: #83BA4B;
}
fieldset  {
	width: 174px;
	border: none;
	padding-bottom: 9px;
	padding-top: 0px;
	margin-top: 0px;
}
label {
	display: block;
	width: 67px;
	float: left;
	margin-top: 9px;
	margin-bottom: 9px;
}
input[type=text] {
	width: 96px;
	height: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	background-color: #EFF5EB;
	border: 1px solid #EFF5EB;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}
input[type=submit] {
	width:  78px;
	font-size: 11px;
	margin-left: 76px;
	height: 24px;
	margin-top: 0px;
}
fieldset br {
	clear: left;
}
legend {
	clear: both;
	margin-left: 0px;
	display: none;
}
