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

/*
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
*/

* a img {
	border: none;
	}

body {
	padding: 0;
	margin: 0;

	background-color: #d7dae2;
	background-image: url(../img/background_body.jpg);
	background-repeat: repeat-x;
}

/* MAINCONTAINER */
#maincontainer {
	width: 800px;
	min-height: 200px;
	height: auto;
	/height: 200px;
	margin: 25px auto;
}

html>body #maincontainer {
 height: auto;
}

	/* HEADER */
	#header {
		height: 105px;
		background-color: #0066FF;
		background-image: url(../img/background_header.jpg);
		background-repeat: no-repeat;
		}
		
		/* LOGO LINKSBOVEN */	
		#logo h1 {
			float: left;
			height: 100px;
			width: 200px;
			padding: 0;
			margin: 0;
			display: block;
			text-indent: -15000px;
			background-image: url(../img/logo.gif);
			background-repeat: no-repeat;
			}	
		/* EINDE LOGO LINKSBOVEN */	

		#searchbox
		{
			width:210px;
			height:25px;
			padding: 10px 0;
		}

		#searchbox input {
			border: 1px solid #CCFFFF;
			background-color: #CCFFFF;
			float: left;
			}
		
		#searchbox a
		{
			font-size: 12px;
			width: 40px;
			color:#FFFFFF;
			text-decoration: none;
			font-weight: bold;
			margin: 0 0 0 5px;
		}
		

		/* 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: 0 0 0 187px;
			color: #FFFFFF;
			margin: 0;
			line-height: 40px;
			background-color:#9ccbef;
		}	
		/* EINDE TITLEBAR */
		
	/* EINDE HEADER */

	/* MAINCONTENT */
	#maincontent {
		
		min-height: 100px;
		height: auto;
		/height: 100px;
		background-image: url(../img/background_maincontent.gif);
		background-repeat: repeat-y;
	}
	html>body #maincontent {
		height: auto;
		}

		/* LEFT MENU */
		
		#content-left {
			width: 225px;
			min-height: 250px;
			height: auto;
			/height: 250px;
			float: left;
			}
		
		html>body #content-left {
			height: auto;
			}
		
		#navigatie {
			
			font-family: "Trebuchet MS", Verdana, Arial;
			color: #ffffff;
			padding: 0 0 0px 0;

			}
		#navigatie ul {
			background-color: #ff5300; /* rood */
			padding: 10px 0 0 0;
			margin: 0;
			list-style-type: none;
			}
		#navigatie ul li {
			height: 1%;	
		}
		
		#navigatie ul li a {
			color: #ffffff;
			text-decoration: none;
			font-size: 12px;
			display: block;
			padding: 2px 10px 2px 15px;
			}
		
		
		#subnavigatie {
			font-family: "Trebuchet MS", Verdana, Arial;
			color: #ffffff;
			padding: 10px 10px 40px 5px;
			background-color: #716695;
			background-image: url(../img/navigatie_bottom.gif);
			background-position: bottom left;
			background-repeat: no-repeat;
		}		
		
		#navigatie ul li ul {
			padding: 0;;
			margin: 0;
			list-style-type: none;
			background-color: #4cb2f2; /* blauw */
			color: #ffffff;
			}
		#navigatie ul li ul li {
			height: 1%;	
		}
		
		#navigatie ul li ul li a {
			color: #000000;
			text-decoration: none;
			font-size: 12px;
			display: block;
			padding: 2px 10px 2px 15px;
			}
			
		#navigatie ul li ul li ul li a {
			padding: 2px 10px 2px 30px;
			}
		
		/* blaaaaaaaaa onder is standaard */



		#navigatie a:hover {
			color: #26000a;
			}
			
		#navigatie a.aOpen {
			color: #f7e022;
			}			
			
		#navigatie a.aSelected {
			color: #f7e022;
			}

		#navigatie ul li ul li a:hover {
			color: #ffffff;
			}
			
		#navigatie ul li ul li a.aOpen {
			color: #73001e;

			}			
			
		#navigatie ul li ul li a.aSelected {
			color: #CCFFFF;
			}


		/* EINDE LEFT MENU */

		/* CONTENT WRAPPER */
		#contentwrapper {
			margin: 0 0 0 225px;
			height: auto;
			min-height: 100px;
			/height: 100px;
			padding: 0 20px;
			font-size: 14px;
			font-family: "Comic Sans MS", Verdana, Arial;
			line-height: 18px;
			color: #003399;
			}
		
		html>body #contentwrapper {
			height: auto;
			}
		
		#contentwrapper h2 {
			font-family: "Trebuchet MS", Verdana, Arial;
			font-size: 18px;
			margin: 0;
			padding: 10px 0;
		}
					
			/* BREADCRUMB */
			#kruimelnav {
				font-family: "Trebuchet MS", Verdana, Arial;
				font-size: 11px;
				color: #999999;
				padding: 5px 0 0 0;
				margin: 0 0 0 -5px;
			}
			#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;
				width: 800px;
				}
		/* EINDE CONTENT WRAPPER */
		
	/* EINDE MAINCONTENT */	
	
	/* FOOTER */		
	#footer {
			background-image: url(../img/background_footer.gif);
			background-repeat: no-repeat;
			background-position: 0 -50px;
			height: 60px;
			}
		#footer p {
			font-family: "Trebuchet MS", Verdana, Arial;
			margin: 0px 50px 0 0;
			text-align: right;
			font-size: 10px;
			font-weight: bold;
			color: #828ca9;
			line-height: 65px;
			}
			#footer a {
				color: #828ca9;
				}
			
/* EINDE MAINCONTAINER */


/* EINDE FOOTER */



#chat
{
	font-family:Arial;
	font-size:10pt;
	color:#f9efca;
	/*color:Purple;
	z-index:500;
	*/
}
