/* ----------achter-------------- */
#achter {
}

/* -----------------main------------------- */
#main {
	
}

/* ----------header-------------- */
#header {
	background: url(../images/achter_header_contact.gif) no-repeat bottom left;
}

/* -----------------left_content------------------- */
#left_content {
	background-color: #8c8c8c;
}

/* -----------------content--------------------- */
#content {
	padding: 0;
}

/* -----------footer--------------------------- */
	#footerlinks a.contact {
		background: url(../images/b_contact_a.gif) left top no-repeat;
	}

input.zoekButton{
	border: none;
	background: transparent url(../images/form_send.gif) right no-repeat;
	width: 41px;
	height: 15px;
}


/* -----------form--------------------------- */
div#form_name, div#form_email {
	background: transparent url(../images/form_input_name.gif) no-repeat top left;
	width: 201px;
	margin: 0 0 8px 0;
	overflow: hidden;
	display: block;
	clear: both;
}
form input.form_name, form input.form_email {
	background: transparent;
	min-height: 21px;
	_height: 21px; /*	underscore-hack for IE */
	width: 195px;
	padding: 0 3px;
	border: solid 0 #777;
}

div#form_mailinglist {
	margin: 20px 0 17px 0;
}
form input.form_mailinglist {
	background: transparent;
	padding: 0 3px;
	border: solid 0 #777;
}

div#form_sub_attach {
	overflow: hidden;
	display: block;
	clear: both;
}
div#sub, div#attach {
	float: left
}

div#form_subject {
	background: transparent url(../images/form_input_subject.gif) no-repeat top left;
	width: 246px;
	margin: 0 15px 8px 0;
	overflow: hidden;
	float: left;
}
form input.form_subject {
	background: transparent;
	min-height: 21px;
	_height: 21px; /*	underscore-hack for IE */
	width: 240px;
	padding: 0 3px;
	border: solid 0 #777;
}

div#form_attachment {
	background: transparent url(../images/form_input_attachment.gif) no-repeat top left;
	width: 281px;
	margin: 0 0 8px 0;	
	*margin-bottom: 12px;
	_margin-bottom: 8px;
	overflow: hidden;
}
form input.form_attachment {
	background: transparent;
	min-height: 21px;
	_height: 21px; /*	underscore-hack for IE */
	width: 275px;
	padding: 0 3px;
	border: solid 0 #777;
	border: none;
}

div#form_message {
	background: transparent url(../images/form_input_message.gif) no-repeat top left;
	width: 442px;
	margin: 0;
	overflow: hidden;
	clear: both;
}
form textarea.form_message {
	background: transparent;
	min-height: 164px;
	_height: 164px; /*	underscore-hack for IE */
	width: 436px;
	padding: 0 3px;
	border: solid 0 #777;
}

form input.browseButton {

}

form input.sendButton {
	border: none;
	background: #FFF url(../images/form_send.gif) right no-repeat;
	width: 41px;
	height: 15px;
	margin-left: 401px;
}





