/* Algemene stijlkenmerken die voor de gehele pagina gelden */
BODY {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	}
	
H4 {
	font-family		: Verdana;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #FF6600;
	}

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		: 10pt;
	color			: #E95B67;
	text-decoration	: none;
	line-height		: 1.3;
	}

a.SubMenu {
	font-family		: arial, verdana;
	font-weight		: bold;
	font-size		: 8pt;
	color			: #E95D6A;
	text-decoration	: none;
	line-height		: 1.3;
	}

a.Submenu:hover {
	color: #000000;
	}

/* standaardopmaak menu items */
a.artikelnaam {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 10pt;
	color			: #FF6600;
	text-decoration	: none;
	}

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.3;
	}

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

/* standaardopmaak menu items */
.menu {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 10pt;
	color			: #000000;
	text-decoration	: none;
	line-height		: 1.3;
	}
	
	
.artikelinfo1 {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 9pt;
	color			: #FF6500;
	text-decoration	: none;
	}
	
.artikelinfo2 {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 9pt;
	color			: #000000;
	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;
	}


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				:#868686; 
	width				:100px;
	}

.forminput {  
	font-family			: Verdana; 
	font-size			: 12px; 
	border				: 1px solid #868686; 
	border-top-width	: 1pt; 
	border-right-width	: 1pt; 
	border-bottom-width	: 1pt; 
	border-left-width	: 1pt;
	}
textarea {
	FONT-SIZE					: 12px; 
	FONT-FAMILY					: Verdana; 
	text-decoration				: none;
	background-color			: #FFFFFF;
	border						: 1px solid #868686; 
	scrollbar-face-color		: #FFFFFF;
	scrollbar-highlight-color	: #CDCDCD; 
	scrollbar-shadow-color		: #CDCDCD; 
	scrollbar-3dlight-color		: #FFFFFF;
	scrollbar-arrow-color		: #CDCDCD; 
	scrollbar-track-color		: #FFFFFF;
	scrollbar-darkshadow-color	: #FFFFFF;
	scrolling					: auto;
	}

.tableborder {  
	border-color				: #CDCDCD #CDCDCD; 
	border-style				: solid; 
	border-top-width			: 1px; 
	border-right-width			: 1px; 
	border-bottom-width			: 1px; 
	border-left-width			: 1px; 
	background-color			: #FFFFFF
	}
	
