ul { margin: 0px; padding: 0px; }
li { margin: 0px; padding: 0px; }
p { margin: 0px; padding: 0px; }
h1 { margin: 0px; padding: 0px; }
img	{ border: 0; }
body {font: 10px Arial; margin: 0; padding: 0; color: #0000FF; background-color: transparent;}
a { color: blue; text-decoration: none; }
table {background: #FFFF99;}

#container { margin: auto; width : 760px; border: 1px solid black; background: #FFFF99; }
.calc{position:relative;width:520px;margin-left:100px;}
#main { position: relative; left: 10px; width:740px; margin-top:10px; margin-bottom:10px; }
#kop {float: left; width: 760px; background: #0000FF; height: 100px; text-align: center;}

.p1 { font-family: 'Copperplate Gothic Bold'; color: white; font-size: 35pt; }
.p2 { font-family: "Arial Black"; color: red; font-size: 30pt; font-weight:bold; }
.p4 { font-size: 16pt; }
.p5 { font-size: 20pt; font-weight: bold; color: white; text-decoration: underline; border: 1px solid red; background: blue; height: 50px; width: 335px; line-height:50px; text-align:center; position:relative; left:400px; }
.p6 { font-size: 20pt; font-weight: bold; color: white; border: 1px solid red; background: blue; height: 128px; width: 337px; line-height:42px; text-align:center; }
.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:500px;	
margin-left:-5px;
}
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;
}

div.calcOverzicht td.big {
	font-size: 11px;
	color:#E40808;
	font-weight: bold;
}