/* Standaard elementen */
html, body, td, div {
	margin: 0px;
}

body {
	background: #0676bd;
}
img {
	border: 0px;
}

hr {
	height:0px;
	border: none; 
	border-bottom: 1px solid #363638;
}

select, option, input, textarea, html, body, td, div,a,a:hover,h1,h2,h3,h4,p,span.strong,b,i,em,p {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
}
em {
	font-style: italic;
}
ol, ul {
	margin: 0 0 0 -25px;
	padding-bottom: 15px;
}
a{
color: #171F82
}
a:hover {
color: #404040;
text-decoration: none
}
/* ######## CONTACTFORM  ########## */

.forminfo{
	display:none;
}

.txtInputNormal, .txtInputLargeContact, .txtInputLargeContactWrong, .txtInputLittle, .txtAreaNormal{
	border:#464755 1px solid;
	}
.txtInputLargeContact, .txtInputLargeContactWrong, .txtAreaNormal{
	width:200px;
	height:14px;
}
.txtInputLittle{
	width:56px;
	height:14px;
}
.txtInputNormal{
	width:139px;
	height:14px;
}
.txtAreaNormal{
	height:28px;
}
.txtInputLargeContactWrong{
	border:#FF0000 1px solid;
}

