@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

* a img {
	border: none;
	}

body {
	padding: 0;
	margin: 0;
}

/* MAINCONTAINER */
#maincontainer {
	width: 1000px;
	min-height: 650px;
	height: auto;
	/height: 650px;
	margin: 0 auto;
	background-color: #e5e5e5;
	background-image: url(../img/background_maincontent.gif);
	background-repeat: repeat-y;
}

html>body #maincontainer {
	height: auto;
	}

	/* HEADER */
	.header {
		height: 170px;
		background-image: url(../img/background_header.gif);
		background-repeat: no-repeat;
		text-align: right;
		}
		
		/* LOGO LINKSBOVEN */	
		#logo h1 {
			float: left;
			height: 75px;
			padding: 0;
			margin: 0;
			display: block;
			width: 170px;
			height: 75px;
			/*text-indent: -15000px;*/
			/*background-image: url(../img/logo.gif);
			background-repeat: no-repeat;*/
			background-color:#d6e7f7;		
			}	
		/* EINDE LOGO LINKSBOVEN */	

		
		

		#searchbox
		{
			float: right;
			width:180px;
			/width: 160px;
			height:25px;
			margin: 10px 10px 0 0;
			/margin: 0 5px;
			padding: 5px 0 0 0;
			border-top: #CCCCCC 1px solid;
		}
		
		

		div.tekstrechts {
			float: right;
			width: 180px;
			font-size: 24px;
			line-height: 36px;
			color: #707070;
			font-weight: bold;
			margin: 270px 0 0 0;
			}
		
		
		
		html>body #searchbox {
			width: 180px;
			margin: 10px 10px 0 0;
			}
		
		#maincontent #searchbox a
		{
			font-size: 12px;
			font-weight: bold;
			color:#fff;
			padding: 0 0 0 5px;
		}
		#searchbox input {
			border: 1px solid #666666; 
			width: 120px;
			}

		/* TOP MENU */
		#topnav 
		{
			width: 780px;
			padding:20px 0 0 0;
			}
		#topnav ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
			height: 20px;
			}
		#topnav ul li {
			/*width: 120px;*/
			/width: 50px;
			padding: 0 10px 0 0;
			margin: 0;
			float: left;
			white-space: nowrap;
			}
		html>body #topnav ul li {
			width: auto;
			}
		#topnav ul li a {
			display: block;
			padding: 10px 0 0 20px;
			/*background-image: url(../img/bg_topnav.gif);
			background-repeat: no-repeat;*/
			background-color:#efefe7;
			height: 20px;
			/height: 20px;
			text-decoration: none;
			color: #8d8d8d;
			font-weight: bold;
			}
		#topnav ul li a:hover {
			color: #333333;
			}
			
		#topnav a.aOpen {
			background-color: #99c9ed;
			}			
			
		#topnav a.aSelected {
			background-color: #99c9ed;
			}			
			
		/* EINDE TOP MENU */	
		
		/* TITLEBAR */
		#titlebarbig {
			height: 40px;
			clear: both;
			}
		#titlebarbig h2 {
			font-size: 22px;
			padding: 25px 0 0 187px;
			color: #FFFFFF;
			margin: 0;
			line-height: 40px;
			background-color:#9ccbef;
		}	
		/* EINDE TITLEBAR */
		
	/* EINDE HEADER */

	/* MAINCONTENT */
	#maincontent {
		min-height: 430px;
		height: auto;
		/height: 430px;
	}
	
	#maincontent a {
		color: #a40632;
		}
	
	html>body #maincontent {
		height: auto;
		}

		/* LEFT MENU */

		#navigatie {
			width: 200px;
			float: left;
			height: 300px;
		}
		#navigatie a {
			display: block;
			text-decoration: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #555555;
			padding: 4px 0 4px 0;
			background-image: url(../img/bullit_ul.gif);
			background-repeat: no-repeat;
			}
		#navigatie ul li ul li a {
			background-image: url(../img/bullit_ul_ul.gif);
			background-repeat: no-repeat;
		}
		#navigatie a:hover {	
			color: #a40632;
			}
			#navigatie ul {
				padding: 0 0 0 0px;
				margin: 0;
				list-style-type: none;
				background-image: url(../img/background_nav.gif);
				background-repeat: repeat-y;
				}
				#navigatie ul li {
					padding: 0 0 0 0px;
					min-height: 20px;
					height: auto;
					/height: 20px;
					}
				html>body #navigatie ul li {
					height: auto;
					}
					#navigatie ul li ul {
						background-image: url(../img/nav_ul_li_ul_bottom.gif);
						background-repeat: repeat-y;
						background-position: bottom left;
						padding: 0 0 0 0px;
						}
						#navigatie ul li ul li {
							padding: 0 0 0 0px;
							}
						#navigatie ul li ul li.top {
							background-image: url(../img/nav_ul_li_ul_top.gif);
							background-repeat: no-repeat;
							}

						#navigatie ul li a {
							padding: 4px 5px 4px 30px;
														}
						#navigatie ul li ul li a {
							padding: 4px 5px 4px 55px;	
							}
						


/* old */
		#navigatie a:hover {
			
			}
			
		#navigatie a.aOpen {
			}			
			
		#navigatie a.aSelected {
			color: #a40632;
			}

		/* EINDE LEFT MENU */

		/* CONTENT WRAPPER */
		#contentwrapper {
			margin: 0 220px 0 220px;
			min-height: 400px;
			height: auto;
			/height: 400px;
			font-size: 12px;
			line-height: 18px;
			}
		html>body #contentwrapper {
			height: auto;
			}
			
		#contentwrapper h2 {
			padding: 15px 0 0 0;
			font-size: 14px;
			color: #a40632;
			}	
			
			/* BREADCRUMB */
			#kruimelnav {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				height: 20px;
				color: #999999;
				padding: 0;
				margin: 0px;
			}
			#kruimelnav a {
				color: #999999;
				text-decoration: none;
			}
			#kruimelnav a:hover {
				color: #999999;
				text-decoration: underline;
			}
			#kruimelnav a.current {color: #999999;
				text-decoration: underline;}
			/* EINDE BREADCRUMB */			
		
			/* HIGHLIGHTS */
			
			.highlight1 { background-color: Yellow; }
			.highlight2 { background-color: Green; }
			.highlight3 { background-color: Blue; }
			.highlight4 { background-color: Red; }
			.highlight5 { background-color: Purple; }
				
			/* END HIGHLIGHTS */
		
			#bottomclearer {
				clear:both;
				}
		/* EINDE CONTENT WRAPPER */
		
	/* EINDE MAINCONTENT */	
	
/* EINDE MAINCONTAINER */
		div.printversion {
			float: right;
			width: 180px;
			/width: 160px;
			margin: 10px 0px 0 0;
			/margin: 0 5px;
			padding: 5px 0 0 0;
			height: 40px;
			}
		
		.printversion a {
			font-size: 12px;
		 	text-decoration:none;
		 	font-weight: bold;
			color: #333333;
			}
/* FOOTER */		
#footer {
		min-height: 50px;
		/height: 50px;
		height: auto;
		background-color: #a40632;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		color: #FFFFFF;	
		background-image: url(../img/background_footer.gif);
		background-repeat: repeat-x;
	}
	html>body #footer {
		height: auto;
		}
		#footer p {
			padding: 5px;
			}
		#footer p.footerlarge {
			font-size: 16px;
			line-height: 30px;
			color: white;
			padding: 0;
			}
		#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
		#footer a:hover {
	text-decoration: underline;
}
/* EINDE FOOTER */
