/* Standaard elementen */
html, body, td, div {
	margin: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#363638;
}

img {
	border: 0px;
}

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

select, option, input, textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px;
}

b {
	color: #363638;
}

a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666666;
}
a:hover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #333333;
}

ol, ul {
	margin:10px 0 10px -25px;
}

h1, h2, h3, h4, h5 {
	margin:2px 0 2px 0;
	font:  bold 16px "Trebuchet MS", sans-serif;
	color: #363638;
}

/* ######## CONTACTFORM  ########## */

.forminfo{
	display:none;
}

.txtInputNormal, .txtInputBig, .txtInputLittle, .txtAreaNormal{
	border:#464755 1px solid;
	}
.txtInputBig, .txtInputBigWrong, .txtAreaNormal{
	width:200px;
	height:14px;
}
.txtInputLittle{
	width:56px;
	height:14px;
}
.txtInputLittleWrong{
	width:56px;
	height:14px;
	border: 1px solid #CC0000;
}
.txtInputNormal{
	width:139px;
	height:14px;
}

.txtInputNormalWrong{
	width:139px;
	height:14px;
	border: 1px solid #CC0000;
}

.txtAreaNormal{
	height:28px;
}
.txtInputBigWrong{
	border:#CC0000 1px solid;
}

