/* CSS Document */

body {
	background-image:url(../images/page/achtergrond.gif);
	color:#445588;
	line-height:1;
	margin:0;
	overflow:scroll;
}
underline{
	text-decoration:underline;
	}
h1{
	font-family:"Cooper Black", "Arial Black", "Goudy Stout", sans-serif;
	color:#5566BB;
	font-size:24px;
	text-decoration:underline;
	line-height:1.5em;
	margin-top:0px;
	}
h2 {
	font-size:18px;
	}
h3 {
	font-size:16px;
	line-height:1.5em;
	text-indent:5px;

	}

.margin {
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	}
hsmall{
	font-family:"Cooper Black", "Arial Black", "Goudy Stout", sans-serif;
	color:#5566BB;
	font-size:16px;
	word-spacing:2;
	text-decoration:underline;
	line-height:1.5;
	}
table {
	padding:0px;
	border:none;
	border-spacing:0px;
	margin:0px;
	}
ul {
	text-align:left;
	text-indent:10px;
	
	}

ul.quickcal {
	list-style-position:inside;
	list-style-type:circle;
	margin-left:3px;
	padding-left:0;	
	}

/*--------------------*/
/*HYPERLINKS & KNOPPEN*/
/*--------------------*/

/*algemene declaratie*/
a:link, a:visited {
	color:#919ED0;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
a.nochange{color:#5566BB;}
/* knop voor home*/
a.home:link, a.home:visited {
	display: block;
	padding:0;
	margin:0;
	background: url(../images/page/home.png);
	background-repeat:no-repeat;
	height: 23px;
	width: 45px;
	}
a.home:hover {
	background-position: 0px -23px;
	}
	
/*schikking van alle horizontale navbar knoppen*/	
a.hor:link, a.hor:visited {
	display: block;
	background: url(../images/page/btnHor.png);
	background-repeat:no-repeat;
	height: 23px;
	width: 101px;
	vertical-align: middle;
	font:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #323954;
	text-decoration: none;
	}
a.hor:hover {
	background-position: 0px -23px;
	}
	
/*schikking van de knoppen jong-gidsen en jong-verkenners omdat deze te groot waren*/
a.horbig:link, a.horbig:visited {
	display: block;
	background: url(../images/page/btnHor.png);
	background-repeat:no-repeat;
	height: 23px;
	width: 101px;
	vertical-align: middle;
	font:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #323954;
	text-decoration: none;
	}
a.horbig:hover {
	background-position: 0px -23px;
	}
	
/*schikking voor de meest rechtse horizontale navbar knop*/	
a.horrechts:link, a.horrechts:visited {
	display: block;
	background: url(../images/page/btnHor.png);
	background-repeat:no-repeat;
	height: 23px;
	width: 100px;
	vertical-align: middle;
	font:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #323954;
	text-decoration: none;
	}
a.horrechts:hover {
	background-position: 0px -23px;
	}
	
/*schikking van alle verticale navbar knoppen*/	
a.vert:link, a.vert:visited {
	display: block;
	background: url(../images/page/btnVert.png);
	background-repeat:no-repeat;
	height: 31px;
	width: 120px;
	vertical-align: bottom;
	font:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #323954;
	text-decoration: none;
	}
a.vert:hover {
	background-position: 0px -31px;
	}
	
/*schikking van de takknop als men op de pagina zit*/	
td.onpage {
	background: url(../images/page/btnOnPage.png);
	background-repeat:no-repeat;
	height: 23px;
	width: 101px;
	vertical-align: middle;
	font:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #323954;
	text-decoration: none;
	}
	
/*schikking van de takknop als men op de pagina zit voor de twee te grootte knoppen*/	
td.onpagebig {
	background: url(../images/page/btnOnPage.png);
	background-repeat:no-repeat;
	height: 23px;
	width: 101px;
	vertical-align: middle;
	font:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #323954;
	text-decoration: none;
	}
	
/*schikking van de takknop als men op de pagina zit voor de rechtste knop*/	
td.onpagerechts {
	background: url(../images/page/btnOnPage.png);
	background-repeat:no-repeat;
	height: 23px;
	width: 100px;
	vertical-align: middle;
	font:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #323954;
	text-decoration: none;
	}

	
/*__einde van links en knoppen__*/

/*behandeling van de overflow*/
div.main {
	height:770px;
	overflow:auto;
	scrollbar-face-color: #5265AE;
	scrollbar-highlight-color: #7182BF;
	scrollbar-3dlight-color: #D0D6F3;
	scrollbar-darkshadow-color: #424F81;
	scrollbar-shadow-color: #4A5A98;
	scrollbar-arrow-color: #445286;
	scrollbar-track-color: #919ED0;
	}
	
/*zwarte kleur hyperlink fly-in*/
a.blackplease {
 color:#000000;
 }