BODY {
	font-family : Trebuchet MS,Arial,Helvetica, sans-serif;
	font-size : 11px;
	background-color: #FFF;
	color : #414848;
	margin-top: 0px;
	margin-left: 0px;
	margin-height: 0px;
	margin-width: 0px;
	scrollbar-arrow-color: #66727C; /* 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: #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: #414848;
	text-align: left;
	line-height: 18px;
}
/* --------------------------------------LINKS------------------------------------------- */
/* Tekst*/
a:link,a:active,a:visited {
	color: #005A9C; 
	text-decoration:underline;
}
a:hover {
	color: #077CD1;
	text-decoration:underline;
}
/* Menu blok */
.menublok,a.menublok:link,a.menublok:visited {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color: #005A9C;
	text-decoration: underline;
	font-size: 12px;
	line-height: 18px;
}
a.menublok:hover {
    color: #077CD1;
    text-decoration: none;
}
/* Menu meer */
.menumeer,a.menumeer:link,a.menumeer:visited {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color: #DC1E25;
	text-decoration: none;
	font-size: 12px;
}
a.menumeer:hover {
    color: #000000;
    text-decoration: none;
}
/* Menu 1 */
.menu1,a.menu1:link,a.menu1:visited {
	font-family: Trebuchet MS,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: Trebuchet MS,Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.menu2:hover {
    color: #FFFFFF;
    text-decoration: none
}
/* Menu 3 */
.menu3,a.menu3:link,a.menu3:visited {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a.menu3:hover {
    color: #F99303;
    text-decoration: none
}
/* Menu 4 */
.menu4,a.menu4:link,a.menu4:visited {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.menu4:hover {
    color: #F99303;
    text-decoration: none
}
/* Menu links */
.menulinks,a.menulinks:link,a.menulinks:visited {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
}
a.menulinks:hover {
    color: #DC1E25;
    text-decoration: none
}
.unlinkzwart {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.unlinkwit {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
/* -----------------------------------------TEKSTVERSIERING--------------------------------------------- */
/* Hoofdkop */
.kophoofd {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2A3B5B;
	letter-spacing: 2px;
}
.koporanje {
	font-size: 12px;
	font-weight: bold;
	color: #DB6B06;
	letter-spacing: 1px;
}

/* Subkop */
.kopsub {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D7566;
	font-weight: bold;

}
/* met achtergrondkleur */
.kopachtergrond {
	letter-spacing: 1px;
	color: #CC0033;
	text-decoration: blink;
	background-color: #f4f4f4;
}
/* kleine tekst */
.tekstklein {
	font-size: 10px;
	color: #8E9AA8;
}
/* lijntje menu */
.lijnmenu {
	font-size: 13px;
	color: #E44D24;
	font-weight: bold;
}
/* lijntje links */
.lijnlinks {
    height : 1px;
	background-color : #DC1E25;
}

/* -----------------------------------------FORMULIEREN--------------------------------------------- */
/* In tag input type : class="cmd" onblur="this.className='cmd'" onfocus="this.className='txt'" */
/* Tekst en achtergrondkleur invulveld  */
.txt {
	font-family: Trebuchet MS,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: Trebuchet MS,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: Trebuchet MS,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: Trebuchet MS, arial;
	font-size:11px;
	color:white;
	background-color:#F08E20;
	border: 1px solid #F08E20;
}

/* -----------------------------------------TABELLEN--------------------------------------------- */
.tabelOranje {
	background-color : #F08E20;
}
.tabelOranje2 {
	background-color : #F7C784;
}
.tabelBlauw {
    background-color : #005A9C;
}
.tabelBlauw2 {
    background-color : #A3B3D5;
}
.tabelLichtblauw {
    background-color : #BCDCE9;
}
.tabelLichtblauw2 {
    background-color : #BCDCE9;
}
.tabelGroen {
    background-color : #97C03C;
}
.tabelGroen2 {
    background-color : #CEDF94;
}
.tabelGeel {
    background-color : #FCCA09;
}
.tabelGeel2 {
    background-color : #FCCA09;
}
.tabel3 {
	border: 1px solid #FFFFFF;
}
.tabel4 {
	border: 1px solid #DB1386;
}
/* Deze maakt lijnen */
.tabellijnen {
	background-color : #999999;
}
/* Deze maakt lijnen */
.tabellijnenkleur {
	background-color : #f4f4f4;
    width: 11%;
}
.bullit {
	font-size: 10px;
	font-weight: bold;
	color: C11A80;
}

.imgborder {
	border: 1px solid #66778B;

}
.koprood {
	font-size: 140%;
	font-weight: bold;
	color: #DC1E25;
	text-align: left;
}
.kopzwart {
	font-size: 140%;
	font-weight: bold;
	color: #000;
}
.content {
	background-color : #fff;
	width: 546px;
	height: 400px;
	text-align: justify;
}
.contentS {
	background-color : #fff;
	width: 546px;
	height: 400px;
	text-align: justify;
	overflow-x: hidden; overflow-y: scroll;
}
.contentS_F {
	background-color : #E4ECCC;
	width: 546px;
	height: 400px;
	text-align: justify;
	overflow-x: hidden; overflow-y: scroll;
}
.text {
	background-color : #fff;
	width: 520px;
	text-align: justify;
}


