body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
	color:#422D00;
	background-color:#56461C;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	
	scrollbar-face-color:      #56461C;
	scrollbar-shadow-color:    #DDCEB3;
	scrollbar-highlight-color: #DDCEB3;
	scrollbar-3dlight-color:   #56461C;
	scrollbar-darkshadow-color:#56461C;
	scrollbar-track-color:     #DDCEB3;
	scrollbar-arrow-color:     #FF9900;		
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

a {
	color: #000;
	text-decoration: underline;

}

a:hover {  
	color: #000;
	text-decoration: underline;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	line-height:20px;
}	

h1{
	font-size: 20px;
	font-style:normal;
	font-weight:bold;
	color: #000;	
	line-height:30px;		
}

h2{
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	color: #000;	
	line-height:24px;		
}

h3{
	font-size: 14px;
	font-style:normal;
	font-weight:bold;
	color: #000;	
	line-height:16px;		
}

h4, h5, h6 {
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	color: #000;		
}

/***********************************************/
/* Layout inhoud                               */
/***********************************************/

#inhoud{
	overflow:auto;
	position : absolute;
	top:130px;
	left: 336px;
	width: 600px;
	height: 600px;
}

/***********************************************/
/* Layout menu                                 */
/***********************************************/

#menu{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 20px;		
	position : absolute;
	top:130px;
	left: 10px;
	width: 300px;
	height: 460px;
}

#menu ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style:none;
	list-style-position: outside;
}

#menu li {
	text-indent:0px;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	height:18px;
	line-height: 24px;
	}
	
a.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration:none;		
}
a.menu:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF9900;
	text-decoration:none;	
}
a.menu:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF9900;
	text-decoration:none;		
}	

#menuselected{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	color: #FF9900;
	font-size: 20px;		
	position : absolute;
	top:130px;
	left: 10px;
	width: 300px;
	height: 460px;
}

#menuselected ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style:none;
	list-style-position: outside;
}

#menuselected li {
	text-indent:0px;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	height:18px;
	line-height: 24px;
	}
	
a.menuselected {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF9900;
	text-decoration:none;		
}
a.menuselected:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF9900;
	text-decoration:none;	
}
a.menuselected:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF9900;
	text-decoration:none;		
}	
