#csstabel {
 display: table;
 width:90%;
 float:left;
 margin-left:50px;
}

#cssrij {
display: table-row;
font-size:12px;
font-family:Verdana;
}


koprij1 { 
display: table-header-group; font-weight: bold; 
width:35%;
background-color:#B0C4DF;
font-size:14px;
}


/** ------------------ De velden --------------- **/
veld 
{
display: table-cell; 
border: solid 1px #CCCCCC; 
padding: 0px 2px; 
vertical-align: middle;
}

.breedte01k
{
width: 20%;
}
.breedte02k
{
width: 50%;
}
.breedte03k
{
width: 15%;
}




.breedte01 
{
width: 20%;
background-color:#FAFAFA;
}
.breedte02
{
width: 50%;
background-color:#EBEBEB;
}
.breedte03
{
width: 15%;
background-color:#FAFAFA;
}
/** ------------------ De velden --------------- **/




body {
	padding:0px;
}



