body 		{ 
       			color: #000000;
       			background: #FFFFB0;
       			font-family: arial, sans-serif;
       			font-size: 80%;
	           	min-width:700px;
	   		margin: 0 0 2px 0;
	   		padding:0;
	   
      		}
     
     
     
html 		{
     			overflow-y: scroll;     
     			
     			/* voorkomt horizontale scrollbars in frames in IE */    
     		}
     
          
     /* Kleuren: #FFFFB0 = lichtgeel  = standaard achtergrondkleur
                 #FF0000 = rood       = belangrijke tekstkleur
                 #000000 = zwart      = standaard tekstkleur
                 #FFFFFF = wit        = achtergrondkleur in tekstkaders
                 #000080 = blauw
                 #008000 = groen
                 #0000FF = lichtblauw = link hover
     */

 /* Hyperlinks */    
 
a    		{
       			font-weight: bold;
       
     		}
     		
a:link 		{
       			color: #FF0000;
       			background: transparent;
       			text-decoration: none;
               	}
               	
a:visited 	{       
       			color: #FF0000;
       			background: transparent;
       			text-decoration: none;
       	    	}
       	    	
a:hover 	{       
       			color: #0000FF;
       			background: transparent;
       			text-decoration: none;
              	}
              	
#centerwrap 	{
			width:700px;
			margin:0 auto;
			padding:0 1px;
			text-align:left;
		}              	
              
    
p.tekstbox 	{
     			background: white;
     			border: solid 1px black;
     			width:700px;
     			padding: 1px 5px;
			margin:4px auto;
			text-align:left;
     
   		}  

/* Afbeelding met tekst er omheen: bv afstanden dartbaan */
img.soort1 	{
     			float: left;
     			margin: 0 12px 6px 0;
    		}


table.standen	{
     			width:400px;
			background: white;
     			border: solid black 1px;
     			border-collapse: collapse;
     			margin:5px 0;
     			text-align:left;
        	}

.standen th	{	background: #FFFFB0;
			border-top: 0;
		}	
			
			
.standen td 	{
			border: solid black 1px;
			padding: 1px 5px;
			
		}
		
table.agenda 	{
     			width:712px;
			margin:0 auto;
     			background: white;
     			border: solid black 1px;
     			padding: 1px 5px;
     			border-collapse: collapse;
     			text-align:left;
        	}
   
.agenda td 	{
			border: solid black 1px;
			padding: 1px 5px;
			
		}


table.kollom 	{
			width:700px;
			margin:0 auto;
			padding:0 1px;
     			border: 0px solid;
     			border-collapse: collapse;
        	}
   
.kollom td 	{
			border: none;
			text-align: left;
			vertical-align: top;
			width: 50%;
			padding: 0;
			}
			
p 		{
			margin:8px 0px 0px 0px;
			padding:0;
			font-size:12px;
			line-height:16px;
		}
		
form { margin: 0; }		
		

