body {
	background-image: url(./images/gelebloemen.jpg);
	background-attachment: fixed;
	font-family: sans-serif;
	color: rgb(118,97,66)
}

table.maintable {
	border-style: none;
	width: 75%;
	position: relative;
	left: 12.5%
}

table.boxedmaintable {
	border-style: solid;
	border-color: rgb(118,97,66);
	border-width: medium;
	background-color: white;
	width: 75%;
	position: relative;
	left: 12.5%
}

hr {
	width: 80%
}

p.siteheader {
	font-family: "comic sans ms", sans-serif;
	text-align: center;
	font-size: xx-large
}

p.adres{
	text-align: center
}

span.strong{
	font-weight: bold
}

a{
	font-weight: bold
}

img{
	border: 0
}

img.taalaanduiding{
	vertical-align: middle
}

td.titeltje {
	background-color: rgb(118,97,66);
	font-family: "comic sans ms", sans-serif;
	font-size: larger;
	color: white;
	text-align: center
}

td.taalaanduiding{
  font-size: smaller;
  text-align: center;
  width: 50%
}

div.waarschuwing {
	color: red
}

/*
td {
	border-style: solid;
	border-width: thin
}
*/

