body{margin: 0; padding: 0; font: 12px verdana;}
a{color: #ffffff; text-decoration: none; font-weight: bold;}
a:hover{color: #ffffff;}

table{margin: 0; border-collapse: collapse;}
h1{margin: 0; font-size: 17px; display: block;}
img{margin: 0;}
		
.grijs {color: #808080;}

div.calcForm td.tdElement {
	padding:3px;
 	margin-left: 15px;
	width: 250px;
	font-family: verdana;
	font-size: 11px;
/*	border-bottom: 1px Solid Grey;*/
}

div.calcForm td.tdSpacer {
	width: 10px;
	text-align: right;
	font-family: verdana;
	font-size: 10pt;
/*	border-bottom: 1px Solid Grey;*/
}

div.calcForm td.tdInput {
	width: 600px;
	font-family: tahoma; 
	font-size: 10pt;
}

div.calcForm .error {
	font-family: tahoma; 
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
}

div.calcForm input, select, textarea {
	font-family: verdana; 
	font-size: 10pt;
	
	border: 1px Solid Grey;
}

/* calculator */
/* update */

.calcOverzicht {
	width: 600px;
	position: relative;
}

div.calcOverzicht td.tblHead {

	background-color: blue;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

div.calcOverzicht table{
	margin-left: 5px;
	width: 520px;
}

div.calcOverzicht td.tblFoot {
	width: 600px;
	background-color: #dfdfdf;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

div.calcOverzicht th {
	font-family: Tahoma, Sans-serif;
	font-size: 7pt;
	font-weight: thin;
	text-align: left;
	vertical-align: middle;
}

div.calcOverzicht th.liteGrey {
	background-color: #dfdfdf;
}

div.calcOverzicht th.darkGrey {
	background-color: #bbbbbb;
}

div.calcOverzicht td {
	border-bottom: 1px Solid Silver;
	font-family: Tahoma, Sans-serif;
	font-size: 8pt;
	vertical-align: top;
	text-align: center;
	background-color: white;
}

div.calcOverzicht td.big {
	font-size: 11px;
	color:#E40808;
	font-weight: bold;
	background-color: white;
}

.calc a{color: #E40808; font-size: 17px; }
