@charset "utf-8";
/* CSS Document */

#div1 {
	width:100%;
	max-width:600px;
	margin:0 auto;
	padding:20px;
}

.plattetekst {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; font-style: normal; 
	line-height: 150%; 
	color: #000000; 
	text-decoration: none;
	}
#table1 td {
	padding: 5px;
	text-align:left;
	font-size:80%;
	border-left:1px #000;
	border-right:1px #000;
}
#table1 td a {
	text-decoration:none;
}
#table1 td a:hover {
	color: #ffffff;
	background-color:#000000;
}

#table2 td {
	padding: 5px;
	text-align:left;     
	vertical-align:top;
}
	
.knopjes {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFF00; 
	background-color: #999999;
	}
	
.btntop {
	
  	display: none;
  	position: fixed;
  	bottom: 20px;
  	right: 30px;
  	z-index: 99;
  	font-size: 18px;
 	border: none;
  	outline: none;
  	background-color: #F90;
  	color: white;
  	cursor: pointer;
  	padding: 15px;
  	border-radius: 20px;
}

.btntop:hover {
  background-color: #555;
}