body{
  background-color: #6696bc;
  text-align: center;
	font-family: Arial;
	font-size: 12px;
  
}
a{
  color: black;
}
table.main{
  width: 990px;
  text-align: left;
	background-color: #afc4df;
	padding: 0px;
}

table.content {
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
}

table.content td {
	padding: 20px;
}

td.header{
  background-image: url('banner.jpg');
  background-repeat: no-repeat;
  height: 135px;
}
td.footer{
  text-align: center;
}

#rechterkolom {
	height: 480px;
	width: 180px;
  background-color: #6696bc;
  padding: 10px;
}

#rechterkolom h1 {
	font-size: 20px;
	font-style: bold;
}

#rechterkolom h2 {
	font-size: 12px;
	font-style: bold;
	text-align: justify;
}

div.lijst {
	padding-top: 10px;
	padding-bottom: 15px;
}

#map {
	width: 650px;
	height: 500px;
}
