a {color: white;}
a:hover{color: red;}

#wie{
	clear: both;
	width: 500px;
	font-size: 11px;

}

body{margin: 0px; background-color: #a5a5a5; color: #FFFFFF;}

img{border: 0px; margin: 0px; padding: 0px;}

#container{position : absolute;	margin : 0 0 0 -380px; width : 760px; left: 50%;}

#header{width: 760px; height: 250px; background-image: url("../gfx/bg_title.jpg");}

#menu{
	position: absolute;
	left: 150px;
	top: 80px;
	width: 600px;
	height: 30px;
}

#main{
	background: url("../gfx/bg_content.jpg") repeat-y;
}

td{font-size: 12px; font-family: tahoma, verdana;}
#aanvraag{
	position: relative;
	
	width: 560px;
	margin-left: 75px;
}

#home{
	width: 560px;
	margin-left: 175px;
	font-size: 16px;
	font-weight: bold;
}

#lenen{
	
	width: 560px;
	margin-left: 125px;
	color: #FFFFFF;
}

#contact {
	width: 560px;
	margin-left: 175px;
	font-weight: bold;
}


.tekst{
	font-size: 12px;
	padding-left: 80px;
}

#footer{
	height: 10px;
	width: 760px;
	background: url("../gfx/bg_footer.jpg") top no-repeat;
}

.grijs {color: #808080;}

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

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

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

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

div.calcForm input, select, textarea {
	font-family: tahoma, 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;
	color: black;
}

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, verdana;
	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, verdana;
	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;
}
