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

		* {
			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; }
	div#content h3 { font-size:100%;margin-left:10px;border-left:5px solid #ffcc33;padding-left:4px; }

	a {
		font-weight:bold;
		text-decoration:none;
		color:black;
	}
		a:hover {
			color:#cc0000;
		}
a img {
text-decoration:none;
border:none;
}
a:visited img {
text-decoration:none;
border:none;
}hovervisited img {
text-decoration:none;
}
		
	/* algemene positionering */

	div#header {
		position:relative;
		height:65px;
		border:1px solid gray;
		background-color:white;
		padding : 5px 4px 2px 15px;
	}

		div#header h1 {
			font-size:40px;
			color:#cc0000;
			padding: 0 0 0 15px;
		}
		div#header img {
			float:left;
		}

#language{	
	background-color: white;
	margin-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	font-family:Tahoma, "Lucida Sans", sans-serif;
	font-size: 80%;
	color: black;
	text-align: right;
	vertical-align:top;
	float:right;
}
#language a{
	font-family:Tahoma, "Lucida Sans", sans-serif;
	font-size: 80%;
	color: black;
	text-decoration: none;
}
#language a:hover {
	color: red;
	text-decoration: underline;
}


	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;
		padding: 10px 15px 10px 15px;
	}

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

	div#content table {
		border		: 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    : 8%;
		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{
		margin:0;
		padding:0;
	}		

	div#menu ul {
		list-style:none;
		width:150px;
		padding:2px;
		border:1px solid gray;
		background:white;
	}	

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

		/* decoratieve hover */

		div#menu li:hover {
			border:1px solid gray;
			border-right:5px solid red;
			background:#ffffee;
			
		}

	/* Alle subnavigatie hidden */
		
	div#menu ul ul {
		border:0;
		top:4px;
		width:130px;
	}
	div#menu ul ul ul{
		border:0;
		top:4px;
		width:105px;
	}
	div#menu ul ul li{
		padding-left:5px;
		padding-right:-5px;
		border-left:3px solid #ffcc33;
		border-right:none;
	}
	
	div#menu ul ul li:hover{
		
			border-left:3px solid red;
			background:#ffffee;
	}
	
	div#menu ul ul ul li{
		padding-left:7px;
		margin-left:5px;
		padding-right:-5px;
		border-left:2px solid #ffcc33;
		border-right:none;		
		font-size:8px;
		background:transparent;
	}
	div#menu ul ul ul li:hover{
		
			border-left:3px solid red;
			background:transparent;
	}
	
	div#menu ul ul ul li a{
		
		font-size:8px;
	}
	
		
		
