.backlogo {
	background-image: url(images/underlogo.jpg);
	background-repeat: no-repeat;
	top: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gradtext {
	background-image: url(images/gradientindexorange.jpg);
	background-repeat: repeat-y;
	padding: 40px;
}

.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #003;
	background-color: #CCC;
}
.mainTable {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0.25px;
	border-right-width: 0.25px;
	border-bottom-width: 0.25px;
	border-left-width: 0.25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 801px;
	height:700px;
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}
.sidelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #006;
	text-decoration: none;
}
.linemiddlein {
	background-image: url(images/middleline.jpg);
	background-repeat: no-repeat;
}
.gradinpage {
	background-image: url(images/gradinpage.jpg);
	background-repeat: repeat-y;
	
}
.class {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	height: 35px;
	width: 90px;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
	
}
div#menu {
	position: relative;
	left    : 3px;
	top     : 40px;
	color: #006;
	text-decoration: none;
	}

	div#menu form {
	margin-top:5px;
	text-decoration: none;
	}
	/* NEW */
	div#menu input#stext {
	border: 1px none gray;
	width: 80px;
	color: #009;
	text-decoration: none;
	}
	
	div#menu input#ssubmit {
	width: 25px;
	color: #009;
	text-decoration: none;
	}
	/* END */
	
	/* Het 100% CSS menu */

	div#menu ul, div#menu li {
	margin:20;
	padding:0;
	display:block;
	color: #009;
	text-decoration: none;
	}		

	div#menu ul {
	list-style:none;
	width:98px;
	padding:2px;
	border:1px none gray;
	background:white;
	text-decoration: none;
	}	
body {
	font-family: Tahoma, Geneva, sans-serif;
}

	div#menu li {
	position:relative;
	padding:10px;
	background:white;
	z-index:9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	}
		div#menu li.folder {
	border-right-color:#F60;
	text-decoration: none;
		}

		/* decoratieve hover */

		div#menu li:hover {
	background:#ffffee;
	z-index:15;
	color: #F30;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
		}

	/* Alle subnavigatie hidden */
		
	div#menu ul ul {
	position:absolute;
	display:none;
	right:-90px;
	top:4px;
	text-decoration: none;
	}
		
		/* :hover, met specificity */
		
		div#menu li:hover ul ul {
	display:none;
	color: #F30;
	text-decoration: none;
		}

		div#menu li:hover ul, div#menu li:hover li:hover ul {
	display:block;
	text-decoration: none;
		}
		
		
		div#content {top:0; left:0}
		div#menu a{
	text-decoration:none;
	color: #036;
}
