a {
	color: #000000; 
	text-decoration:  none;
}
body {margin: 0px; padding: 0px; background-color: transparent;}

#container {
	width : 760px;
	margin: auto;
	border: 1px solid black;
	background-color: #339966;
	height: 680px;
}

#kop {
	background: url("../gfx/bg_top.jpg");
	height: 374px;
}
#description {
	position: absolute;
	width: 300px;
	left: 50%;
	margin : 20px 0 0 -340px;	

	background-color: #339966;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}

#naar_lenen {
	position: absolute;
	width: 300px;
	left: 50%;
	margin : 200px 0 0 -340px;	
	
	background-color: #FDFF04;
	font-family: Verdana;
	font-size: 17pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration:  none;
}

#naar_aanvraag {
	position: absolute;
	width: 300px;
	left: 50%;
	margin : 20px 0 0 30px;	
	
	background-color: #FDFF04;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

#lenen {
	background-color: #FDFF04;
	width: 640px;
	color: #000000;
	text-align: left;
	margin-left: 60px;
	margin-bottom: 20px;
}

#aanvraag {
	width: 640px;
	color: #000000;
	text-align: left;
	margin-left: 60px;
	margin-bottom: 20px;
	background-color: #FDFF04;
}

#titelbalk {
	background-color: #FDFF04;
	padding-bottom: 10px;
	
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

#formframe {
	background-color: #FDFF04;
	font-family: Verdana;
	font-size: 8px;
}

#test {
	position: absolute;
	width: 760px;
	margin: 680px 0 0 -380px;
	left: 50%;
	background-color: #339966;
	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;
}