/* 	#F39800 oranje
	#766856 bruingrijs zoals p
	#A99C8A bruingrijs iets lichter zoals a:link
	#7CC2AC turquoise
	#BDE1D6 turquoise iets lichter
	#C9E6DC lichtblauw zoals border blockquote*/
/* -------------------------------------------------------------------- basics */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif, Verdana;
	line-height: 21px;
}
body {
	font-size: 11px;
	line-height: 14px;
	color: #766856;
}
body.site {
	background-color: #766856;
}

h1 {
	font-size: 10px;
	clear: both;
	color: #F39800;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 5px;
}
h2 {
	font-size: 10px;
	clear: both;
	color: #7CC2AC;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-top: 7px;
}
p {
	font-size: 11px;
}
blockquote {
	font-size: 11px;
	border: 1px solid #C9E6DC;
	padding: 9px 11px 9px 11px;
	margin-top: 9px;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #A99C8A;
	text-decoration: underline;
}
a:hover, a:active {
	color: #766856;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	padding-left: 13px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.imgR {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgL {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
hr {
	border: none;
	border-bottom: 1px solid #C9E6DC; 
	height: 0;
}
/* ---------------------------------------------- formulier */
fieldset *{
	font-size: 11px;
	color: #766856;
}
fieldset  {
	border: none;
	padding-bottom: 10px;
}
label {
	display: block;
	width: 100px;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}
em {
	color: #AABB48;
	background-color: #fff;
	font-size: 12px;
	font-style: normal;
}
input.type-text {
	width: 185px;
	margin: 5px;
	height: 18px;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 5px;
	background-color: #FAF9F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #DDD7D0;
	border-left-color: #FFFFFF;
}
input.submit {
	width:  100px;
	font-size: 11px;
	margin-left: 113px;
	height: 26px;
}
textarea.invulgroot{
	width: 185px;
	margin: 5px;
	height: 90px;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 5px;
	background-color: #FAF9F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #DDD7D0;
	border-left-color: #FFFFFF;
}
fieldset br {
	clear: left;
}
legend {
	display: none;
}
