@charset "utf-8";
#wrapper {
	width:950px;
	background-image: url(figlayout/wrapper.jpg);
	background-repeat: repeat-y;
	margin: auto;
	padding: 0px;
}
#hoofding {
	width:950px;
	height:140px;
	background-image: url(figlayout/hoofding.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#container {
	width:950px;
}
#inhoud {
	width:860px;
	margin-left: 55px;
}
#footer {
	width:950px;
	height:83px;
	background-image: url(figlayout/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	color: #E6E6CC;
	font-weight: bold;
}
#footerinhoud {
	width:860px;
	height:20px;
	margin-top: 48px;
	margin-left: 55px;
	text-align: center;
	float: left;
}
#contact {
	width:80px;
	height:18px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF0000;
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-left: 800px;
	padding-top: 2px;
	font-size: 10pt;
	text-align: center;
	float: left;
}

body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #E6E6CC;
}
#inhoud  h1   {
	color: #6D6D36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
}
#inhoud   a:link, #inhoud a:visited   {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#inhoud  a:hover   {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

#contactformulier {
	width:550px;
	margin-left: 100px;
}
#inhoud  #contactformulier  p   {
	color: #993300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}
#inhoud   #contactformulier   input,  textarea {
	background-color: #DADAB6;
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#hoofding  #contact  a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#hoofding  #contact  a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#hoofding  #contact  a:hover  {
	color: #340166;
	text-decoration: none;
}



.rood {
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}
.bruin {
	color: #993300;
	font-weight: bold;
}
