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

		* {
			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-weight:bold;
		text-decoration:none;
		color:black;
	}
		a:hover {
			color:#cc0000;
		}
		
	/* algemene positionering */

	div#header {
		position:relative;
		height:100px;
		border:1px solid gray;
		background-color:white;
		overflow:hidden;

	}

		div#header h1 {
			font-size:40px;
			color:#cc0000;
			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;
		width:150px;
		padding:2px;
		border:1px solid gray;
		background:white;
	}	

	div#menu li {
		position:relative;
		padding:3px;
		background:white;
		border:1px solid white;
		border-right:5px solid #ffcc33;
		z-index:9;
	}
		div#menu li.folder {
			border-right-color:#cc0000;
		}

		/* decoratieve hover */

		div#menu li:hover {
			border:1px solid gray;
			background:#ffffee;
			z-index:15;
		}

	/* Alle subnavigatie hidden */
		
	div#menu ul ul {
		position:absolute;
		display:none;
		right:-140px;
		top:4px;
	}
		
		/* :hover, met specificity */
		
		div#menu li:hover ul ul {
			display:none;
		}

		div#menu li:hover ul, div#menu li:hover li:hover ul {
			display:block;
		}
