/* Algemene tekstopmaak */


h1				{ 
				font-family: Trebuchet MS; 
				color: #2E2EB2; 
				font-size: 20px; 
				font-weight: bold; 
				text-indent: 0; 
				word-spacing: 0; 
				margin: 0 5;  
				}
p            	{ 
				font-family: Trebuchet MS; 
				font-size: 16px; 
				color: #2E2EB2; 
				text-indent: 0; 
	            word-spacing: 0;	 
	            margin-left:5; 
	            margin-right:5  
	            }
ul, li         	{ 
				font-family: Trebuchet MS; 
				font-size: 16px; 
				color: #2E2EB2; 
				text-indent: 0; 
	            word-spacing: 0;	 
	            margin-left:5; 
	            margin-right:5  
	            }

/* Menutekstkleur, gebruikers */

a:visited.menu 	{ 
				font-size: 14px; 
				color: #FFECBF; 
				font-family: Trebuchet MS; 
				text-decoration: none; 	
				}
a:link.menu		{ 
				color: #FFECBF; 
				font-family: Trebuchet MS; 
				font-size: 14px; 
				text-decoration: none; 								
				}
a:hover.menu   	{ 
				color: #FFECBF 
				font-family: Trebuchet MS; 
				font-size: 14px; 
				text-decoration: none; 
				}

/* Menutekstkleur, beheerder */

a:visited.menu2	{ 
				font-size: 14px; 
				color: #000000; 
				font-family: Trebuchet MS; 
				text-decoration: none; 	
				}
a:link.menu2	{ 
				color: #000000; 
				font-family: Trebuchet MS; 
				font-size: 14px; 
				text-decoration: none; 								
				}
a:hover.menu2  	{ 
				color: #FF0000; 
				font-family: Trebuchet MS; 
				font-size: 14px; 
				text-decoration: none; 
				}

/* lettertype in tabellen */

table			{ 
				font-family: Trebuchet MS; 
				font-size: 16px; 
				color: #2E2EB2; 
				text-indent: 0; 
				word-spacing: 0; 
				margin-left:5; 
				margin-right:5 
				}

/* Laad de afbeeldingen onzichtbaar */

#preloadImg 	{  
				display:none; 
				}
				
/* Style van het gastenboek, nieuws en links */

form			{
				/* zorgt ervoor dat </form> geen enterteken veroorzaakt */
				display: inline;
				}
a.link.sign  	{
				color: #2E2EB2;
				text-decoration : none;
				}
A.hover.sign 	{	
				color: #2E2EB2;
				text-decoration : none;
				}
A.visited.sign 	{	
				color: #2E2EB2;
				text-decoration : none;
				}
#tabel_kopje	{
				background-color: #C0C0EC;
				}
#tabelrand		{
				border: 1px solid #2E2EB2;
				}