body{
	width: 				100%;
	background-color: 	#ADCA07;
	text-align: 		center;
	margin: 			0;
	padding:			0;
	color:				white;
}

h1{
	color:				#ADCA07;
	font-family:		Corbel;

}

h2,h3{
	color: #ADCA07;

}

strong{
	color: #ADCA07;
}

a{
	color:				white;
	text-decoration:	bold;
}


li{
	color:				#c1c0c0;
}



#Container{
	width: 				800px;
	background-color: 	#1f1b1b;
	text-align: 		Left;
	margin: 			auto;
	
	
}

#Header{
	background-image: 	url(../Images/Header.png);
	width: 				800;
	height: 			153px;
	text-align: 		right;
	vertical-align:		middle;
	position:			relative;
	}

#TextHeader{
	position: absolute; 
	top: 14px; 
	bottom:36px; 
	right: 50px; 
	text-align: left;
}

	#TextHeader a {
			
			color: 				white;
			font-weight: 		bold;
			text-decoration: 	none;
	}
		#TextHeader a:hover{
			color: 				#b3f203;
		}
		
		#TextHeader a img{
			vertical-align: 	middle;
			border: none;
		}
		
		#TextHeader .huidig{
			color:				#b3f203;			
		}
		
		#TextHeader li{
			list-style:			inside circle url(../Images/ButtonGroen.png);
			vertical-align:		middle;	
		}

		#TextHeader li.Huidige{
			list-style: 		inside circle url(../Images/ButtonOranje.png);
		}
		
#MenuBar{
	background-image: 	url(../Images/MenuBar.gif);
	Width: 				794px;
	height: 			29px;
	margin-left: 		3px;
	margin-right: 		3px;
	text-align: 		center;
}
	#MenuBar a {
		color: 				#1f1b1b;
		font-weight: 		bold;
		text-decoration: 	none;
	}
	
	#MenuBar a:hover{
		color: 				white;
	}
	#MenuBar a:active{
		color: 				white;
	}
	
	#MenuBar  .huidig{
	color:				white;
}
	
	#MenuBar img {
		vertical-align: 	middle;
	}

#Content{
	background-color:	#1f1b1b;
	width: 				780px;
	margin-left: 		10px;
	margin-right:		10px;
}

#ContentNB{
	text-align:			center;
	background-color:	#1f1b1b;
	width: 				780px;
	margin-left: 		10px;
	margin-right:		10px;	
}
#Content1{
	float:				left;
	margin-left: 		10px;
	margin-right:		5px;	
	background-color:	#1f1b1b;
	width:				380px;
}
#Content2{
	float:				right;
	margin-left: 		5px;
	margin-right:		10px;
	background-color:	#1f1b1b;
	width:				370px;
}

table a img{
border-color:	#b3f203;
}

.text{
	float: right;
}


#Footer{
	background-image: 	url(../Images/Footer.gif);
	width: 				800;
	height: 			20;
	color: 				#1f1b1b;
	clear:				both;
	}
