h1 {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

body{
	margin: 0px;
	padding: 0px;
}

#bodie {
	background-color: #E5E7FF;
	font-family: arial;
	text-decoration: none;
}

#wrapper{
	margin: auto;
	width: 760px;

	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	
	background-color: white;
}

#balk{
	width: 760px;
	height: 5px;
	background-color: #353DC8;
}

#top{
	width: 760px;
	height: 100px;
	background: url('/gfx/bg_top.gif') no-repeat top right;
}

#menu{
	width: 760px;
	height: 35px;
	background: url('/gfx/bt_center.gif') repeat-x;
}

#warning{
	position: absolute;
	margin: 10px 0 0 68px;
}

#check_false{
	width: 760px;
	height: 260px;
	background: url('/gfx/postcodecheck.gif') no-repeat;
	background-position: 60px 13px;
}

#check_true{
	width: 760px;
	height: 250px;
	background: url('/gfx/gefeliciteerd.gif') no-repeat;
	background-position: 60px 13px;
}

#check_text_false{
	position: absolute;
	width: 195px;
	height: 120px;
	margin-top: 75px;
	margin-left: 78px;
	
	font-size: 12px;
	font-weight: bold;
	color: #020495;
	text-align: center;
}

#check_text_error{
	position: absolute;
	width: 195px;
	height: 120px;
	margin-top: 70px;
	margin-left: 85px;
	
	font-size: 11px;
	color: #020495;
	text-align: left;
}

#check_text_true a{
	text-decoration: none;
	font-weight: bold;
	color: red;
}

#check_text_error a{
	text-decoration: none;
	font-weight: bold;
	color: red;
}

#check_text_true{
	position: absolute;
	width: 195px;
	height: 120px;
	margin-top: 70px;
	margin-left: 78px;
	
	font-size: 11px;
	color: #020495;
	text-align: center;
}


#check_textbox{
	position: absolute;
	background: url('/gfx/pcletters.gif') no-repeat;
	width: 130px;
	height: 30px;
	margin-top: 150px;
	margin-left: 120px;
	
}

#content{
	width: 600px;
	margin-left: 60px;
	text-align: left;
}

#kop{
	width: 608px;
	height: 38px;
	background: url('/gfx/kop_center.gif') repeat-x;
	
	color: white;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}

.calc{
	padding-left: 5px;
	margin-top: 15px;
}

.calc a {
	color: red;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

.calcOverzicht{width:600px; color: #969696;}

div.calcOverzicht td.tblHead{background-color: #353DC8;	font-size: 12pt; font-weight: bold;	color: #FFFFFF;	text-align:left; padding-left:13px;}

div.calcOverzicht table{width: 570px;}

div.calcOverzicht td.tblFoot{width: 570px;	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; width: 225px;}

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


input, select, textarea{
	font-family: arial;
	font-size: 8pt;
	border: 1px solid grey;
}

.calcForm{
	padding-left: 200px;
}

.calcForm td.tdElement{
	font-family: arial;
	font-size: 8pt;
}

.calcForm td.tdSpacer{
	font-family: arial;
	font-size: 8pt;
}

.calcForm td.tdInput{
	font-family: arial;
	font-size: 8pt;
}

td{
	font-family: arial;
	font-size: 8pt;
}


#vergelijk{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

#vergelijk a{
	font-family: arial
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#vergelijk a:hover{
	color: red;
}

#vergelijk input{
	border: none;
}

#overzicht{
	width: 608px;
	margin-left: 60px;
	margin-top: 10px;
	
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

#overzicht a{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


#overzicht a:hover{
	color: red;
}

.td_plaats{
	background-color: #353DC8;
	color: white;
	height: 10px;
}

#footer{
	clear: both;
	width: 760px;
	background: url('/gfx/footer.gif') repeat-x;
}