BODY {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color: #fff;
	color : #2A3B5B;
	margin-top: 0px;
	margin-left: 0px;
	margin-height: 0px;
	margin-width: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #bac094; /* Pijltje */
	scrollbar-darkshadow-color: #f6f4e8; /* Schaduw rechts scrollbalk en Pijlblokken */
	scrollbar-base-color: #f6f4e8; /* Scrollbalk en Pijlblokken */
	scrollbar-highlight-color: #f6f4e8; /* Schaduw links scrollbalk en Pijlblokken */
	scrollbar-shadow-color: #bac094; /* Rand rechts scrollbalk en Pijlblokken */
	scrollbar-track-color: #f6f4e8; /* Scroll pad */
	scrollbar-3dlight-color: #bac094; /* Rand linkss scrollbalk en Pijlblokken */
}
TD {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #716054;
	text-align:left;
}
/* --------------------------------------LINKS------------------------------------------- */
/* Tekst*/
a:link,a:active,a:visited {
	color: #85923D; 
	text-decoration:none;
}
a:hover {
	color: #A84D0F;
	text-decoration:none;
}

A.menu1:link,A.menu1:visited
{
	color: #FAEFE5;
	text-decoration: none;
	font-size:100%;
	font-weight:bold;
	margin-left:24px;

}
A.menu1:hover
{
    color: #A84D0F;
	text-decoration: none;
	font-size:100%;
	font-weight:bold;
	margin-left:24px;
}
.select
{
    color: #A84D0F;
	text-decoration: none;
	font-size:100%;
	font-weight:bold;
	margin-left:24px;
}


/* -----------------------------------------FORMULIEREN--------------------------------------------- */
/* In tag input type : class="cmd" onblur="this.className='cmd'" onfocus="this.className='txt'" */
/* Tekst en achtergrondkleur invulveld  */
.txt {
	font-family: arial;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#a64903; /* kleur veld actief */
	color:#000000; /* kleur tekst actief */
	background-color:transparent;
}
.cmd {
	font-family: arial;
	font-size:11px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#C0C295; /* kleur veld inactief, ook button */
	color:#666666; /* kleur tekst inactief, ook button */
	background-color:#FFFFFF;
}
.selectbox {
	font-family: arial;
	font-size:11px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#C0C295; /* kleur veld inactief, ook button */
	color:#666666; /* kleur tekst inactief, ook button */
	background-color:#FFFFFF;
}
/* buttons */
.button
{
	font-family: verdana, arial;
	font-size:11px;
	color:#f6f4e8;
	background-color:#a64903;
	border: 1px solid #a64903;
}

/* -----------------------------------------TABELLEN--------------------------------------------- */
.top {
	height:166px;
}
.mid {
	height:260px;
	background-color:#F6F4E8;
}
.mid_links {
	height:260px;
	width:59px;
	background-image:url(../img/back_mid_links.jpg);
}
.mid_menu {
	height:260px;
	width:156px;
	background-color:#B9C093;
	background-image:url(../img/back_menu.gif);
	background-position:bottom;
}
.mid_menu_knop {
	height:22px;
	width:156px;
	background-image:url(../img/back_menu_knop.gif);
	background-position:bottom;
	text-align:left;
	margin-left:12px;
}
.mid_content {
	height:260px;
	width:59px;
}
.mid_rechts {
	height:260px;
	width:1px;
	background-color:#C2CFDA;
}
.bot {
	height:126px;
	background-image:url(../img/back_bot.gif);
	background-repeat:repeat-x;
}
.bot_links {
	height:126px;
	width:215px;
	background-image:url(../img/hoek_bot_links.jpg);
	background-repeat:repeat-x;
}
.bot_mid {
	height:126px;
	width:553px;
	text-align:right;
}
.bot_rechts {
	height:126px;
	width:192px;
	background-image:url(../img/hoek_bot_rechts.jpg);
	background-repeat:repeat-x;
}
#tekst {
	margin-left:22px;
	margin-top:18px;
	margin-right:0px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	width:722px;
	height:392px;
	overflow-x: hidden; overflow-y: scroll;
}
#menu1 {
	margin-left:10px;
}
.kop1 {
    color: #A84D0F;
	text-decoration: none;
	font-size:110%;
	font-weight:bold;
}
.balkje {
	color: #A3AFB8;
}
#bot_mid {
	margin-top:22px;
	color:#9A887B;
}
#bot_rechts {
	margin-top:22px;
	margin-left:16px;
	color:#9A887B;
}
.tabelGoogle {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

	
