
html, body {
	margin: 			0;
	padding: 			0;
	background:			#f8f8f8;
}

body, td, p, th, textarea {
	font-family:		Tahoma, Arial, Verdana;
	color:				#000000;
	font-size:			11px;
}

th						{ text-align: left; width: 80px; font-weight: normal; font-style: italic; }

h1						{ font-family: Tahoma, Arial, Verdana; font-size: 24px; font-weight: normal; margin: 5px 0 5px 0; }
h2						{ font-family: Tahoma, Arial, Verdana; font-size: 21px; font-weight: normal; margin: 5px 0 5px 0; }
h3						{ font-family: Tahoma, Arial, Verdana; font-size: 15px; font-weight: normal; margin: 5px 0 10px 0; }

p 						{ text-align: justify; line-height: 17px; }

.groen A:link, .groen A:visited, .groen A:active 	{ color: #85c72b; text-decoration: none; }
.groen A:hover 										{ color: #85c72b; text-decoration: underline; }

.rood A:link, .rood A:visited, .rood A:active 		{ color: #de0029; text-decoration: none; }
.rood A:hover 										{ color: #de0029; text-decoration: underline; }

.blauw A:link, .blauw A:visited, .blauw A:active 	{ color: #0091d3; text-decoration: none; }
.blauw A:hover 										{ color: #0091d3; text-decoration: underline; }

.grijs A:link, .grijs A:visited, .grijs A:active 	{ color: #787878; text-decoration: none; }
.grijs A:hover 										{ color: #787878; text-decoration: underline; }

.geel A:link, .geel A:visited, .geel A:active 		{ color: #d6ba00; text-decoration: none; }
.geel A:hover 										{ color: #d6ba00; text-decoration: underline; }

img 					{ border:	0; }
form					{ margin:	0; }
.nomargin 				{ margin:	0; }

hr						{ border: 0; color: #eee; background-color: #eee; height: 1px; width: 100%; margin: 10px 0 5px 0; }

.heading 				{ font-size: 13px; color: #165ba0; font-weight: bold; }
.small					{ font-size: 10px; line-height: 12px; }

#main #navigation.back1, .back1 	{ background: #f8f8f8 url('../img/nav-back-1.jpg') no-repeat; }
#main #navigation.back2, .back2 	{ background: #f8f8f8 url('../img/nav-back-2.jpg') no-repeat; }
#main #navigation.back3, .back3 	{ background: #f8f8f8 url('../img/nav-back-3.jpg') no-repeat; }

#scroll {
	height:						100%;
	overflow-y:					auto;
	padding:					20px 20px 20px 20px;
	scrollbar-3dlight-color: 	#f8f8f8;
	scrollbar-arrow-color: 		#bfbfbf;
	scrollbar-base-color: 		#ffffff;
	scrollbar-darkshadow-color: #bfbfbf;
	scrollbar-face-color: 		#f8f8f8;
	scrollbar-highlight-color: 	#ffffff;
	scrollbar-shadow-color: 	#f8f8f8
}

#navigatie ul						{ list-style-type: none; margin: 0 0 0 -40px; }

a img								{ border: 0; }
