html {
	height: 100%;
	background-repeat: repeat-x;
}
body {
	margin: 0;
	padding:0;
	color:rgb(0,85,149);
	height: 100%;
	background-color: rgb(188,204,225);
}
#container {
	font-size: 86%;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	margin-left: -350px;
	left: 50%;
	top: 10px;
	line-height: 1.6em;
	position: absolute;
	visibility: visible;
	z-index: 2;
}
#inhoud {
	top:110px;
	position:absolute;
}
#menu {
	width:150px;
	height:100%;
	float:left;
	color: rgb(255,255,255);
	background-color:rgb(156,184,213);
}
#tekst {
	background-color:rgb(219,224,238);
	width:540px;
	left: 160px;
	position: absolute;
}
#tekst img {
	float:right;
	margin:10px;
	border:1px solid rgb(235,149,93);
}
p {
	margin:0 20px 0 20px;
}
h1 {
	color:rgb(235,149,93);
	font-size:110%;
	margin:10px;
	border-bottom:1px solid rgb(235,149,93);
}
#menu ul {
	display:block;
	padding: 0;
	margin:0;
	line-height:1.8em;
	background-color:rgb(0,85,149);

}
#menu ul a:hover {
	background-color:rgb(156,184,213);
	background-image:	url(beeld/oranje-blokje.gif);
	background-repeat:repeat-y;
}
#menu li a:link {
	color:rgb(219,224,238);
}
#menu li a:visited {
	color:rgb(219,224,238);
}
#menu li a:hover {
	color:rgb(0,85,149);
}

.nolink {
	background-color:rgb(156,184,213);
	padding:0 0 0 2.5em;
	color:rgb(0,85,149);
	margin:0px;
	display:block;
	list-style: none;
	text-decoration: none;

}
#menu li {
	border-bottom:2px solid rgb(219,224,238);
	list-style: none;
	background-image:url(beeld/oranje-blokje.gif);
	background-repeat:repeat-y;
}

	
#menu a {	
	display:block;
	text-decoration:none;
	padding:0 0.4em 0 2.5em;
}
.kruimel {
	color:rgb(0,85,149);
	font-style:italic;
	font-size:95%;
}

