body {
  margin: 0;
  padding: 0;
  font: 11px/17px verdana, arial, helvetica, sans-serif;
  text-align: center;
  color: #4C4C4C;
  background: #E6E6E6;
}

div#Header {
	height: 156px;
	background-image: url(../img/header04.jpg);
}

div#Main { 
	margin-left: auto;
	margin-right: auto;
	background: White;
	width: 800px;
	border: solid 10px White;
}

td#Menu {
	background-color: #CCCCCC;
	border-top: solid 10px #CCCCCC;
	border-left: solid 10px #CCCCCC;
	border-bottom: solid 10px #CCCCCC;
	background-image: url(../img/menu_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 416px;
}

td#Content {
	padding: 13px;
	border: solid 10px #CCCCCC;
}

div#Footer {
}

div.menuitem {
	background-color: White;
	padding: 9px;
	padding-left: 12px;
	margin-bottom: 10px;
	width: 170px;
}

div.menuitem img {
	border: none;
}

a {
	color: #0C3BA3;
}

h1 {
	margin-top: 7px;
	margin-bottom: 6px;
	font-size: 14px;
}

h2 {
	margin-top: 12px;
	margin-bottom: 4px;
	font-size: 12px;
}

p, td, div {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#Agenda h1, h2 {
	margin: 0px;
}

#Agenda a {
	text-decoration: none;
	color: Black;
}

#Agenda a:hover {
	text-decoration: underline;
}

div.agendapunt{
	display: none;
}

img.thumbnail {
	margin-right: 24px;
	margin-bottom: 20px;
	border: solid 4px #CCCCCC;
	cursor: hand;
}