	body {
		background  : url(pagebckgrnd.gif) #eee;
		margin		: 0px 0px 0px 0px;
	}

		* {
			font-family	:arial,tahoma,verdana,helvetica;
			font-size	:12px;
		}
	
	p {
		margin-left	:10px;
	}

	p.intro {
		font-weight	:bold;
		font-style	:italic;
		margin-left	:10px;
		color		:#cc1100;
	}

	div#content h1 { font-size:170%;margin-left:10px;border-left:5px solid #ffcc33;padding-left:4px; }
	div#content h2 { font-size:125%;margin-left:10px;border-left:5px solid #ffcc33;padding-left:4px; }

	a {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

	}
		a:hover {
			
		}
		
	/* algemene positionering */

	div#header {
		position:relative;
		height:82px;
		border:1px solid gray;
		background-color:white;
	}

		div#header h1 {
			font-size:40px;
			
			padding: 0 0 0 15px;
		}

	div#logonbar {
		text-align:right;
		background:white;
		border:1px solid grey;
		border-top:0;
		padding:1px;
		height:27px;
	}
	
	div#logonbar form {
		margin:0;
		margin-bottom: 2px;
	}
	div#content, div#footer {
		background: white;
		margin-top: 10px;
		margin-left: 200px;
		border: 1px solid gray;
		voice-family: "\"}\""; voice-family: inherit;
		margin-top: 20px;
		margin-left: 170px;
	}

	div#content a {
   		border-bottom: dotted 1px;
	}

	div#content table {
		border		: gray 1px solid;
		margin		: 5px;
		padding:0px;
	}

		div#content table th {
			text-align	: left;
			background-color: #cc1100;
		}

	/* hier stond: ul#menu */
	div#menu {
		/*position: absolute;
		left    : 25px;
		top     : 119px;*/
	}

	div#menu form {
		margin-top:5px;
	}
	/* NEW */
	div#menu input#stext {
		border: 1px solid gray;
		width: 120px;
	}
	
	div#menu input#ssubmit {
		width: 25px;
	}
	/* END */
	
	/* Het 100% CSS menu */

	div#menu ul, div#menu li {
		margin:0;
		padding:0;
		display:block;
	}		

	div#menu ul {
		list-style:none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;text-align:left;
	}	

	div#menu li {
		position:relative;
		padding:3px;
		background:white;
		border:1px solid white;
		/*border-right:5px solid #ffcc33;*/
		border-bottom:1px solid #DFDFDF;
		z-index:9;
		line-height: 20px;
		color: #666666;text-align:left;
	}
		div#menu li.folder {

			line-height: 20px;
		}

		/* decoratieve hover */

		div#menu li:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #6666666;
			text-decoration: none;
			line-height: 20px;
			background-color:#c6e3a3;text-align:left;
		}
div#menu_current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6666666;
	text-decoration: none;
	line-height: 20px;
	background-color:#c6e3a3;text-align:left;
}

/* Alle subnavigatie hidden */
		
	div#menu ul ul {
		position:absolute;
		display:none;
		right:-151px;
		top:0px;
		width:150px;text-align:left;
	}
		
		/* :hover, met specificity */
		
		div#menu li:hover ul ul {
			display:none;text-align:left;
		}

		div#menu li:hover ul, div#menu li:hover li:hover ul {
			display:block;text-align:left;
		}
