/* CSS Document */
body {

	margin:0; 
	padding:0;
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: 500;
	background-color: black; 
	background-image: url(images/bg.jpg); 
	background-repeat:no-repeat;
	background-attachment: fixed; 

}

td {
	margin:0; 
	padding:0;
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: 500;
	color: black;	

}


a, a:link, a:visited { 
  color: #f10000;  
  
  text-decoration: none;  
}
a:hover{ 
  color: #f10000;  
  text-decoration: underline; 
}

input {
	border: 1px solid #f10000;
}
input.zonder {
	border: 0px solid #444344;
}
input.knop{
background-image: url(images/submit.jpg); 
height: 41px;
width:114px;
	border: 0px solid #444344;
  cursor: pointer;
}
