body {
	margin: 								0;
	padding: 								0;
	color: 									#00305f;
	font-family:						Tahoma, verdana, arial;
	font-size:							14px;
	background-image:				url(../../img/bg.png);
	background-repeat:			repeat;
}

img {
	border:									0px;
}

img.left {
	width: 									146px;
	height: 								202px;
	margin-top: 						76px;
}

h2 {
	font-size:							15px;
	margin:									0px;
	padding:								10px 0 0 0;
}
p.news {
	margin:									0 0 5px 0;
	padding:								0px;
}

.melding {
	border:									1px solid red;
	padding:								5px;
}

#mededeling > p {
	margin:									0px;
	padding: 								0px;
}


/*LINKS*/
a {
	color:									#726658;
}

a:hover {
	color:									#478DB2;
}

a.menu_top {
	font-size: 							11px;
	color: 									#00305F;
	margin-left:	 					41px;
	text-decoration:				none;
}

a.menu_top:hover {
	color: 									#478DB2;
}

a.menu_boven, a.menu_onder {
	font-size: 							18px;
	color: 									#7AA3C0;
	margin-right:	 					55px;
	text-decoration:				none;
	padding:								0 3px;
}

a.menu_onder {
	margin-right:	 					40px;
}

a.menu_boven:hover, a.menu_onder:hover {
	color: 									#FFFFFF;
	background-color:				#003263;
}

a.news {
	text-decoration:				none;
}

a.news:hover {
	color: 									#478DB2;
}

a.footer {
	font-size:							11px;
	color: 									#00305f;
}

/*DIVS*/
#container {
	width: 									1002px;
	min-height:							700px;
	margin: 								10px auto 0 auto;
}

#menu_top {
	float:									right;
	width: 									500px;
	height:									24px;
	margin-right:						10px;
	padding-top:						5px;
	background-image:				url(../../img/bg_topmenu.png);
	background-repeat:			no-repeat;
}

#header {
	clear:									both;
	float:									right;
	width: 									100%;
	height:									216px;
	background-color: 			#FFFFFF;
	background-image:				url(../../img/bg_header.png);
	background-repeat:			no-repeat;
}

#mededeling {
	clear:									both;
	float:									right;
	width: 									635X;
	min-height:							39px;
	margin-top:							25px;
	padding:								0 3px;
	text-align:							center;
	overflow:								auto;
	background-color:				#f9efe8;
	border-top-left-radius: 				10px;
	-moz-border-radius-topleft: 		10px;
	border-bottom-left-radius: 			10px;
	-moz-border-radius-bottomleft: 	10px;
}

#menu_boven {
	clear:									both;
	float:									right;
	width: 									684px;
	height:									21px;
	margin-top:							53px;
	text-align:							left;
}

#menu_onder {
	clear:									both;
	float:									right;
	width: 									669px;
	height:									21px;
	margin-top:							6px;
	margin-left:						15px;
	text-align:							left;
}

#content {
	clear:									both;
	float:									right;
	width: 									100%;
	min-height:							400px;
	background-color: 			#FFFFFF;;
}

#content>#left {
	clear: 									both;
	float: 									left;
	width:									296px;
	min-height:							400px;
	text-align: 						center;
}

#content>#inhoud {
	float: 									left;
	width:									646px;
	min-height:							395px;
	padding:								0px 55px 5px 5px;
}

#inhoud>#title {
	color:									#00305f;
	font-weight:						bold;
	font-size:							30px;
	padding-bottom: 				5px;
	background-image:				url(../../img/bg_title.png);
	background-repeat:			repeat-x;
	background-position:		bottom left;
}

#inhoud>#text {
	padding:				 				5px 0px;
	color:									#726658;
}

#footer {
	clear:									both;
	float:									right;
	width: 									100%;
	height:									42px;
	padding-top:						13px;
	font-size:							11px;
	text-align:							center;
	background-color:				#FFFFFF;
	background-image:				url(../../img/bg_footer.png);
	background-repeat:			no-repeat;
	background-position:		bottom left;
}
