
#rcorners1 {   
  font-family: 'Amasis MT W1G';
  font-size: 18px;  
  text-align: left;  
  line-height: 23px;
  border-radius: 25px;
  background: #f984b3; 
  background-image:url('../images/ONDER rcorners.png');
  padding: 15px; 
  width: 90%;
  height: auto px; 
  box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-webkit-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-moz-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
}

#rcorners2 { 
font-family: 'Amasis MT W1G';
  font-size: 18px;  
  text-align: right;  
  line-height: 23px;
  border-radius: 25px;   
  background: #FDC6DC;  
  background-image:url('../images/ONDER rcorners.png');
  padding: 15px; 
  width: 90%;
  height: auto px;  
  box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-webkit-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-moz-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);  
}

#rcorners3 {
font-family: 'Amasis MT W1G';
  font-size: 18px;  
  text-align: left;  
  line-height: 23px;
  border-radius: 25px;   
  background: #fff; 
  background-image:url('../images/ONDER rcorners.png');
  padding: 15px; 
  width: 90%;
  height: auto px; 
    box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-webkit-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-moz-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);   
}
  
#rcorners4 {
font-family: 'Amasis MT W1G';
  font-size: 18px;  
  text-align: center;  
  font-style: italic;
  line-height: 23px;
  border-radius: 25px;   
  background: #EFF3FD; 
  background-image:url('..images/ONDER rcorners.png');
  padding: 5px; 
  width: 83%;
  height: auto px; 
    box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-webkit-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-moz-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);   
}

  table {
    border-radius: 20px; /* Ronde hoeken voor de hele tabel */
    border-collapse: separate; /* Zorgt ervoor dat border-radius werkt */
    border-spacing: 0; /* Voorkomt extra ruimte tussen cellen */
  }

.center {
  margin: auto;
  width: 90%;
  border: 3px solid #fff;
  background: #E2E1F9;
  padding: 10px;
  border-radius:15px; 
    box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-webkit-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
-moz-box-shadow: 5px 5px 26px 5px rgba(0,0,0,0.50);
}

a.knop
{
	background-color: #0065FF;
	padding: 5px 5px 5px 5px ;
	
	color: white;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 18px;

	text-decoration: none;

	border-left:   3px solid #79B6F5;
	border-top:    3px solid #79B6F5;
	border-right:  3px solid #00235F;
	border-bottom: 3px solid #00235F;	
}
