/* Teksten */

.introkop {
	letter-spacing: -0.01em;
	color: #2b2c73;
	word-spacing: -0.01em;
	text-align: left;
	font: bold 1.5em/110% arial, helvetica, sans-serif;
	clear: left;
	position: relative;
	top: 0.5em;
	bottom: 1.2em;
}

.introtext {
	letter-spacing: 0.01em;
	color: #2b2c73;
	word-spacing: 0.01em;
	text-align: left;
	font: normal 0.95em/140% arial, helvetica, sans-serif;
	clear: left;
	position: relative;
	top: 1.2em;
	bottom: 1.0em;
}

.grotekop {
	letter-spacing: -0.01em;
	color: #393a97;
	word-spacing: -0.01em;
	text-align: left;
	font: bold 1.5em/120% arial, helvetica, sans-serif;
		clear: left;
	position: relative;
	top: 0.5em;
	bottom: 1.0em;
	border-bottom: 1px dotted silver;
}

.kleinekop {
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #1c1c4f;
	word-spacing: -0.01em;
	text-align: left;
}

.bodytext {
letter-spacing: -0.01em;
	color: #2b2c73;
	word-spacing: -0.01em;
	text-align: left;
	font: normal 0.95em/130% arial, helvetica, sans-serif;
	clear: left;
	position: relative;
	top: 0.3em;
	bottom: 1.8em;
	padding-bottom: 0.5em;
}

a:link {
		color: blue;
}

a:hover {
		color: maroon;
}

a:visited{
		color: teal;
}

.introtext a:link {
		color: blue;
}

.introtext a:hover {
		color: maroon;
}

.introtext a:visited{
		color: teal;
}
/* HOOFDMENU */
#menu{
list-style:		none;
	font-family: arial, helvetica, sans-serif;
	width: 90%;
	line-height: 30px;
	padding-top: 10px;
	float: left;
	left: -30px;
	position: relative;
	text-indent: 10px;
}
#menu li{
border-bottom: 1px dotted #061172;
padding:		0px 0 0px 0;
}
#menu li a{
	letter-spacing: 0.05em;
	color: #6d4c0c;
	word-spacing: 0.01em;
font-size:		16px;
font-weight:		bold;
text-decoration: 	none;
}
.submenu{
display:		none;
list-style:		none;
margin:			0px;
padding:		0 0 0 5px;
}
#menu .submenu li{
border-bottom: 1px dotted #061172;
}
#menu .submenu li a{
		letter-spacing: 0.05em;

	color: #4648b5;
font-size: 14px;
font-weight: bold;
	text-indent: 3px;
}
#menu .submenu li a:hover{
text-decoration:	underline;
}

/* tabel */


table .bodytext {
letter-spacing: -0.01em;
	color: #2b2c73;
	word-spacing: -0.01em;
	text-align: left;
	font: normal 0.95em/130% arial, helvetica, sans-serif;
	clear: left;
	position: relative;
	top: 0.7em;
	bottom: 1.8em;
	padding-bottom: 0.5em;
}

table .header {
	letter-spacing: -0.01em;
	color: #393a97;
	word-spacing: -0.01em;
	font: bold 1.5em/120% arial, helvetica, sans-serif;
		
	border-bottom: 2px dotted silver;
	text-align: left;
	padding-bottom: 8px;
	padding-top: 8px;
}

table .myimage {

	clear: left;
	position: relative;
	top: 1em;
	bottom: 1.8em;
	border: 3px solid #f9d559;
	
}

/* Footer */
#footer h1 {
letter-spacing: -0.01em;
	color: #909092;
	word-spacing: -0.01em;
	text-align: center;
	font: bold 0.85em/130% arial, helvetica, sans-serif;
	background-color: #E1E1E1;
	height: 25px;
	padding-top: 8px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}


