/* CSS Document */

/*

*/	
/* De opmaak van de tekst in de body, zelfde als de tekstopmaak in de tabellen 	*/
/* De opmaak van de achtergrond, met het d66 logo								*/
/* De opmaak van de scrollbalken in internet explorer							*/
BODY {

	font-weight 				:	normal								;
	font-family					:	Tahoma, Verdana, Arial, Helvetica	;
	color						:	#000000								;
	margin						:	0									;
	font-size 					:	8pt									;

	background-image			:	url("images/layout/bg.jpg");
	background-attachment		:	fixed								;
	background-position			:	center								;
	background-repeat			: 	repeat-y							;		
}

/* De opmaak van de tekst in de tabellen, zelfde als de tekstopmaak in de body */
TD {
	font-weight					: 	normal								;
	font-family					:  	Tahoma, Verdana, Arial, Helvetica	;
	color						: 	#000000								;
	margin						: 	0									;
	font-size					: 	8pt									;
}

/* Heading 2, is gewoon zwart */
H2 {
	color						: 	#000000								;
}

/* De input in de formulieren die op de website staan */
INPUT {
   font-weight 					: 	bold								; 
   font-size 					: 	8pt									; 
   font-family 					:  	Tahoma, Verdana, Arial, Helvetica	; 
   color 						: 	#000000								; 
}

/* De layout van de opsommingen op de website, dit is met o-tjes */
OL,UL,DL {
	margin-top					: 	0em									;
}

/* De vetgedrukte weergaves, b = groen en strong = zwart, in menu en tekst */
B {
   font-weight 					: 	bold								; 
   color 						:	#3366CC								;
}

STRONG {
	font-weight 				: 	bolder								;
	font-family 				:  	Tahoma, Verdana, Arial, Helvetica	;
	color 						: 	#000000								;
	margin						: 	0									;
	font-size 					: 	8pt									;
}

/* Dit is de link layout van het menu links en het hoofdmenu */
.menu A { 
   color						: 	#000000								; 
   text-decoration 				: 	none								;
   font-weight					:	bold								;
} 

.menu A:hover { 
   color						: 	#00017A								; 
   text-decoration 				: 	none								;
   font-weight					:	bold								;   
} 

/* Dit is de link layout van de teksten, zodat er verschil is te zien tussen tekst en links */
A { 
   color						:  	#00017A								; 
   text-decoration 				: 	none								;
} 

A:hover {
	color						: 	#FF0000								;
	text-decoration 			: 	none								;
}
