﻿/* ================================================================ */
/*Gewone styles*/
/* ================================================================ */
body {
	overflow: scroll;
	padding: 0;
	margin: 0;
	margin-left: 20pt;
	margin-right: 20pt;
	border: 0;
	border-color: inherit;
	border-width: 0px;
	text-align: left;
	font-family: Comic Sans MS; /*ooit eens veranderen in Georgia*/;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	width: 100%;
}
center {
	font-size: 10pt;
}
img {
	margin: 0;
	padding: 1px;
	border: 0;
}
p {
	font-size: 10pt;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
h1 {
	/* pagina titels */
	font-size: 30pt;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
h2 {
	/* pagina subtitels */
	font-size: 20pt;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: 14pt;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
ul {
	text-align: left;
	color: black;
	font-size: 10pt;
}
a:link {
	color: inherit /*dat werkt precies in niet in IE*/;
	text-decoration: underline;
}
a:visited {
	color: inherit;
	text-decoration: underline;
}
a:active {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}
table {
	border-style: solid;
	border-color: inherit;
	border-width: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: auto;
	font-size: 10pt;
}
td {
	border-style: solid;
	border-color: inherit;
	border-width: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: auto;
	font-size: 10pt;
}
/* ================================================================ */
/*Styles voor menu*/
/* ================================================================ */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
		font-size: 9pt;
		color: gray;
		text-decoration : none;
		background-color : white;
	}
	
	#nav li { /* all list items */
		position: relative;
		float: left;
		line-height: 2.25em;
		width: 150px;
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		left: -9999px;
		margin-left: 150px;
		margin-top: -2.25em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -9999px;
		margin-left: 150px;
	}
	
	#nav li a {
		width: 150px;
		display : block;
		color: gray;
		text-decoration : none;
		text-align: center;
		background-color : white;
	}
	
	#nav li a:hover {
		color: white;
		background-color: gray;
		left: auto;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -9999px;
		margin-left: 150px;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/* ================================================================ */
/*Styles voor benodigdheden*/
/* ================================================================ */
	ul.benodigdheden {
		color: #CCCCCC;
		text-decoration : none;
		background-color : #333333;
	}
	
