body {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.5em;
	color: Navy;
	/* text-align: center; */
	background: #5487CB url(img/_bg1.jpg) top repeat-x;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

q {
	font-style: oblique;
}

.tekst {
	margin: 5px 3% 5px 3%;
}
/* ------------------------------- */
ul.studie {
	list-style-image: url(img/_pijl.png);
}

ul.menu {
	list-style-type: none ;
}
/* ------------------------------- */
table.tab { 
	text-align: left;
	border-collapse: collapse;
	/* border: 1px dotted black; */
	width: 100%;
	}

td.tab, th.tab { 
	padding: 5px;
	border: 1px dotted black;
	}

th.tab {
	background-color: grey;
	color: white;
}

td.tab { 
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	} 

tr.alt td.tab { 
	background-color: white; 
	}
	
caption.tab {
	font-size: middle;
	text-align: middle;
	color: navy;
	border: 1px dotted black;
	}
	
img.pic {
	margin: 0 10px 0 10px;
	border: 5px solid #6C77AE;
	padding: 3px;
}

.nieuws {
	background-color: #959dc5;
	width: 280px;
	color: #d6d9f3;
	padding: 1px 5px;
}

.nieuws a:link, .nieuws a:visited {
	color: #d6d9f3;
	font-weight: bold;
	text-decoration: none;
}

.nieuws a:hover, .nieuws a:active {
	color: #959dc5;
	background-color: #d6d9f3;
}
/* ------------------------------- */
.verse {
	background-color: #FFFFE0;
	border: 1px solid maroon;
	color: maroon;
	font-style: italic;
	margin: -5px 1% -5px 1%;
	padding: 0px 5px 0px 0px;
	text-align: justify;
}

.left {
	margin: -5px 1% -5px 1%;
	padding: 0px 5px 0px 50px;
	text-align: justify;
}

.alfaenomega {
	font-size: 0.7em;
	line-height: 1.2em;
	font-style: italic;
	margin: 20px;
}

.bijgewerkt {
	color:#FFFFFF;
	font-family:Mirror;
	font-size:0.7em;
	text-align: center;
}

.alfalist{
	list-style-position: outside;
	list-style-type: lower-alpha;
	/* line-height: 1.5em; */
}

blockquote {
	margin: 2px 10px 2px 10px;
}

#txt1 {
	font-style: italic;
	font-size: 10px;
	border-left: 10px solid #6C77AE
}

a:link, a:visited {
	color: #77BFFA;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2B70BB;
	text-decoration: none;
}

/*left & top offset*/
#wrapper {
	position: relative;
	width: 120px;
	margin: 24px auto;
	text-align: left;

}

#navbar {
	width: 10px;
	font-size: 14px;
	z-index: 15;
}

/*left line*/
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-left: 1px solid #C6CCE7;
}

/*submenu vert offset*/
#navbar li {
	position: relative;
	border-bottom: 1px solid #AFB7DD;
}

/*bottom line*/
html>body #navbar li {
	border: none;
}

/*level1 text color*/
#navbar ul a {
	display: block;
	padding: 3px 5px;
	width: 100px;
	text-decoration: none;
	color: #C6CCE7;
	background-color: #6C77AE;
	background: url(img/button.jpg);
}

/*bottom line color*/
html>body #navbar ul a {
	border-bottom: 1px solid #C6CCE7;
}

/*hover text  and background color*/
#navbar ul a:hover, #navbar ul a:active {
	background-color: #8080f0;
	color: #FFFFFF;
}

/*shift to right, submenu bottol line color*/
#navbar ul ul {
	position: absolute;
	top: 0px;
	left: 110px;
	display: none;
	background: #6C77AE;
	border-left: 0px;
}

/*background color level1*/
#navbar ul ul a {
	color: #C6CCE7;
	background-color: #6C77AE;
}

/*background color level2*/
#navbar ul ul ul a {
	color: #C6CCE7;
	background-color: #6C77AE;
}


/* ENABLE SUBMENU LEVEL 1 */

#navbar ul li:hover ul {
	display: block;
	z-index: 12;
}

#navbar ul li:hover ul ul {
	display: none;
}


/* ENABLE SUBMENU LEVEL 2 */

#navbar ul ul li:hover ul {
	display: block;
	z-index: 14;
}

#navbar ul ul li:hover ul ul {
	display: none;
}






/* ENABLE SUBMENU LEVEL 3 */

#navbar ul ul ul li:hover ul {
	display: block;
	z-index: 16;
}

#navbar ul ul ul li:hover ul ul {
	display: none;
}
