BODY {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4239;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-height: 0px;
	margin-width: 0px;
	scrollbar-arrow-color: #66727C; /* Pijltje */
	scrollbar-darkshadow-color: #FFFFFF; /* Schaduw rechts scrollbalk en Pijlblokken */
	scrollbar-base-color: #FFFFFF; /* Scrollbalk en Pijlblokken */
	scrollbar-highlight-color: #FFFFFF; /* Schaduw links scrollbalk en Pijlblokken */
	scrollbar-shadow-color: #CCCCCC; /* Rand rechts scrollbalk en Pijlblokken */
	scrollbar-track-color: #FFFFFF; /* Scroll pad */
	scrollbar-3dlight-color: #CCCCCC; /* Rand linkss scrollbalk en Pijlblokken */
}
TD {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4239;
	line-height: 18px;
	text-align:left;

}
/* --------------------------------------LINKS------------------------------------------- */
/* Tekst*/
a:link,a:visited {
	color: #E63404; 
	text-decoration:none;
}
a:hover,a:active {
	color: #03CDE8;
	text-decoration:none;
}
/* Menu 1 */
.menu1,a.menu1:link,a.menu1:visited {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
    text-decoration: none;
	letter-spacing:1px;
	text-transform: uppercase;
	font-weight:bold;
	padding-left: 12px;

}
a.menu1:hover {
    color: #F8C90F;
    text-decoration: none
}
.unlink1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F8C90F;
    text-decoration: none;
	letter-spacing:1px;
	text-transform: uppercase;
	font-weight:bold;
	padding-left: 12px;

}
/* Menu 2 */
.menu2,a.menu2:link,a.menu2:visited {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding-left: 12px;
}
a.menu2:hover {
    color: #F8C90F;
    text-decoration: none
}
.unlink2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding-left: 12px;
}
/* Menu 3 */
.menu3,a.menu3:link,a.menu3:visited {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D13D4C;
	text-decoration: none;
}
a.menu3:hover {
	color: #EF4455;
    text-decoration: none
}
.balkje {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
/* -----------------------------------------TEKSTVERSIERING--------------------------------------------- */
/* Hoofdkop */
}
.kophoofd {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #410921;
	font-weight: bold;
	text-transform: uppercase;
}
.tekstklein {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8E92;

}

/* -----------------------------------------FORMULIEREN--------------------------------------------- */
/* In tag input type : class="cmd" onblur="this.className='cmd'" onfocus="this.className='txt'" */
/* Tekst en achtergrondkleur invulveld  */
.txt {
	font-family: verdana, arial;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#136194; /* kleur veld actief */
	color:#000; /* kleur tekst actief */
	background-color:#F3F9FD;
}
.cmd {
	font-family: verdana, arial;
	font-size:10px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#A4ABB7; /* kleur veld inactief, ook button */
	color:#5E3438; /* kleur tekst inactief, ook button */
	background-color:#D9EAF5;
}
.selectbox {
	font-family: verdana, arial;
	font-size:10px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#A20815; /* kleur veld inactief, ook button */
	color:#999999; /* kleur tekst inactief, ook button */
	background-color:#D10A1D;
}
/* buttons */
.button
{
	font-family: arial;
	font-size:11px;
	letter-spacing:1px;
	color:#ffffff;
	background-color:#136194;
	border: 1px solid #136194;
	font-weight: bold;
}

/* -----------------------------------------TABELLEN--------------------------------------------- */
.tabel_menu1 {
	background-color: #E64E04;
	height:22px;
}
.tabel_menu2 {
	background-color: #E63404;
	height:22px;
}
.tabel_menu_producten {
	background-color: #B7BEC7;
	height:1px;
}
.tabel_menu_producten2 {
	background-color: #B7BEC7;
	width:1px;
}
.tabel_menu_wit {
	background-color: #fff;
	height:70px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
}
.tabel_grijs {
	background-color: #B7BEC7;
	height:1px;
}
.plaatje {
	border: 1px solid #410921;

}
