BODY
{
	background-color: #FFCA96;
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	font-family: Corbel, Trebuchet MS;
	font-size: 10pt;
	line-height: 13pt;
	color: black;
	margin: 18px 0 18px 0;
	overflow-x: hidden;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #FFCA96;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #FFCA96;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: #FFCA96;
}

.page
{
	width: 1000px;
	background-color: white;
	padding: 0;
	margin: 0;
}

.title
{
}

A
{
	font-family: Corbel, Trebuchet MS;
	font-size: 11pt;
	color: #F39801;
    text-decoration: underline;
}

A:hover
{
	font-family: Corbel, Trebuchet MS;
	font-size: 11pt;
	color: #F39801;
    text-decoration: none;
}

.nav
{
	background-color: #F39801;
	xbackground-image: url(gfx/bg3.jpg);
	xbackground-repeat: repeat-x;
	margin: 0;
	padding: 4px 0 4px 18px;
	text-align: left;
}

A.navitem
{
	font-family: Corbel, Trebuchet MS;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	margin-right: 14px;
    text-decoration: none;
}

A:hover.navitem
{
	font-family: Corbel, Trebuchet MS;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	margin-right: 14px;
    text-decoration: underline;
}

h1
{
	font-family: Corbel, Trebuchet MS;
	font-size: 17pt;
	font-weight: bold;
	line-height: 19pt;
	color: #F39801;
	margin: 0 0 9px 0;
}

h2
{
	font-family: Corbel, Trebuchet MS;
	font-size: 13pt;
	font-weight: normal;
	line-height: 13pt;
	color: #F39801;
	margin: 18px 0 9px 0;
}

.content
{
	float: left;
	width: 665px;
	background: white;
	display: inline-block;
	font-family: Corbel, Trebuchet MS;
	font-size: 11pt;
	line-height: 13pt;
	color: black;
	padding: 18px;
}

.content A
{
	font-family: Corbel, Trebuchet MS;
	font-size: 11pt;
	color: black;
    text-decoration: underline;
}

.content A:hover
{
	font-family: Corbel, Trebuchet MS;
	font-size: 11pt;
	color: black;
    text-decoration: none;
}

.block
{
	display: block;
	width: 375px;
	height: 250px;
	font-family: Corbel, Trebuchet MS;
	font-size: 9pt;
	line-height: 6pt;
	color: black;
	padding: 0;
	margin: 0 0 12px 12px;
	border: 1px solid #F39801;
	float: right;
}

.footer
{
	float: right;
	display:inline-block;
	width: 275px;
	background-color: #DFDFDF;
	font-family: Corbel, Trebuchet MS;
	font-size: 11pt;
	line-height: 13pt;
	color: white;
	margin: 0;
	padding: 10px;
	text-align: justify;
}
.footer a {
	display:inline-block;
	float:left;
	width:125px;
	margin:0 0 5px 5px;
}

SPAN.rood
{
	background-color: #DC241F;
	color: white;
	padding: 2px;
}

input
{
	font-family:Corbel, Trebuchet MS;
	font-size: 9pt;
	line-height: 14pt;
	color: black;
	border: 1px solid black;
}

input.noborder
{
	font-family:Corbel, Trebuchet MS;
	font-size: 9pt;
	line-height: 14pt;
	color: black;
	border: 1px solid white;
}

textarea
{
	font-family:Corbel, Trebuchet MS;
	font-size: 9pt;
	line-height: 14pt;
	color: #7F7F7F;
	border: 1px solid black;
}

IMG.border
{
	border: 1px solid #DB6D00;
}

IMG.noborder
{
	border: 0px;
}

UL
{
	margin-top: 0;
	margin-bottom: 0;
	list-style-position: outside;
}

LI
{
	margin: 0 0 0 -24px;
}

input.mailform_noborder {
    border: 0;
}

input.mailform {
    border: 1px solid #F39801;
    color: black;
    width: 300px;
	height: 16px;
    background: #FFEFDF;
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 10pt;
}

textarea.mailform_blok {
    border: 1px solid #F39801;
    color: black;
    width: 300px;
	height: 100px;
    background: #FFEFDF;
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 10pt;
}

input.mailform_pc {
    border: 1px solid #F39801;
    color: black;
    width: 156px;
	height: 16px;
    background: #FFEFDF;
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 10pt;
}

input.mailform_plaats {
    border: 1px solid #F39801;
    color: black;
    width: 236px;
	height: 16px;
    background: #FFEFDF;
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 10pt;
}

input.mailform_send {
    border: 1px solid #F39801;
    color: black;
    width: 80px;
	height: 20px;
    background: #FFEFDF;
	font-family: trebuchet ms;
	font-weight: bold;
	font-size: 10pt;
}

