#main
{
	margin : 0;
	padding : 0;
	margin: 0 auto;
	width : 950px;
	background-color : #ffffff;
	text-align : left;
}

#content /* div waarin #page-title en de #main-center en #main-right vallen */
{
	float : right;
	width : 788px; /* breedte #main (style-website.css) minus breedte #subnav (of #subnav-empty) */
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color : #ffffff;
}

#subnav
{
	float : left;
	margin : 0;
	padding : 0;
	width : 160px;
	height : auto;
	background-color : #3c3c3c;
	padding-top : 10px;	
	padding-bottom : 10px;	
}

#subnav-empty
{
	float : left;
	margin : 0;
	padding : 0;
	width : 160px;
	height : 30px;
	background-color : #3c3c3c;
}

#subnav-list, #subnav-list ul
{
	margin : 0;
	padding : 0;
	list-style : none;
}

#subnav-list li
{
	margin : 0;
	padding : 0;
	list-style : none;
	padding-left : 20px;
	font-weight : bold;
	font-size : 9pt;
	font-variant : small-caps;
	padding-top : 5px;
	padding-bottom : 5px;
}

.subnav-item, .subnav-item a
{
	color : #ffffff;
	text-decoration : none;
}

#subnav-list a:hover
{
	text-decoration : underline;
	color : #77A83F;
}

.subnav-item-active, .subnav-item-active a
{
	color : #77A83F;
	text-decoration : none;
}

#subnav-list a:hover
{
	text-decoration : none;
}

#main-center-large
{
	margin : 0;
	padding : 0;
	margin-top : 15px;
	float: left;
	width: 620px;
	background-color : #ffffff;
}

#main-center-large-content
{}

#main-center-medium
{
	margin : 0;
	padding : 0;
	margin-top : 15px;
	float: left;
	width: 470px;
	background-color : #ffffff;
}

#main-center-medium-content
{}

#main-right
{
	margin : 0;
	padding : 0;
	margin-top : 15px;
	float: right;
	width: 293px;
	background-color : #ffffff;
	margin-right: 2px;
}

#main-right-content
{}

#page-title
{
	margin : 0;
	padding : 0;
	float : left;
	width : 770px;
	margin-right: 2px;
	height : 30px;
	text-align : left;
	background-color : #446D14;
}

#page-title-content
{
	padding-left : 10px;
	padding-top : 8px;
	color : #ffffff;
	font-weight : bold;
}

.menutree 
{
	margin : 0;
	padding : 0;
}

.menutree ul
{
	list-style : none;
	display : inline;
	margin : 0;
	padding : 0;
}

.menutree li
{
	list-style : none;
	margin : 0;
	margin-left : 10px;
}

.menutree .active
{
	font-weight : bold;
}

.menutree .inactive
{
	font-weight : normal;
}


