body		{ 
			font-family:arial, helvetica, sans-serif; 
			font-size:10pt;
			}
a:hover		{
			background-color:#FFDFDF ; 
			text-decoration: underline;
			}
a:link		{
			color : blue;
			}
a:visited	{
			color : #202020;
			}
.button a:link {
    display: block;
    text-decoration:none;
    color:rgb(92,58,0);
    }
.button a:visited {
    display: block;
    text-decoration:none;
    color:rgb(92,58,0);
    }
.button a:hover {
    /* display: block; */
    text-decoration:none;
    background: none;
    
    /* color:rgb(200,125,0); */
    }
.nieuws		{
			 color:black ; 
			border-width:0.1em; 
			border-style: solid; 
			border-color: red; 
			padding:0.5em ; 
			font-size: 10pt; 
			font-style:normal; 
			font-family: arial,helvetica; 
			margin-bottom: 6px; 
			margin-left:0px;
			margin-right:10px;
			margin-top:3px;
			text-align: left;
			background-image: url(../gif/transparant.gif);
			}
.datum		{ 
			color:red ; 
			font-size: 10pt;  
			font-style: bold ; 
			text-align: left ;
			font-family:arial,helvetica 
			}
.knop		{
			color:white ;
			font-size:8pt;
			font-style: normal; 
			text-align:center;
			font-family:verdana,arial,helvetica;
			border-width:0.1em;
			border-style: solid ; 
			border-color:red red red red ; 
			background-color: #C2BEFC
			}
.knop2		{
			color:white ;
			font-size:8pt;
			font-style: normal; 
			text-align:center;
			font-family:verdana,arial,helvetica;
			border-width:0.1em;border-style: solid ; 
			border-color:red red red red ; 
			background-color: #C7C7C7;
			}
.titel		{ 
			font-family: comic sans ms, arial, helvetica; 
			font-size: 24pt; 
			color : white; 
			background: red; 
			text-align: center; 
			}
.box		{ background-color:#C0CEFC; 
			padding:0.5em ; 
			border-width:0.1em; 
			border-style:solid; 
			border-color:#C0CEFC;
			font-family: arial,helvetica;
			font-size:14px;
			text-align: left; 
			margin-bottom: 6px; 
			margin-left:20px; 
			margin-right:20px;
			}
.tab		{
			color:black ; 
			font-size: 10pt;  
			font-style: bold ; 
			text-align: left ;
			font-family:arial,helvetica; 
			margin-bottom: 0px ;
			margin-top:0px;
			margin-left:0px; 
			margin-right:0px;
			}
.boxtitel	{
			background-color:#77ABF9; 
			text-align:left; 
			font-weight:bold;
			height: 20px;
			}
.titelsub	{
			font-family: comic sans ms, arial, helvetica; 
			font-size: 20pt; 
			color : black; 
			text-align: center;
			}
.agenda		{
			font-size:9pt;
			}


/* stukje toegevoegd als voorbeeldje
body	{
	margin:	0;
	padding:	0;
	font-family: palatino, georgia, serif;
	color:	#000;
	background : #fff url(../images/lion_lightblue.gif) no-repeat fixed top left;
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget *
    font-family:  palatino, georgia, serif;
    }
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted #333;
	background-image: url(../images/contentfill.gif);
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	1em;
	}
h6	{
	font-size:	0.8em;
	}
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 0 0;
	font-family:	arial, helvetica, sans-serif;
	}
img	{
		/* turns off gaps around images *
	border:	0
	}
.vs0, .first 	{
	margin-top:	0;
	padding-top: 0;
	}
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#f30;
	background-color: transparent;
	}
a:visited	{
	color:	#c30;
	background-color: transparent;
	}
a:active	{
	color:	#cc0;
	background-color: transparent;
	}
a:hover	{
	color:	#f60;
	background-color: transparent;
	text-decoration:	underline;
	}
.ahem	{
	display:	none;
	}
.small	{
	font-size: 12px;
	}
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
#footer, .marginalia {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	}
.libnavt {
border-bottom: solid 1px #fff;
}
.libnavb {
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
}