/* Stylesheet behorend bij documentie_formulier */

#tabel {
	    border:2px;
	    border-style:solid;
	    border-color:black;
	    
	    width:100%;
	    height=50%;
       }
#Tabel-Kop {
	        background-color: grey;
           }
           
#Tabel-Voet {
	         background-color: grey;
            }           

#Tabel-Inhoud {
	           background-color:lightgrey;
              }

          	
           
