html,body
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: #67430C;
	background: #C39E5F;
}

#container
{
	width: 800px;
	text-align: center;
	height: auto;
	margin: 0 auto;
	background: url(header.gif);
	background-repeat: no-repeat;
}

#formulier
{
	padding-top: 180px;
	height: 349px;
	padding-left: 180px;
	text-align: left;
	width: 600px;
	margin: 0 auto;

}

#berichten
{
	height: auto;
	text-align: left;
	padding-left: 160px;
	background: url(midden.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	margin-top: -90px;
}

#footer
{
	height: 41px;
	background: url(footer.gif);
	width: 800px;
}

.text
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	color: #67430C;
	border: 1px solid #67430C;
	background: #C39E5F;
}

.text1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67430C;
	border: 1px solid #67430C;
background: #C39E5F;
}

b
{
	color: maroon;
}

hr
{
	border: none;
	height: 1px;
	background: white;
	color: white;/* for IE */
}

#berichten a
{
	text-decoration: none;
	font-weight: bold;
	color: maroon;
}

#berichten a:hover
{
	color: white;
		font-weight: bold;
}

