@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: #9a0200;
	background-image: url(../img/background_body.jpg);
	background-repeat: repeat-x;
}

/* MAINCONTAINER */
#maincontainer {
	background-image: url(../img/background_maincontent.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	min-height: 850px;
	height: auto;
	/height: 850px;
	}

	html>body #maincontainer {
		height: auto;
		}
	
	/* HEADER */
	#header {
		background-color: #FFFFFF;
		height: 130px;
		padding: 0 0 0 20px;
		}
		
		#headercontent {
			width: 990px;
			}
		
		/* LOGO LINKSBOVEN */	
		
		#logo {
			float: left;
		}
		
		#logo h1 {
			}	
		/* EINDE LOGO LINKSBOVEN */	

		#searchbox
		{

		}
		
		#searchbox a
		{

		}

		#adres {
			width: 160px;
			padding: 40px 0 0 0;
			margin: 0 0 0 800px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
		}

	#header-nav {

		height: 90px;
		}
		
		#topnav {
			background-image: url(../img/background_topnav.gif);
			background-repeat: repeat-x;
			height: 40px;
			padding: 0 0 0 20px;
			}
		#kruimelnav {
			background-image: url(../img/background_kruimelnav.gif);
			background-repeat: repeat-x;
			height: 50px;
			padding: 0 0 0 20px;
			}



		/* TOP MENU */
		#topnav 
		{
			}
		#topnav ul {
			padding: 0;
			margin: 0 0 0 160px;
			list-style-type: none;
			height: 40px;
			border-left: #a20301 solid 1px;
			border-right: #d02e2c solid 1px;
			}
		#topnav ul li {
			/*width: 120px;*/
			/width: 50px;
			padding: 0 0px 0 0px;
			margin: 0;
			float: left;
			white-space: nowrap;
			}
		html>body #topnav ul li {
			width: auto;
			}
		#topnav ul li a {
			display: block;
			padding: 12px 8px 0 8px;
			/*background-image: url(../img/bg_topnav.gif);
			background-repeat: no-repeat;*/
			height: 28px;
			/height: 28px;
			font-size: 14px;
			text-decoration: none;
			color: #fff;
			font-weight: bold;
			border-right: #a20301 solid 1px;
			border-left: #d02e2c solid 1px;
			}
		#topnav ul li a:hover {
			color: #fff;
			background-image: url(../img/background_topnav_a_hover.gif);
			background-repeat: repeat-x;
			}
			
		#topnav a.aOpen {
			background-color: #990000 ;
			}			
			
		#topnav a.aSelected {
			background-color: #990000;
			}			
			
		/* EINDE TOP MENU */	
		
		/* TITLEBAR */
		#titlebarbig {
			height: 40px;
			clear: both;
			}
		/*#titlebarbig*/ h2 {
			font-size: 30px;
			color: #000;
			margin: 10px 0 0 0;
			padding: 0px 10px 20px 10px;
			line-height: 30px;
			}	
		#content_left p {
			margin: 0 10px 10px 10px;}
		
		/* EINDE TITLEBAR */
		
	/* EINDE HEADER */

	/* MAINCONTENT */
	#maincontent {
		width: 990px;
		height: auto;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		background-repeat: repeat-y;
	}

		/* LEFT MENU */
		#navigatie {
			width: 160px;
			float: left;
			padding: 0 0 10px 0;	
			}
		#navigatie ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			border-top: #a20301 solid 1px;
			border-bottom: #d02e2c solid 1px;
			}
		#navigatie li {
			line-height: 1%;
			}
		#navigatie a {
			display: block;
			line-height: 40px;
			padding: 0px 0 0 0;
			color: #fff;
			text-decoration: none;
			font-weight: bold;
			min-height: 40px;
			/height: 40px;
			height:  auto;
			
			border-bottom: #a20301 solid 1px;
			border-top: #d02e2c solid 1px;
			}

* html #navigatie a {
		height: auto;
		color: #000;
		}
				
		#navigatie ul li a {
			padding: 0 0 0 20px;
			background-image: url(../img/sidenav_bullet.gif);
			background-repeat: no-repeat;
			background-position: 5px 17px;
			}
		#navigatie ul li ul li a { /* niveau 1 */
			padding: 0 0 0 40px;
			background-position: 25px 17px;
			/*color: #333333;*/
			font-weight: normal;	
			}
		#navigatie ul li ul li ul li a { /* niveau 2 */
			padding: 0 0 0 25px;
			background-color: #dadcd3;
			background-image: url(../img/sidenavniv2.gif);
			background-repeat: no-repeat;
			} 	
		#navigatie ul li ul li ul li ul li a { /* niveau 3 */
			background-color: #cbcdc3;
			background-image: url(../img/sidenavniv3.gif);
			background-repeat: no-repeat;
			} 	
		#navigatie a:hover {
			background-color: #CC0000;
						}
			
		#navigatie a.aOpen {
			background-color: #990000;
			}			
			
		#navigatie a.aSelected {
			background-color: #990000;
			}

		/* EINDE LEFT MENU */

		/* CONTENT WRAPPER */
		#contentwrapper {
			margin: 0 0 0 160px;
			height: auto;
			/*background-image:url(../img/gradientmain.gif);
			background-repeat:repeat-x;
			background-position:top;*/
			}
			
			#content_left {
				background-color: #FFFFFF;
				min-height: 600px;
				height: auto;
				/height: 600px;
				width: 620px;
				padding: 5px;
				background-image: url(../img/content_left_bottom.gif);
				background-position: bottom left;
				background-repeat: no-repeat;
				float: left;
				}
				
				html>body #content_left {
					height: auto;
				}
			
			#content_right {
				width: 160px;
				margin: 0 0 0 640px;
				min-height: 200px;
				}
				
					
			/* BREADCRUMB */
			#kruimelnav {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #fff;
				padding: 15px 0 0 190px;
				margin: 0;
				/height
				
			}
			#kruimelnav a {
				color: #fff;
				text-decoration: none;
			}
			#kruimelnav a:hover {
				text-decoration: underline;
			}
			#kruimelnav a.current {
				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 */

/* FOOTER */		
#footer {
	clear: both;
	width: 990px;
	padding: 10px 0 10px 200px;
	margin: 0;
	}
#footer a {
	margin: 0 10px 0 0;
	}
#footer img {
	border: none;
	}

/* EINDE FOOTER */
