/*  fietskalender3.css		2016-10-31  */
				
	body		{	font-family: Verdana, Arial, sans-serif;
				font-size: 70%;
				padding: 0 5px 0 5px;
				margin: auto;
				width: 1020px;
			}	
	div.kop		{	border-style: none none solid none;
				border-width: 1px;
				border-color: gray;
				margin: 2em 0 0 0;
			}	
	div.voet	{	border-style: solid none none none;
				border-width: 1px;
				border-color: gray;
				margin: 0 0 1em 0;
				clear: left;
			}	
	h3		{	font-size: 120%;
				line-height: 110%;
				margin: 0;
				float: left;
			}	
	p		{	line-height: 130%;
				margin: 0;
			}	
	p.right		{	text-align: right;
			}	
	p.float		{	float: left;
			}	
	ul		{	padding: 0;
				margin: 0;
				list-style-type: none;
			}	
	li		{	text-indent: -1em;
				line-height: 130%;
				padding: 0 0 0 1em;
			}	
	.menu li	{	text-align: center;
				text-indent: 0;
				border-style: none solid none none;
				border-width: 1px;
				border-color: gray;
				padding: 0;
				width: 9em;
				float: left;
			}	
	table		{	width: inherit;
				border-collapse: collapse;
			}	
	th		{	font-weight: normal;
				line-height: 130%;
				text-align: left;
				text-indent: -1em;
				background-color: rgb(95%,95%,95%);
				border-style: solid none none none;
				border-width: 1px;
				border-color: rgb(90%,90%,90%);
				padding: 0 0 0 1em;
				vertical-align: top;
			}	
	td		{	line-height: 130%;
				text-indent: -1em;
				border-style: solid none none none;
				border-width: 1px;
				border-color: rgb(90%,90%,90%);
				padding: 0 0 0 1em;
				vertical-align: top;
			}	
	.wk td		{	border-color: silver;
			}	
	td.wk		{	border-style: none;
			}	
	.kop a, .voet a	{	text-decoration: none;
			}	
	.menu a		{	text-decoration: none;
				display: block;
			}	
	a.fi1		{	/*  al eens gefietst  */
				color: rgb(100%,0%,0%);
			}	
	a.fi2		{	/*  dit jaar gefietst  */
				color: rgb(100%,0%,0%);
				background-color: rgb(100%,100%,75%);
			}						
	a.fi3		{	/*  dit jaar gepland en al eens gefietst  */
				color: rgb(100%,0%,0%);			
				background-color: rgb(90%,100%,75%);		
			}					
	a.fi4		{	/*  dit jaar gepland en niet eerder gefietst  */
				background-color: rgb(90%,100%,75%);
			}	
	a:hover		{	background-color: rgb(90%,90%,90%);
			}	
/*				
Gebruik de volgende regels om een element tijdelijk in een kader te zetten:
			border-style: solid;
  			border-width: 1px;
  			border-color: red;
*/				
