@CHARSET "ISO-8859-1";



#contact{
	width:785px;
	height:241px;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#f9b200;
	background-image:url('../afbeeldingen/contact-bg.png');
	padding-top:10px;
	
}

#contact .col
{
	width:325px;
	float:left;
}

#contact .label{
	background-color:#2e2e2e;
	color:#f9b200;
	width:90px;
	font-weight:bold;
	float:left;
	text-transform:uppercase;
	line-height:21px;
	height:22px;
	padding-left:10px;
}

#contact .input input{
	border:none;
	float:left;
	width:225px;
	height:20px;
	line-height:20px;
	margin-bottom:1px;
}

#contact .verstuur
{
	text-align:right;
	padding-top:4px;
	padding-right:10px;
}

#contact .verstuur a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#contact .verstuur a span{
	color:#f9b200;
}

.bericht
{
	background-color:white;
}

.bericht textarea{
	width:543px;
	height:145px;
	border:none;
}

#formulier{
	width:650px;
	float:right;
	margin-right:13px;
}