/* stylesheet hbx 20-06-2007/3-7-2007*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a3a43;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	background:#FFFFF5 url(../img/achtergrond2.gif) repeat center;
}
#container {
	width: 750px;
	margin: 16px auto;
	background-color: #FBFFC8;
	border: 1px solid gray;
	overflow: hidden;  /*laat niets uit de container lopen */
}
#header {
	color: #2f5780;
	background-color: #FFFFF5;
	overflow: auto;
	width: 100%;
	/*border-bottom: 1px solid gray;*/
	/*filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50;*/
}
#header img {
	margin: 10px 20px;
	float: left;
	display: inline; /*alleen voor ie,werkt niet */
}
#header ul {
	top: 0px;
	text-align: right;
	margin: 10px 30px 10px 0px;
	list-style-type: none;
	float: right;
	display: inline;/*alleen voor ie */
}
#navcontainer {
	float: left;
	margin: 10px 0px 0px 10px;
}
#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 125px;
background-color: #FFFFF5;
}
#navlist li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}
#navlist a:link#selected, #navlist a:visited#selected {
font-weight:bold;
}
#navlist li a:link, li a:visited {
color: #2f5780;
text-decoration: none;
}
#navlist li a:hover {
color: #002372;
text-decoration: underline;
}
#contents {
width: 550px;
margin-left: 150px;
text-align: justify;
padding: 10px 20px 20px 20px;
}
#contents a:link, a:visited {
color: #2f5780;
text-decoration: underline;
}
#contents a:hover {
color: #002372;
text-decoration: underline;
}
h1 {font-size: 36px;}

h2 {font-size: 23px;}

h3 {font-size: 18px;}

p {margin: 0px 0px 0px 0px;}

em{
font-weight: bold;
font-style: normal;
}
