html, body {
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div#website {
	margin: 0 auto;
	width: 990px;
	min-height: 100%;
	position: relative;
	background-image:url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #36342f;
}

div#header {
	position: relative;
	background-image:url(../images/header.jpg);
	height: 149px;
}

div#menu {
	margin-top: 10px;
	margin-left: 10px;
	height:28px;
}

div#menu div#right {
	background-image:url(../images/button_right.jpg);
	width: 7px;
}

div#body_top {
	position: relative;
	background-image:url(../images/body_top.jpg);
	width:967px;
	margin-left: 10px;
	height: 50px;
}

div#body_top div#head {
	width: 210px;
	float: left;
}

div#body_top div#flags {
	text-align: right;
	margin-right: 2px;
	padding-top: 3px;
}

div#body_top div#flags img {
	margin-right: 2px;
}

div#body {
	position: relative;
	background-image:url(../images/body_spacer.jpg);
	width:967px;
	margin-left: 10px;
	min-height: 434px;
}

div#body div#content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 6px;
}

div#body div#content p {
  margin: 0px;
  padding: 0px;
}

div#body_bottom {
	position: relative;
	background-image:url(../images/body_bottom.jpg);
	width:967px;
	margin-left: 10px;
	height: 42px;
	margin-bottom: 80px;
}

div#footer {
	position: relative;
	z-index: 2;
	margin-top: -74px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-image:url(../images/footer.jpg);
	height: 74px;
	background-color:#FFFFFF;
}

h1 {
  font-size: 11pt;
  margin: 0px;
  margin-bottom: 3px;
}

p#nieuws {
  margin: 0px;
  text-align: justify;
  height: 83px;
}

p#more {
  text-align: right;
  color: #74971c;
}

a:link, a:visited, a:active {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #74971c;
  text-decoration: none;
}

p#more {
  text-align: right;
  color: #74971c;
}

p#more a:link, p#more a:visited, p#more a:active {
  color: #74971c;
  text-decoration: underline;
}

p#more a:hover {
  color: #74971c;
  text-decoration: none;
}

p#back {
  margin-top: 30px;
  text-align: left;
  color: #74971c;
}

p#back a:link, p#back a:visited, p#back a:active {
  color: #74971c;
  text-decoration: underline;
}

p#back a:hover {
  color: #74971c;
  text-decoration: none;
}

hr {
  color: #74971c;
  height: 1px;
}
