/* Algemene stijlkenmerken die voor de gehele pagina gelden */
BODY {
	font-family				: verdana;
	font-weight				: light;
	font-size				: 9pt;
	color					: #493B3B;
	text-decoration			: none;
	line-height				: 1.5;
	background-image		:url(/images/bg.gif);
	background-repeat		:no-repeat;
	background-attachment	:fixed;
	}
	
H4 {
	font-family				: Verdana;
	font-size				: 11pt;
	font-weight				: bold;
	color					: #472A2B;
	}

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 {
	color					: #493B3B;
	}
	
/* opmaak link onMouseOver (alleen IE) */
a:hover {
	text-decoration			: none;
	}
/* standaardopmaak menu items */
a.menu {
	font-family				: verdana;
	font-weight				: bold;
	font-size				: 9pt;
	color					: #553F0E;
	text-decoration			: none;
	line-height				: 2.5;
	}

a.menu:hover {
	color					: #F27500;
	}

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

.kop {
	font-family				: Verdana;
	font-size					: 16pt;
	font-weight				: bold;
	color							: #B0B0B0;
	}


.small {
	font-family				: verdana;
	font-weight				: light;
	font-size				: 8pt;
	color					: #493B3B;
	text-decoration			: none;
	line-height				: 1.2;
	}

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


.small {
	font-family				: verdana;
	font-weight				: light;
	font-size					: 7pt;
	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;
	}
/* standaardopmaak inputboxen (alleen IE) */
input {
	font-size					: 9pt; 
	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					: 9pt; 
	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						: 9pt; 
	border							: #6D090C; 
	border-style				: groove; 
	border-top-width		: 1pt; 
	border-right-width	: 1pt; 
	border-bottom-width	: 1pt; 
	border-left-width		: 1pt
	}
textarea {
	FONT-SIZE									: 9pt; 
	FONT-FAMILY								: Verdana; 
	text-decoration						: none;
	background-color					: #FFFFFF;
	border										: 1px solid #6D090C;
	}
	
