BODY {
	font-family : verdana,Arial,Helvetica, sans-serif;
	font-size : 11px;
	background-color: #FFF;
	color : #414848;
	margin-top: 0px;
	margin-left: 0px;
	margin-height: 0px;
	margin-width: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #046A74; /* Pijltje */
	scrollbar-darkshadow-color: #D7E1E1; /* Schaduw rechts scrollbalk en Pijlblokken */
	scrollbar-base-color: #fff; /* Scrollbalk en Pijlblokken */
	scrollbar-highlight-color: #ffffff; /* Schaduw links scrollbalk en Pijlblokken */
	scrollbar-shadow-color: #046A74; /* Rand rechts scrollbalk en Pijlblokken */
	scrollbar-track-color: #ffffff; /* Scroll pad */
	scrollbar-3dlight-color: #046A74; /* Rand linkss scrollbalk en Pijlblokken */
}

TD {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #018997;
	text-align: left;
}
/* --------------------------------------LINKS------------------------------------------- */
/* Tekst*/
a:link,a:active,a:visited {
	color: #0396a7; 
	text-decoration:none;
}
a:hover {
	color: #04AAB7;
	text-decoration:none;
}

/* Menu 1 */
.menu1,a.menu1:link,a.menu1:visited {
	font-family: verdana,Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.menu1:hover {
    color: #BCDCE9;
    text-decoration: none;
}
/* Menu 2 */
.menu2,a.menu2:link,a.menu2:visited {
	font-family: verdana,Arial, Helvetica, sans-serif;
	color: #BDA600;
	text-decoration: none;
	font-size: 11px;
}
a.menu2:hover {
    color: #D3B407;
    text-decoration: none;
}
/* Menu 1 */
.menuWit,a.menuWit:link,a.menuWit:visited {
	font-family: verdana,Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.menuWit:hover {
    color: #06D9EA;
    text-decoration: none;
}
/* Menu 1 */
.menuWit2,a.menuWit2:link,a.menuWit2:visited {
	font-family: verdana,Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.menuWit2:hover {
    color: #06D9EA;
    text-decoration: none;
}
/* kleine tekst */
.tekstklein {
	font-size: 10px;
	color: #8E9AA8;
}
.oranje {
    color: #DB5B12;

}
.koporanje {
    color: #DB5B12;
	font-size: 130%;
	font-weight: bold;
}
.pijloranje {
    color: #DB5B12;
	font-size: 160%;
	font-weight: bold;
}

/* -----------------------------------------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:#FD7D00; /* kleur veld actief */
	color:#000000; /* kleur tekst actief */
	background-color:#FFFFFF;
}
.cmd {
	font-family: verdana,arial;
	font-size:10px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#A6A4A3; /* kleur veld inactief, ook button */
	color:#666666; /* kleur tekst inactief, ook button */
	background-color:#FFFFFF;
}
.selectbox {
	font-family: verdana,arial;
	font-size:10px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#A6A4A3; /* 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:white;
	background-color:#F08E20;
	border: 1px solid #F08E20;
}

.imgborder {
	border: 1px solid #66778B;

}
.kopzwart {
	font-size: 130%;
	color: #000;
	font-weight: bold;
}
.kopgoud {
	font-size: 130%;
	color: #644E1C;
	font-weight: bold;
}
.content {
	width: 360px;
	height: 352px;
	margin-top: 20px;
}
.contentS {
	width: 382px;
	height: 352px;
	overflow-x: hidden; overflow-y: scroll;
	margin-top: 20px;
}
.contentSZ {
	width: 610px;
	height: 382px;
	overflow-x: hidden; overflow-y: scroll;
	margin-top: 20px;
}
.contentS2 {
	width: 382px;
	height: 382px;
	overflow-x: hidden; overflow-y: scroll;
	margin-top: 20px;
}
.contentS_N {
	width: 610px;
	height: 340px;
	overflow-x: hidden; overflow-y: scroll;
	margin-top: 20px;
}
.contentS_N2 {
	width: 610px;
	height: 372px;
	overflow-x: hidden; overflow-y: scroll;
	margin-top: 20px;
}
.text {
	width: 362px;
	color: #026E7B;
}
.text_index {
	width: 362px;
	color: #4C3059;
}
.text_paars {
	color: #4C3059;
}
.text_goud {
	color: #644E1C;
}
.text_N {
	width: 580px;
	color: #018997;
}
.textZ {
	width: 600px;
	color: #026E7B;

}

.inloop {
	color: #4C3059;
	font-size: 11px;
	font-weight: bold;
}
.inloopWit {
	color: #fff;
	font-weight:bold;
	font-size: 13px;
}
.tekstWit {
	color: #fff;
}
.payoff {
	color: #7BA7AD;
	font-size: 13px;
}
.tabelGoogle {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

