body {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

a {
	color: #048b00;
	text-decoration: none;
}

img { vertical-align: middle; }

.fout
{
  font-weight: bold;
  color: red;
}

.goed
{
  font-weight: bold;
  color: #339900;
}

#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;
	height: 200px;
}

#kop {
	background: url("../gfx/bg_top.jpg");
	height: 190px;
}

#description1 {
	background: url("../gfx/inleiding1.jpg");
	position: absolute;
	left: 50%;
	margin : 1px 0 0 0;
	width: 225px;
	height: 150px;
	text-align: center;
}

#description2 {
	position: absolute;
	left: 50%;
	margin : 151px 0 0 0;
	width: 225px;
	height: 75px;
}

#naar_lenen {
	position: absolute;
	left: 50%;
	margin : 0 0 0 -112px;
	width: 225px;
	height: 225px;
	
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

#naar_aanvraag {
	position: absolute;
	left: 50%;
	margin : 0 0 0 123px;
	width: 225px;
	height: 225px;
	
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;	
}

#lenen {
	width: 700px;
	background-color: #a5a5a5;
}

#aanvraag {
	width: 700px;
	background-color: #a5a5a5;
}

#test {
	position : absolute;
	margin : 200px 0 0 -350px;
	width : 700px;
	left: 50%;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#content {
  padding: 5px;
  font-family: Verdana; 
  font-size: 12px;
}

#login {
  margin: 3px;
  float:right;
  width: 300px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  background: #EEEEEE;
  font-family: Verdana;
  font-size: 12px;
}

#content h1 {
  margin: 0px;
  font-family: Verdana;
  font-size: 16px;
}



.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;
}
