body {
  background-color: rgb(189,215,50);
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height: 172px;
}
#main_content {
	margin: 0 auto;
	width: 930px;
} 
#main_content_top {
	height: 10px;
} 
#main_content_bottom {
	height: 10px;
}
#footer {
	margin: 5px auto;
  color: rgb(116,141,38) ;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 7.5pt;
	font-weight: bolder;
  text-align: center;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
.inhoud {
	width: 690px;
	height: 350px;
	float: right;
	overflow: auto;
	background-color: rgb(116,141,38) ;
	color: white;
	font-family: verdana,arial,helvetica,sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 11pt;
}


.menu_deel1 {
				width: 210px;
				height: 290px;
				float: left;
				background-color: rgb(116,141,38) ;
				font-family: verdana,arial,helvetica,sans-serif;
				padding-top: 10px;
}
.menu_deel2 {
				width: 210px;
				height: 70px;
				float: left;
				background-color: rgb(116,141,38) ;
				font-family: verdana,arial,helvetica,sans-serif;
				padding-bottom: 10px;
}
.tak {
		 display: list-item;
		 list-style-type: none;
		 color: white;
 		 font-family: verdana,arial,helvetica,sans-serif;
		 font-size: 12pt;
		 font-weight: bolder;
		 cursor: hand;
		 padding-left: 10px;
}
.ntak {
			display: none;
}
.subtak {
				display: list-item;
				list-style-type: none;
				color: white;
				font-family: verdana,arial,helvetica,sans-serif;
				font-style: italic;
				font-size: 11pt;
				font-weight: bold;
				padding-left: 25px;
}
a:link {
			 text-decoration: none;
}
a:hover {
				text-decoration: none;
				background-color: rgb(189,215,50);
				cursor: hand;
}
a:visited {
			 text-decoration: none;
}
a:active {
			 text-decoration: none;
}
h1 {
	 font-style: normal;
	 font-size: 18pt;
	 font-weight: bold;
	 text-align: center;
}
h2 {
	 font-style: italic;
	 font-size: 13pt;
	 font-weight: bold;
}
h3 {
	 font-style: italic;
	 font-size: 9pt;
	 font-weight: normal;
	 text-align: center;
} 	
a.content_link:link {
			 text-decoration: none;
  		 border-bottom:2px solid rgb(189,215,50);
			 color: white;
}
a.content_link:hover {
				text-decoration: none;
				border-bottom:2px solid rgb(189,215,50);
				color: white;
			  font-weight: bolder;
				cursor: hand;
				background-color: rgb(116,141,38) ;
}
a.content_link:visited {
			 text-decoration: none;
  		 border-bottom:2px solid rgb(189,215,50);
			 color: white;
}
a.content_link:active {
			 text-decoration: none;
  		 border-bottom:2px solid rgb(189,215,50);
			 color: white;
}
a.footer_link:link {
			 text-decoration: underline;
			 color: rgb(116,141,38) ;
}
a.footer_link:hover {
				text-decoration: none;
			  color: rgb(116,141,38) ;
				cursor: hand;
}
a.footer_link:visited {
			 text-decoration: underline;
			 color: rgb(116,141,38) ;
}
a.footer_link:active {
			text-decoration: underline;
			 color: rgb(116,141,38) ;
}

