
body {
	background-color:#fff;
	 font-family:sans-serif, Geneva, Arial, Helvetica, ;
  font-size:12px;
}


fieldset {
	margin: 0 0 0 50px;
	padding: 1em;
	border : 0px solid #fba706;
	background-color:transparant;
	width:400px;
	
}

/* legend styling */
legend {
	font-weight: bold;
	font-size:12px;
	color: #3a6e86;
}



/* style for  labels */


label {
	float: left;
	width: 100px;
	padding:0 0 0 50px;
}


#wrapper {
  	width: 630px;
	
	margin:0;
	padding:0;
	
	}

#totaal {
  	width: 630px;
	margin-top: 20px;
	}

#intro {
  	
	margin: 10px 0px 20px 0px;
	font-family:verdana, Geneva, Arial, Helvetica, ;
  font-size:11px;
	}

#rechts {
  width: 440px;
  float: right;
  margin:0px;

  
}
#links {
  width: 150px;
  float: left;
  margin:0px;
  
}


#formulier {
  margin:5px 0 10px 0px;
  width:440px;
}





h1 {
  
  font-size:14px;
  margin-left:140px;
  line-height:20px;
  
}

h2 {
  
  font-size:18px;
  margin-left:0px;
  line-height:20px;
  
}



/* style error messages */



#invullen {
	border: 1px solid #6fa0b6;
	background-color:#fefefe;
	
}


#buttong {
  margin:0px 0 20px 105px;



  
}

.privacy {
  text-align:right;

  
}

.button {
  width: 6em;
  border-top: 1px solid #fcd7d7;
	border-left: 1px solid #fcd7d7;
	border-bottom: 1px solid #3a6e86;
	border-right: 1px solid #3a6e86;
  background-color:#6fa0b6;
  color:#fefefe;
  font-weight:bold;

}




ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}
a.tp {
  clear: both;
  color: #ff0000;
  text-decoration: none;
  font-weight:bold;
}

a.tp:hover {
 color: #000;
 text-decoration: none;
}


a:hover, .selected a {
  background-color: #9ca7f1;
  background-position: right bottom;
  color: #fff;
}

.first a {
  height: 39px;
  line-height: 39px;
}

a {
color: #2951a5;
text-decoration: none;
line-height : 16px;
}

a:visited {
text-decoration: none;
color: #2951a5;
line-height : 16px;
}

a:hover {
text-decoration: underline;
line-height : 16px;
}

a:active {
text-decoration: none;
line-height : 16px;

}


