html, body, table {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10pt;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#004296;
	font-size:22px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0099FF;
	font-size:16px;
	font-style:oblique;	
	}	
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0099FF;
	font-size:14px;
	font-style:oblique;	
	}

.hoofdmenu {
	background-color:#0000CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.hoofdmenu:hover {
	background-color:#0000CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF552A;
}

.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0099FF;
	font-style: oblique;
}
.link:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff6633;
	font-style: oblique;
}

.inschr_koor {
	position: relative;
	top: 10px;
	left: 10px;
	border: solid;
	border-color: #024498;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.button{
	font-size: 14px;
	display: block;
	background-color: #0099FF;
	color: white;
	border: 0px solid #0000CC;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	display: inline;
}
.agenda{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: oblique;	
}

.gastboven{
	border-top: 3px solid #0000CC;
	border-left: 3px solid #0000CC;
	border-bottom: 1px solid #0000CC;
	padding-left: 10px;
}

.gastrechtsboven{
	border-top: 3px solid #0000CC;
	border-left: 1px solid #0000CC;
	border-right: 3px solid #0000CC;
	border-bottom: 1px solid #0000CC;
	padding-left: 10px;
}

.gastleft{
	border-left: 3px solid #0000CC;
	border-bottom: 1px solid #0000CC;
	padding-left: 10px;
}
.gastrechtsonder{
	border-right: 3px solid #0000CC;
	border-left: 1px solid #0000CC;
	border-bottom: 3px solid #0000CC;
	padding-left: 10px;
}

.gastright{
	border-left: 1px solid #0000CC;
	border-right: 3px solid #0000CC;
	padding-left: 10px;
	border-bottom: 1px solid #0000CC;
}

.gastlinksonder{
	border-left: 3px solid #0000CC;
	border-bottom: 3px solid #0000CC;
	padding-left: 10px;
}

.pagenumber0 {
	color: #0099FF;
}

.pagenumber1 {
	color: #ff6633;
}

/*
Voor het menu!
*/

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 10pt;
	background: url(img/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 5px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(img/topnav_active.gif) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 5px 0;
	position: absolute;
	top: 25px;
	display: none; /*--Hide by default--*/
	background: #1376c9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}