/*zoekformulier header*/
.topmenu .search .inputbox {
	background-color: #333;
	border: #D8C870 1px solid;
	padding: 0px 0px;
	margin: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 12px/25px;
}
/*breadcrumbs*/
div.pathway {
	padding: 0px;
	padding-top: 10px;
 	height: 22px;
	border: 0px;
	border-bottom: #eff3aa 2px dotted;
	margin: 0px;
	margin-bottom: 20px;
	font: 11px/15px Times New Roman, serif;
	font-style: italic;
	color: #555;
}
a.pathway {
	color: #A49A66;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
/*hoofdinhoud*/
.contentpaneopen {
	width: 98%;
	font-family:  Verdana, Arial, sans-serif;
	font-weight: normal;
}
.contentpaneopen td {
	padding: 0px;
	padding-left: 10px;
}
.contentpane {
	width: 98%;
	margin-top: 0px;
}
/*hoofdnavigatie midden*/
.midden .moduletable {
	width: 540px;
	height: 45px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin: auto;
	margin-left: 150px;
	margin-right: 80px;
}
/*geen opsommingstekens*/
ul#mainlevel-nav, li#mainlevel-nav, ul#mainlevel-nav li {
	list-style: none;
	float: right;
	margin: 0px;
	margin-top: 8px;
}
/*links uitlijnen*/
a.mainlevel-nav {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #fff;
	padding-right: 8px;
	padding-left: 8px;
	height: 13px;
	text-decoration: none;
	margin: 0px;
}
a.mainlevel-nav:hover {
	color: #ccc;
	text-decoration: none;
	border-left: 1px solid #717A2E;
}
#active_menu-nav {
	color: #c4c303;
}
/*sitenavigatie*/
/*algemene instellingen voor links uitgelijnde modules*/
	
.naviside .moduletable, .moduletable_menu {
	width: 210px;
	background: none;
	margin-top: 18px;
	text-align: left;
	padding: 0px;
}
/*koppen voor linkslijnende modules*/
.naviboven h3 {
	font: 18px/18px Times New Roman, serif;
	font-weight: normal;
	color:  #A49A66;
	background: url(../images/blatt.gif) top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 25px;
	width: 185px;
}
/*lijstopmaak voor de modules*/
ul.menu ul, ul.menu, .naviside .moduletable ul {
	list-style: none;
	display: block;
	width: 210px;
	margin: 0;
	border: 0;
	padding: 0px;
}
ul.menu ul {
	margin-left: 10px;
	background-color: #eee;
	width: 200px;
}
ul.menu li {
	border-bottom: 1px dotted #ccc;
}
ul.menu ul li {
	border-bottom: 1px solid #fff;
}
ul.menu li#current a {
	color: #b22819;
}
ul.menu a {
	text-decoration: none;
	color: #6B5E58;
	font-size: 11px;
	margin-left: 10px;
}
ul.menu a:hover {
	color: #cac303;
	text-decoration: none;
}
/*opmaak loginmodule*/
.naviside .moduletable form {
	margin-left: 10px;
	color: #6B5E58;
	font-size: 10px;
	width: 200px;
}
.moduletable .input {
	border: 0px;
}
.moduletable form .inputbox, .moduletable form .button {
	background-color: #fff;
	border: #ccc 1px solid;
	padding: 0px 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #6B5E58;
	font-size: 10px/25px;
}
.moduletable form .button {
	width: 100px;
}
.moduletable td form label, .moduletable form table {
	color: #6B5E58;
	font-size: 10px;
}
/*lettertypen met Joomla-aanduidingen*/
	
	/*Datum boven artikel*/
	.createdate, .modifydate {
	color: #A49A66;
	font:  95% Times New Roman, serif;
	font-style: italic;
}
.createdate {
	height: 30px;
}
/*kleine lettertypen voor bv auteursaanduiding*/
	.small {
	color: #000;
	font:  95% Times New Roman, serif;
	font-style: normal;
}
/*koppen voor componenten zoals News, Links*/
	.componentheading {
	color: #6B5E58;
	font:  100% Verdana, Arial, sans-serif;
	width: 98%;
	text-align: left;
	font-weight: bold;
	height: 50px;
}
.contentheading {
	color: #A49A66;
	font-weight: normal;
	font:  202% Times New Roman, serif;
	padding:0px;
	text-align: left;
}
.buttonheading {
	vertical-align: top;
	padding: 0px;
}
a.readon, .buttonheading a, .buttonheading a img, .back_button a, a.blogsection, .pagenav_next a {
	color: #A49A66;
	text-decoration: none;
	font-size: 10px;
	border: 0px;
}
a.readon:hover, .buttonheading a:hover, .back_button a:hover, a.blogsection:hover, .pagenav_next a:hover {
	color: #A49A66;
	text-decoration: underline;
}
/*inhoudsopgave voor naast de kop*/
	.contenttoc {
	margin-left: 5px;
	border-left: 1px solid #EFF3AA;
	padding-left: 5px;
}
.contenttoc a {
	font-size: 10px;
}
/*opmaak van tabelrijen en -cellen*/
	.sectiontableentry2 {
	background-color: #fff;
}
.sectiontableentry2 td {
	padding: 5px;
	vertical-align: top;
	text-align:left;
}
.sectiontableentry1 {
	background-color: #eee;
	vertical-align: top;
}
.sectiontableentry1 td {
	padding: 5px;
	text-align:left;
}