/* Algemene stijlkenmerken die voor de gehele pagina gelden */
BODY {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	line-height		: 1.5;
	scrollbar-face-color		:#F67A02;
	scrollbar-highlight-color	:#F67A02;
	scrollbar-track-color		:#D1D1D1;
	scrollbar-base-color		:#D1D1D1;
	scrollbar-arrow-color		:#D1D1D1;
	}
	
H4 {
	font-family		: Verdana;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #14769B;
	}

H5 {
	font-family		: Verdana;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #FF7800;
	}

H6 {
	font-family		: Verdana;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #D58D01;
	}

/* opmaak standaard link*/
a {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 8pt;
	color			: #000000;
	text-decoration: underline;
	}
	
/* opmaak link onMouseOver (alleen IE) */
a:hover {
	text-decoration: none;
	}
/* standaardopmaak menu items */
a.menu {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #FFE7B8;
	text-decoration	: none;
	}

a.SubMenu {
	font-family		: arial, verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #FFE7B8;
	text-decoration	: none;
	}

a.Submenu:hover {
	color: #9B4E0C;
	}

a.nieuws {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 7pt;
	color			: #000000;
	text-decoration	: underline;
	}

a.nieuws:hover {
	text-decoration: none;
	}

/* standaardopmaak tabelcellen */
td {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	line-height		: 1.5;
	}

.home {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	}

/* standaardopmaak menu items */
.kop {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #E77919;
	text-decoration	: none;
	}
	
	
.adres2 {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #041446;
	text-decoration	: none;
	}
	
.right {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #50718C;
	text-decoration	: none;
	}
.kopright {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 13pt;
	color			: #041446;
	text-decoration	: none;
	}
/* standaardopmaak inputboxen (alleen IE) */
input {
	font-size			: xx-small;
	font-style			: normal;
	line-height			: normal;
	font-weight			: normal;
	font-variant		: normal;
	text-transform		: none;
	color				: #000000;
	text-decoration		: none;
	background-color	: #FFFFFF;
	border				: 1px solid #6D090C;
	}


input.formbutton {
	FONT-WEIGHT		: bold; 
	FONT-SIZE		: 7pt; 
	FONT-FAMILY		: Verdana; 
	line-height		: 12pt
	}	

/* opmaak inputvelden (geen buttons!!) (alleen IE) */
input.veld {
	background-color	:#FFFFFF;
	color				:#B80000;
	width				:100px;
	}

.forminput {  
	font-family			: Verdana; 
	font-size			: 11px; 
	border				: #6D090C; 
	border-style		: groove; 
	border-top-width	: 1pt; 
	border-right-width	: 1pt; 
	border-bottom-width	: 1pt; 
	border-left-width	: 1pt
	}
textarea {
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Verdana; 
	text-decoration				: none;
	background-color			: #FFFFFF;
	border						: 1px solid #6D090C;
	scrollbar-face-color		: #FFFFFF;
	scrollbar-highlight-color	: #6D090C;
	scrollbar-shadow-color		: #6D090C;
	scrollbar-3dlight-color		: #FFFFFF;
	scrollbar-arrow-color		: #6D090C;
	scrollbar-track-color		: #FFFFFF;
	scrollbar-darkshadow-color	: #FFFFFF;
	overflow:hidden
	}
	
