body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 950px;
	left: 50%;
	top: -20px;
	margin-left: -475px;
	background-color: #8d7955;
	font-family: verdana;
	font-size: 12px;
	color: #817924;
}

/* VANAF HIER SPECIFICATIES VOOR DE LAYOUT */

#krul {
	position: absolute;
	width: 204px;
	height: 401px;
	top: 302px;
	left: -1px;
	background-image: url(images/Krul.png);
	z-index: 5;
}

#truuksken {
	position: absolute;
	width: 8px;
	height: 48px;
	background-color:#ffffcd;
	z-index: 4;
	left: 453px;
	top: -8px;
}

#HEADER {
	position: relative;
	width: 950px;
	height: 286px;
	margin-bottom: -21px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#CONTAINER {
	position: relative;
	width: 950px;
	background-repeat: no-repeat;
	z-index: 2;
}

#menu {
	position: relative;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 49px;
	text-align: center;
	font-weight: normal;
}

#submenu {
	width: 440px;
	margin-left: 100px;
	margin-top: -8px;
	background-color:#ffffcd;
	text-align: center;
	position: absolute;
	z-index: 5;
}

#textcontainer {
	position: relative;
	width: 950px;
	margin-top: -25px;
	min-height: 400px;
	background-image: url(images/contentbackground.jpg);
	background-repeat: repeat-y;
}

#newsItems {
	position: relative;
	float: right;
	margin-right: 105px;
	margin-top: 23px;
	width: 170px;
	height: 300px;
	z-index: 20;
}

#content {
	position: relative;
	width: 445px;
	left: 203px;
	padding-bottom: 5px;
}

#FOOTER {
	position: relative;
	width: 950px;
	height: 100px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#copyright {
	margin-left: 215px;
	margin-top: 40px;
	color: #ffffcd;
	float: left;
}

#foot {
	margin-right: 110px;
	margin-top: 40px;
	color: #ffffcd;
	float:right;
}

#foot a {
	color: #ffffcd;
	padding-left: 5px;
	padding-right: 5px;
}

/* VANAF HIER SPECIFICATIES VOOR HET MENU */
#menuLinks {
	margin-left: 90px;
	padding-top: 6px;
	font-size:14px;
}

#menu a {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #817924;
}

#menu a.menupassive:hover {
	color: #A4A868;
}

#menu a.menuactive {
	color: #990000;
}

#menu a:focus {
	color: #990000;
}

/* VANAF HIER SPECIFICATIES VOOR DE NEWS ITEMS RECHTS */

#newsItems .moreNews {
	text-align: right;
	margin-top: 0px;
}

#newsItems a {
	color: #817924;
}

#newsItems .newsHeader {
	font-weight: bold;
}

#newsItems .newsDatetime {
	font-style: italic;
}

#newsItems .newsMain {
	padding-bottom: 18px;
}

/* VANAF HIER SPECIFICATIES VOOR DE CONTENT */

#content a {
	color: #817924;;
}

.toTop {
	text-align: right;
	margin-top: 0px;
}

.centreren {
	text-align: center;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	padding-left: 5px;
	margin-bottom: 0px;
}

#content p {
	padding-left: 5px;
}

#content a:visited {
	color: #817924;
}

.thumbs90 {
	padding-left: 5px;
}

.thumbs90 a img {
	border-color: #817924;
	margin: 6px;
}

div#content fieldset{
		padding-top: 15px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		color: #817924;
}	
	
div#content form{
	color:#000000;
}
		
div#content label.formleft{
   	float: left;
  	text-align: right;
   	width: 145px;
	padding-top: 8px;
	padding-right: 5px;
}

div#content label.controlenummer{
   	float: left;
  	text-align: right;
   	width: 145px;
	padding-top: 6px;
	padding-right: 5px;
}
 	
div#content input, textarea, select{
   	border: 1px solid #817924;
   	width: 260px;
	margin: 5px;
}
   	
div#content input.formsubmit{
   	background-color: #817924;
   	color: white;
	width: auto;
	float: right;
	margin-right: 12px;
	margin-bottom: 12px;
}	
   	
div#content p.formfeedback{
   	font-weight: bold;
}
   	
div#content p.formerror{
   	font-weight: bold;
   	color: red;
}

.gbentry fieldset {
	margin-bottom: 10px;
}

legend {
	font-weight:bold;
}

.gbentry .gbname {
	font-style: italic;
	margin-top: -5px;
}

.gbentry .gbdate {
	font-style: italic;
	text-align: right;
	margin-top: -15px;
}

.gbentry .gbhome {
	font-style: italic;
	margin-top: 0px;
}

.gbentry .gbmessage {
	margin-top: 12px;
	padding-left: 7px;
	padding-bottom: 7px;
}

.gbentry .gbcomment {
	font-style: italic;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	color: #990000;
}

/* VANAF HIER OPMAAK VOOR DE NIEUWSITEMS IN DE CONTENT */
.news a {
	color: #817924;
}

.news .news_header {
	font-weight: bold;
}

.news .news_datetime {
	font-style: italic;
}

.news {
	margin-bottom: -20px;
}

/* OPMAAK VOOR VIDEO'S IN DE CONTENT */
.video {
	width: 420px;
	margin-left: 10px;
	margin-bottom: 6px;
}

#vogel {
	width:420px;
	height: 300px;
}

/* OPMAAK VOOR DE LINKS-PAGE */
.links ul{
	margin-top: -15px;
}

.links .liComment {
	margin-top: 0px;
}

.links fieldset {
	margin-bottom: 10px;
}