body {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

a {
	color: #FF0000;
	text-decoration: none;
}

img { vertical-align: middle; }

#container { 
	position : absolute;
	margin : 0 0 0 -350px;
	width : 700px;
	left: 50%;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#kop {
	height: 190px;
}

#description {
	padding: 0 15px 10px 15px;
	font-family: verdana;
	text-align: justify;
	font-size: 13px;
	color: white;
	background-color: #A5A5A5;
}

#test {
	position : absolute;
	margin : 0 0 0 -351px;
	width : 700px;
	left: 50%;
	
	border-left: 1px solid black;
	border-right: 1px solid black;	
}

#naar_lenen {
	position: absolute;
	margin : 57px 0 0 0;
	width: 340px;
	height: 130px;
	cursor: pointer;
}

#naar_aanvraag {
	position: absolute;
	margin : 173px 0 0 390px;
	width: 310px;
	height: 130px;
	cursor: pointer;
}

#lenen {
	width: 700px;
	background-color: #a5a5a5;
}

#aanvraag {
	width: 700px;
	background-color: #a5a5a5;
}

#disclaimer {
	position : absolute;
	margin : 0 0 0 -351px;
	padding: 0 5px 2px 5px;
	width : 690px;
	left: 50%;
	
	background-color: #a5a5a5;
	font-family: tahoma,verdana;
	font-size: 11px;
	color: white;
	
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.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;
}