body {
	margin: 0;
	padding: 0;
	background-color: #1a3601;
	font: 12px "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	background-image: url('gfx/bg.jpg'); background-repeat: repeat-x;
	line-height: 1.7;
}

a { 
	color: #5c5c5c;
 	text-decoration: underline;
}
a img {
	border: none; 
}
a:hover { 
	color: #000; 
 	text-decoration: underline;
}

#container {
	margin: 10px auto;
	width: 900px;
	position: relative;
}
#header {
	position: relative;
	height: 174px;
	top: 0px;
}
body #headmain {
	position: absolute;
	width: 900px;
	height: 174px;
	left: 0px;
	background: url('gfx/header.png');
}

#headmain h1 {
	display: none;
}
#headmain h2 {
	display: none;
}
#headtopmenu {
	background-color: #f8d92f;
	height: 27px;
	width: 325px;
	position: absolute;
	right: 0px;
	top: 12px;
	padding-left: 8px;
	
}
#headtopmenu span {
	font-size: 11pt;
	font-weight: 600;
}
#headmainmenu {
	background-color: #f8d92f;
	height: 29px;
	width: 892px;
	padding-left: 8px;
}
#headmainmenu span {
	font-size: 12pt;
	font-weight: 600;
	text-decoration: underline;
}

#contentcontainer {
	background-color: white;
	width: 600px;
	min-height: 785px;
}
.article, .content {
	margin: 0px 19px 0 19px;
	border-bottom: 1px solid #d2d1d0;
}
.content {
	padding-bottom: 10px;
}
.article.first, .content {
	border-bottom: none;
}
div.article .left {
	float: left;
}
div.article .right {
	float: right;
}

.article p, .content p {
	margin: 0 0 6px 0;
}
.article strong {
	font-weight: bold;
}

.article h2, .content h2 {
	padding: 0;
	font-size: 16px;
	color: #000;
	margin: 0;
}

.article h3, .content h3 {
	padding: 0;
	font-size: 14px;
	color: #000;
	margin: 0;
}
.article p img {
	float: left;
	padding: 6px;
	margin: 0 7px 0 -6px;
}
.article p img.imgright {
	float: right;
	margin: 0 0 7px 0;
}

.article p img.normal,
.article p img.groot {
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}
.article p img.groot {
	display: block;
	margin: 0 auto;
	border: 1px solid black;
}

p.articlefooter {
	font-weight: normal;
	margin: 10px 0 10px 0;
}
p.articlefooter a {
	text-decoration: none;
}

#headmainmenunav, #headmainmenunav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#headmainmenunav li {
	float: left;
	margin: -4px 0 -4px -4px;
	height: 27px;
}
#headmainmenunav li a {
	padding: 3px 12px;
	display: block;
	text-decoration: none;
}
#headmainmenunav li a:hover {
	text-decoration: none;
	background-color: #1a3601;
	color: #fff;
}

#colprim, #colsec, #colter {
	position: absolute;
	top: 203px;
}
#colsec {
	position: absolute;
	top: 203px;
	left: 600px;
	width: 300px;
	z-index: 665;
	background-color: white;
	padding-top: 5px;
}

#voordelen {
	padding:0;
	margin:0;
	list-style: none;
}
.voordeel {
	margin:5px;
	padding: 0px 0 7px 5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #c5c5c5;
}
.textmiddle { 
	vertical-align: middle;
}

textarea, input{
	font: 12px "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	
}
.h1hi {
	display: none;
}
#ClickTaleDiv {
	display: none;
}
.bottomcopy {
	text-align: center; 
	color: #c5c5c5;
}
