@charset "utf-8";
/* CSS Document Form */
body, html, table, td, input, textarea, select, td.tdElement, div.calcForm td.tdElement, div.calcForm td.tdSpacer, p, div.calcForm td.tdInput, a#CalcOfferteLink{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #013348;
}
a:link, a:visited{
	color:#1B4735;
}
a:hover, a:active{
	color:#358D68;
}
table, td{
	padding:0px;
	margin:0px;
}
.header{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#2C7557;
}
#berekenknop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #2C7557;
	font-weight: bold;
	color: white;
	border: 1px solid #333;
}
#berekenknop:hover {
	color: black;
}
/* calculator */
/* update */
div.calcOverzicht th.liteGrey {
	background-color: #eeeeee;
}
div.calcOverzicht th.darkGrey {
	background-color: #cccccc;
}
div.calcOverzicht td.tblHead {
	background-color: #2C7557;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	padding:2px 0px;
}
div.calcOverzicht th, div.calcOverzicht td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
div.calcOverzicht td {
	border-bottom: 1px Solid Silver;
}
div.calcOverzicht td.tblFoot {
	background-color: #eeeeee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:4px;
	font-weight: normal;
	color: #333;
	text-align: justify;
	line-height: normal;
}