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

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

* a img {
	border: none;
	}
a, a:visited{
	color:#58A7D0;
}
html{
	height:100%;
}
body {
	padding: 0;
	margin: 0;
	height:100%;
	background-color: #FFF;
	background-image: url(../img/mainback.jpg);
	background-repeat: repeat-x;
}

/* MAINCONTAINER */
#maincontainer {
	background-color:#FFF;
	width: 834px;
	padding: 0;
	margin: 0 auto;
	height:100%;
}

	/* HEADER */
	#header {
	height:116px;
	padding: 0;
	margin: 0 0 10px 0;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
		}
		
		/* LOGO LINKSBOVEN */	
		#logo h1 {
			float: left;
			height: 75px;
			padding: 0;
			margin: 0;
			display: none;
			width: 170px;
			height: 75px;
			text-indent: -15000px;		
			}	
		/* EINDE LOGO LINKSBOVEN */	
		#panorama{
			background-image: url(../img/panorama.jpg);
			background-repeat: no-repeat;
			height: 94px;
			border-bottom-width: 3px;
			border-bottom-style: solid;
			border-bottom-color: #37455D;
		}
		#searchbox
		{
			float: right;
			width:220px;
			height:25px;
			display:none;
		}
		
		#searchbox a
		{
			color:#000000;
		}

		/* TOP MENU */
		#topnav 
		{
			height:40px;
			padding:0 0 0 20px;
			}
		#topnav ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
			}
		#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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:40px;
	display: block;
	padding: 0;
	height: 40px;
			/height: 40px;
	text-decoration: none;
	color: #58a7d0;
	font-weight: bold;
	text-transform: uppercase;
			}
		#topnav ul li a:hover {
			color: #da8e1b;
			}
			
		#topnav a.aOpen {
			color: #da8e1b;
			}			
			
		#topnav a.aSelected {
			color: #da8e1b;
			}			
			
		/* EINDE TOP MENU */	
		
		/* TITLEBAR */
		#titlebarbig {
			text-align:left;
			clear: both;
			}
		#titlebarbig h2 {
			height: 45px;
			font-size: 24px;
			font-weight:bold;
			padding: 0 0 0 3px;
			color: #FFFFFF;
			margin:0;
			line-height:65px;
			background-color:#58a7d0;
		}	
		/* EINDE TITLEBAR */
		
	/* EINDE HEADER */

	/* MAINCONTENT */
	#maincontent {
	width:808px;
	height: 100%;
	margin: 0 0 10px 0;
	background-repeat: repeat-y;
	background-image: url(../img/contentback.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cecece;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	border-left-color: #cecece;
	position:relative;
	}

		/* LEFT MENU */
		#navigatie {
			position:absolute;
			left:0px;
			top:0px;
			width: 156px;
			float: left;
			padding: 0;	
			height:auto;
			}
		#navigatie ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			}
		#navigatie li {
			line-height: 1%;
			}
		#navigatie a {
			text-align:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			display: block;
			line-height: 30px;
			color: #58a7d0;
			text-decoration: none;
			font-weight: bold;
			/height: 30px;
			border-bottom: 2px solid #FFFFFF;
			}		
		#navigatie ul li a {
			padding: 0 0 0 10px;
			}
		#navigatie ul li ul li a { /* niveau 1 */
			padding: 0 0 0 20px;
			}
		#navigatie ul li ul li ul li a { /* niveau 2 */
			} 	
		#navigatie ul li ul li ul li ul li a { /* niveau 3 */
			} 	
		#navigatie a:hover {
			background-color: #FFF;
			}
			
		#navigatie a.aOpen {
			color: #da8e1b;

			}			
			
		#navigatie a.aSelected {
			color: #da8e1b;
			background-color:#FFF;
}

		/* EINDE LEFT MENU */

		/* CONTENT WRAPPER */
		#contentwrapper {
			position:absolute;
			top:0px;
			left:156px;
			width:444px;
			height: auto;
			background-color:#FFF;
			}
			#content{
				padding:20px;
				text-align:left;
			}
			#content p{
				margin:0;
				padding:0 0 5px 0;
				line-height:18px;
			}

			#skyscraper{
				position:absolute;
				top:5px;
				left:605px;
				height:auto;
			}
			#skyscraper img{
				border: 1px solid #cfcfcf;
			}
					
			/* BREADCRUMB */
			#kruimelnav {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #999999;
				padding: 0px 0px 0px;
				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 */

/* FOOTER */		
#footer {
	clear: both;
	width: 834px;
	padding: 0;
	margin: 0 auto;

	/margin: 10px auto;
	display: none;
	}
/* EINDE FOOTER */
