@charset "utf-8";
body  {
	color:#ffffff
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #666666;
	background-image:url(images/Lightburst.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#container { 
	width: 900px;  
	background: #680900;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #680900;
	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFF;
	letter-spacing: 6px;
} 

#header strong {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	letter-spacing: 0.24em;
	word-spacing: 1em;
}

#sidebar {
	float: left;
	width: 210px; /* since this element is floated, a width must be given */
	background-color: #30ceca; /* the background color will be displayed for the length of the content in the column, but no further */
	
}

#sidebar ul {
	margin:5px;
 	padding:5px 5px 5px 5px;
	list-style: none;
	
}

#sidebar ul a {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	display:block;
	height:25px;
	text-decoration:none;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	border: thin groove #FFF;
	background-color: #027572;
}

#sidebar ul a:hover {
	background-color:#db5c0f;
	border-top: 1px solid #dddddd;
	border-top: 1px solid #333333;
	border-top: 1px solid #333333;
	border-top: 1px solid #dddddd;
	font-weight: bold;

}

#sidebar #current {	
	background-color:#680900;
	border-top: 1px solid #dddddd;
	border-top: 1px solid #333333;	
	border-top: 1px solid #333333;
	border-top: 1px solid #dddddd;

}

#photobar {
	margin: 5px;
	padding: 10px 0px 10px 5px;
		
}	
#photobar img {
	float: left;
	border: 1px solid #FFF;
	margin: 10px 0px 10px 0px;
 		
}

#horizontalnav ul {
	margin: 
	20px 0px 50px -40px;
	list-style-type: none;
		
}

#horizontalnav ul li {
	display: inline;
	
}

#horizontalnav ul li a {
	text-decoration: none;
	height: 25;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFF;
	background-color: #027572;
	font-weight: bold;
	padding-top:3px;
	padding-right:10px;
	padding-bottom:3px;
	padding-left:10px;
	border: thin groove #FFF;
		
}

#horizontalnav ul li a:hover {
	color: #027572;
	background-color: #FFF;
	padding: 1px, 2px;
	
}	
	
#mainContent {
	width:660px;
	float: left;
	padding-left:30px;
	padding-top:0px;
	color: #680900;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
}

#mainContent p strong {
	color: #FFF;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}

#mainContent h1 strong {
	font-size: large;
	color: #ffffff;
}

#mainContent a:hover {	
	background-color:#db5c0f;
	font-size: 13px;
	font-weight: bold;
}

#chapter{
	width:650px;
	background-color:#680900;
	margin-right:10px;
	padding-left:10px;
	padding-top:0px;
	font-size: 13px;
}

#chapter h1{
	width :630px;
	height:25px;
	background-color:#027572;
	color: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;	
	margin-right:10px;
	padding-left:10px;
	padding-top:3px;
	margin-bottom:10px;
}

#chapter p{
	color :#ffffff;
	font-size:13px;
	font-family :Verdana, Geneva, sans-serif;
	margin:10px 100px 10px 0px;
}

#chapter img {
	float: left;
	border: 1px solid #027572;
	margin: 5px 30px 5px 0px;
	 
} 

#chapter l {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ffffff;
	
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDD;
} 
#footer p {
	color: #666666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
}
<style type="text/css">
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bold-first-character {
	font-weight: bold;
	font-size: x-large;
	color: #FFF;
}

.hyperlink {
	color: #FFF;
	text-decoration:underline;
	font-size: 13px;
}

.style1 {
	font-size: small;
	font-weight: bold;
	color: #30ceca;
}

.style2 {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

.style3 {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4;
}

.style4 {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4;
	font-style: italic;
}

.style5 {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4;
	font-weight: bold;
}

.style6 {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bullet {
	list-style-image: url(images/spiral_10x11.gif);
	color: #ffffff;
}

</style>
.nieuw {
	font-weight: bold;
}
#container #sidebar ul li a .nieuw {
	color: #db5c0f;
	font-weight: bold;
}

