@charset "utf-8";
/* CSS Document */

#paginatitel h1{
	color:#e1c214;
}


/* begin contact */

.form{

}
.form table{
	font-size:12px;
}
.form h1{
	font-family:florencesansregular, Verdana, Arial, Helvetica, sans-serif;
	color:#e1c214;
	text-transform:uppercase;
}
.form .titelform h1{
	font-family:florencesansregular, Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
}
.form .stitelform h1{
	font-family:florencesansregular, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

.form label{
	font-weight:bold;
	margin:0 0 10px 0;
}
.form input{
	width:100%;
	height:20px;
	margin:5px 0 0 0;
	background-color:#949494;
	border:none;
	font-size:12px;
	color:#000000;
}
.form textarea{
	width:100%;
	margin:5px 0 0 0;
	background-color:#949494;
	border:none;
	font-size:12px;
	color:#000000;
}
.form #submit{
	width:160px;
	background:#FFFFFF;
	border:none;
	font-size:14px;
	color:#515151;
}

/* einde contact */