/* 		main colours and font		*/
body {
	background-color: #949BA2;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00335B;
	scrollbar-3dlight-color:#6892B8;
	scrollbar-arrow-color:#6892B8;
	scrollbar-base-color:#ECECEC;
	scrollbar-track-color:#ECECEC;
	scrollbar-darkshadow-color:#6892B8;
	scrollbar-face-color:#ECECEC;
	scrollbar-highlight-color:#ECECEC;
	scrollbar-shadow-color:#ECECEC;
	background-attachment: fixed;
	background-image: url(img/tile.jpg);
	background-repeat: repeat;
	background-position: center center;
	}

body.content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00335B;
	scrollbar-3dlight-color:#6892B8;
	scrollbar-arrow-color:#6892B8;
	scrollbar-base-color:#ECECEC;
	scrollbar-track-color:#ECECEC;
	scrollbar-darkshadow-color:#6892B8;
	scrollbar-face-color:#ECECEC;
	scrollbar-highlight-color:#ECECEC;
	scrollbar-shadow-color:#ECECEC;
	background-attachment: fixed;
	background-image: url(img/iframeBack.jpg);
	}

td { font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #00335B; }

/* 		main links					*/
a:link { color: #00335B; text-decoration: underline; }
a:visited { color: #00335B; text-decoration: underline; }
a:hover { color: #6892B8; text-decoration: none; }
a:active { color: #00335B; text-decoration: underline;}

/* 		menu links					*/
a.menu:link {color: #00335B;text-decoration: none;font-weight: bold;font-size: 11px; line-height: 18px; }
a.menu:visited { color: #00335B; text-decoration: none;font-weight: bold; font-size: 11px; line-height: 18px; }
a.menu:hover { color: #6892B8; text-decoration: underline;font-weight: bold; font-size: 11px; line-height: 18px; }
a.menu:active { color: #00335B; text-decoration: none;font-weight: bold; font-size: 11px; line-height: 18px; }

/* 		submenu links				*/
a.submenu:link { color: #3C464D; text-decoration: none;font-weight: bold; font-size: 11px; line-height: 18px; }
a.submenu:visited { color: #3C464D; text-decoration: none;font-weight: bold; font-size: 11px; line-height: 18px; }
a.submenu:hover { color: #6892B8; text-decoration: underline;font-weight: bold; font-size: 11px; line-height: 18px; }
a.submenu:active { color: #3C464D; text-decoration: none;font-weight: bold; font-size: 11px; line-height: 18px; }

/*		Selected menu				*/
a.selectedMenu:link { color: #6892B8; text-decoration: none;font-weight: bold; font-size: 11px; line-height: 18px; }
a.selectedMenu:visited { color: #6892B8; text-decoration: none;font-weight: bold; font-size: 11px; line-height: 18px; }
a.selectedMenu:hover { color: #949BA2; text-decoration: underline;font-weight: bold; font-size: 11px; line-height: 18px; }
a.selectedMenu:active { color: #6892B8; text-decoration: none;font-weight: bold; font-size: 11px; line-height: 18px; }

/* 		searchfield					*/
.searchField { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #00335B; background-color: #ECECEC; border: 1px solid #FFFFFF; width: 100px; height: 17px; border: 1px solid #FFFFFF; }
/* 		searchbutton				*/
.searchButton { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #00335B; background-color: #ECECEC; border: 1px solid #6892B8; width: 35px; height: 17px; border: 1px solid #00335B; }


/* 		text options				*/
.titel {color: #6892B8;font-weight: bold; font-size: 17px;}
.inhoud {color: #00335B;font-size: 11px;}

/* 		textfield					*/
.TField { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #00335B; background-color: #ECECEC; border: 1px solid #6892B8; width: 400px; height: 17px; }

/* 		textarea					*/
.TArea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #00335B; background-color: #ECECEC; border: 1px solid #6892B8; width: 400px; }


/*		Thumbnails					*/
.thumb { border: 1px solid #6892B8;}

/* 		button						*/
.button { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #00335B; background-color: #ECECEC; border: 1px solid #6892B8; height: 17px; }

.groot {font-size: 16px;}
.klein {font-size: 10px;}

.tekst-quote { color: #00335B; font-family: "Times New Roman", Times, serif; font-style: italic;}

