.container_about{
	background: url(../plaatjes/aschool.jpg) no-repeat bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#makers, #tools{
	width: 100%;
}
table, th, td {
  border: 10px solid #ccc;
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
}
table{
	width: 60%;
}
/*
tr:nth-child(even) {
  background-color: #eee;
}
*/
th, td {
  padding: 5px;
  text-align: center;
}
th{
	font-size: 1.0em;
}
caption { 
  display: table-caption;
  text-align: center;
  border: 2px solid #888;
  font-size: 1.5em;
  padding: 8px;
  box-shadow: 5px -10px 2px 2px #888;
}
.onex2{
	width: 100px;
	height: 100px;
}
.vinkje{
	width: 32px;
}
.golf{
	height: 150px; 
	overflow: hidden;
	position:absolute;
	bottom: 0px;
	width: 100%;
	z-index: -10;
}
a:link {
  color: blue;
  background-color: transparent;
  text-decoration: italic;
}
a:visited {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: darkblue;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}