@charset "utf-8";
/* CSS Document */

* {
	font-family: "Trebuchet MS", Verdana, Arial;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #f0f3f5;
	background-image: url(../img/bg_body_portal.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

.clearer {
	clear: both;
	width: 750px; 
	}

#maincontainer {
	width: 835px;
	margin: 0 auto;
	}
	
	#kruimelnav {
		height: 18px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		font-size: 10px;
		color: #847b5e;
		}
		#kruimelnav span.levels {
			font-weight: bold;
			}
	#header {
		height: 148px;
		background-image: url(../img/bg_header.png);
		/background-image: url(../img/bg_header.jpg);
		background-repeat: no-repeat;
		}
		html>body #header {
			background-image: url(../img/bg_header.png);
			}
		
		#headerspace {
			height: 126px;	
		}


.portal #kruimelnav {
	visibility: hidden;
	}
.portal #header {
	height: 273px;
	background-image: url(../img/bg_portal_header.png);
	background-repeat: no-repeat;
	}
.portal #headerspace {
	height: 167px;
	}

 #portalnav {
 	width: 835px;
 	}


	#portalnav div {
	 	float: left;
	 	width: 200px;
		height: 106px;
	}
	#portalnav div a {
		display: block;
		height: 106px;
		text-decoration: none;
		}
	
 #portalnav2 div {
 	float: left;
 	height: 99px;
	width: 200px;
	/*margin: 4px 0 0 74px;*/
	}		
	
	
 	#portalnav div.first {
		background-image: url(../img/portal01.png);
		margin: 0 0 0 43px;
		/margin: 0 0 0 20px;
		}
		html>body #portalnav div.first {
			margin: 0 0 0 43px;
			}
	#portalnav div.second {
		background-image: url(../img/portal02.png);
		margin: 0 0 0 74px;
		}
	#portalnav div.third {
		background-image: url(../img/portal03.png);
		margin: 0 0 0 74px;
		}

 	#portalnav2 div.first {
		background-color: #f1eadb;
		margin: 4px 0 0 43px;
		/margin: 4px 0 0 20px; 
		}
		html>body #portalnav2 div.first {
			margin: 4px 0 0 43px;
			}
	#portalnav2 div.second {
		background-color: #b9c0c6;
		margin: 4px 0 0 74px; 
		}
	#portalnav2 div.third {
		background-color: #d3c7a8;
		margin: 4px 0 0 74px;  
		}

	.portal h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #003a77;
		text-align: center;
		padding: 0;
		margin: 0;
		line-height: 40px;
		}

	#portalnav2 p {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #0f1a25;
		padding: 10px;
		margin: 0x;
		}

	#portalcontent {
		margin: 45px 43px 0px 43px;
		padding: 0;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #0f1a25;
		padding: 10px;
		margin: 10px;
		}

	

/* old topnav *//*

		#topnav {
			height: 20px;
			padding: 0;
			margin: 0;
		}
			#topnav ul {
				padding: 0 0 0 16px;
				margin: 0;
				list-style-type: none;
				height: 20px;
				float: none;
				}
				#topnav ul li {
					display: inline;
					margin: 0 6px 0 0;
					height: 20px;
					/height: 1%;				
				}
					#topnav ul li a {
						height: 20px;
						line-height: 20px;
						color: #ffffff;
						font-size: 10px;
						font-weight: bold;
						padding: 0 18px 0 18px;
						margin: 0;
						text-decoration: none;
						background-image: url(../img/bg_a.png);
						/background-image: url(../img/bg_a.gif);
						background-position: 0 0;
						

						}
						html>body #topnav ul li a {
							background-image: url(../img/bg_a.png);
							}
						#topnav ul li a:hover {
							background-image: url(../img/bg_a_hover.png);
							/background-image: url(../img/bg_a_hover.gif);
							}
							html>body #topnav ul li a:hover {
								background-image: url(../img/bg_a_hover.png);
								}						
							
							#topnav ul li a.Aselect {
							margin: 0;
							padding: 0px 18px 0 18px;
							color: #003a77;
							background-image: url(../img/bg_a_select_TEST.gif);
							/background-image: url(../img/bg_a_select_TEST.gif);
							background-position: 0 0;
							background-repeat: repeat-y;
							border-left: 1px solid #bcb59e;
							}
							html>body #topnav ul li a.Aselect {
								background-image: url(../img/bg_a_select_TEST.gif);	
								}
								
/* old style end */								
								
	/* new topnav style */

#topnav {
	/* background-color: #CCCCCC; */
	margin: 0;
	padding: 0;
	height: 20px;
	}
	#topnav ul {
		list-style-type: none;
		margin: 0 0 0 16px;;
		padding: 1px 0 0 0;
		}
	#topnav ul li {
		float: left;
		margin: 0 18px 0 0;
		}
		
	#topnav ul li a {
		text-decoration: none;
		font-weight: bold;
		display: block;
		color: #FFFFFF;
		line-height: 24px;
		padding: 0px 18px 0px 18px;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		
		height: 20px;
		/width: 20px;
						background-image: url(../img/bg_a.png);
						/background-image: url(../img/bg_a.gif);
						background-position: top right;
						background-repeat: no-repeat;
		}
		html>body #topnav ul li a {	
			width: auto;
			background-image: url(../img/bg_a.png);
			}
		
		#topnav ul li a.Aselect {
		 border-left: 1px solid #bcb59e;
		 color: #003a77;
		 line-height: 18px;
		 background-image: url(../img/bg_a_select.png);
		 /background-image: url(../img/bg_a_select.gif);
		}
		html>body #topnav ul li a.Aselect {
			background-image: url(../img/bg_a_select.png);
		}	
	
	
	
	/* end */

	#maincontent {
		background-color: #FFFFFF;
		padding: 30px 16px 21px 16px;
		}
	.portal #maincontent {
		padding: 0 0 50px 0;
		}
		
		#lokaties {
			height: 101px;
			margin: 0 0 21px 0;
			}
			#lokaties div {
				float: left;
				width: 251px;
				margin: 0 0 0 25px;
				height: 101px;
				}
				#lokaties div a {
					text-decoration: none;
					display: block;
					width: 251px;
					height: 101px;
					}
				#lokaties div a img {
					border: none;
					}
			#lokaties div.first {
				margin: 0;
				}
				#lokaties div h3 {
					margin: 0;
					padding: 0;
					line-height: 21px;
					text-align: center;
					width: 251px; 
					height: 21px;
					font-family: "Trebuchet MS", Verdana, Arial;
					font-size: 12px;
					font-weight: bold;
					color: #FFFFFF;
					background-image: url(../img/bg_header_brown.png);
					/background-image: url(../img/bg_header_brown.gif);
					background-position: top right;
					background-repeat: no-repeat;
					}
				
					html>body #lokaties div h3 {
						background-image: url(../img/bg_header_brown.png);
						}
		
		#contentwrapper {
			width: 578px;
			padding: 17px 22px 17px 18px;
			margin: 0 170px 0 0;
			border: solid 1px #f4f1e3;
			}
		
			#contentwrapper h2 {
				font-size: 12px;
				color: #0f1a25;
				padding: 0;
				margin: 0;
				}
			#contentwrapper p {
	font-size: 11px;
	padding-bottom: 15px;
				}
		
		#rechts {
			width: 160px;
			float: right;
			margin: 0;
			}
			#rechts div.nieuws_items {
				background-color: #bcc6d1;
				padding: 2px 11px;
				font-size: 12px;
				color: #0f1a25;
				font-weight: bold;
				background-image: url(../img/bg_header_gray.gif);
				background-position: right top;
				background-repeat: no-repeat;
				}
			#rechts-content {
				border: solid 1px #f4f1e3;
				border-top: none;
				padding: 0 9px 40px 9px;
				}
			
			
			#rechts-content h2 {
				font-size: 12px;
				color: #0f1a25;
				padding: 10px 0 1px 0;
				margin: 0 0 1px 0;
				border-bottom: solid 1px #bcc6d1;
				}	
			#rechts-content p {
				font-size: 11px;
				padding: 0;
				margin: 0 0 2px 0;
				}
		
			
			
		
	#footer {
		width: 835px;
		height: 60px;
		background-image: url(../img/bg_footer.gif);
		background-repeat: no-repeat;
		}
		
