@charset "UTF-8";
/* General */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
	color: #000000;
	font-size: 12px;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container { 
	width: 950px;  
	margin: 0 auto; 
} 
img {
	border: none;
}
/* Header */
#header { 
	width: 950px;
	height: 100px; 
} 
#headerLeft {
	float: left;
	width: 180px;
	height: 100px;
	position: relative;
}
#headerLogo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 137px;
	height: 141px;
}
#headerMiddle {
	float: left;
	width: 575px;
	height: 100px;
}
#headerMiddleTop {
	width: 575px;
	height: 50px;
}
#headerMiddleTopLeft {
	float: left;
	width: 275px;
	padding-top: 25px;
	color: #FFFFFF;
	font-size: 10px;
}
#headerMiddleTopRight {
	float: left;
	width: 300px;
	padding-top: 15px;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
}
#headerMiddleTopRight a {
	text-decoration: none;
	color: #e0e830;
	font-size: 10px;
}
#headerMiddleBottom {
	width: 575px;
	padding-top: 26px;
	height: 20px;
	position: relative;
	
}
#headerMiddleBottom ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#headerMiddleBottom ul li {
	display: inline;
}
.tabActive a {
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 4px;
	padding-bottom: 9px;
	padding-top: 1px;
	color: #FFFFFF;
	background-color: #1f145d;
	text-decoration: none;
}
.tabActive a:hover {
	background-image: url(../images/tab_passive.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 4px;
	padding-bottom: 9px;
	padding-top: 1px;
	color: #1f145d;
	background-color: #e0e830;
	text-decoration: none;
}
.tabPassive a {
	background-image: url(../images/tab_passive.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #1f145d;
	background-color: #e0e830;
	text-decoration: none;
}
.tabPassive a:hover {
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFFFFF;
	background-color: #1f145d;
	text-decoration: none;
}
.navBlock {
	position: absolute;
	display: none;
	left: 63px;
	top: 54px;
	width: 146px;
	border: 1px solid #c7c4d6;
	background-color: #e9e7ef;
	padding: 7px;
}
#headerRight {
	float: left;
	width: 168px;
	height: 77px;
	padding-top: 23px;
	padding-left: 27px
}
/* Sidebar left */
#sidebar1 {
	float: left; 
	width: 180px;
	border-right: 1px solid #c7c4db;
	margin-bottom: 15px;
}
/* Sidebar right */
#sidebar2 {
	float: right; 
	width: 168px;
	padding-left: 27px;
	padding-top: 32px; 
	margin-bottom: 10px;
}
/* Content */
#mainContent {
 	float: left;
	width: 511px;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 31px;
	padding-right: 32px;
	border-top: 1px solid #c7c4db;
}
#mainContent h1 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 14px;
	font-size: 22px;
	color: #1f145d;
} 
#mainContent h2 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #1f145d;
} 
#mainContent h3 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #1f145d;
}
#mainContent a {
	text-decoration: none;
	color: #1f145d;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent p {
	line-height: 15px;
}
#mainContent ul {
	padding: 0px;
	margin: 0px;
	list-style: square;
	padding-left: 14px;
	padding-bottom: 3px;
	padding-top: 5px;
}
#mainContent ul li {
	padding-left: 7px;
}
/* Footer */
#footer { 
	width: 938px;
	height: 17px;
	margin-bottom: 15px;
	background-color: #f9fad6;
	padding-left: 12px;
	padding-top: 5px;
	font-size: 10px;
	color: #1f145d;
} 
#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #1f145d;
}
/* Misc */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Navigatie */
.menuitem {
	position: relative;
	float: left;
	cursor: pointer;
	background-color:#FFFFFF;
	height: 24px;
	margin:0px;
	display: block;
}
.submenu {
	background-color: #e9e7ef;
	border: 1px solid #c7c4d6;
	width: 160px;
}
a.topLink, a.topLink:visited {
	text-decoration:none;
	font-weight:normal;
	font-size: 12px;
	color: #005fb9;
	text-align: center;
	display: block;
}
a.topLink:hover {
	color: #FFFFFF;
	display: block;
}
.innerRow {
	margin-left: 7px;
	margin-right: 7px;
	color: #FFFFFF;
	border-bottom: 1px solid #c7c4d6;
	display: block;
}
.innerRow a {
	color: #1f145d;
	text-decoration: none;	
	padding-bottom: 7px;
	padding-top: 7px;
	width: 119px;
	display: block;
}
.innerRow a:hover {
	color: #FFFFFF;
}
.parent_first_parent {
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	padding-right: 16px;
	padding-bottom: 5px;
	background-color: #e0e830;
	color: #1f145d;
	margin-right: 4px;
	background-image: url(../images/tab_passive.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.parent_parent {
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	padding-right: 16px;
	padding-bottom: 5px;
	background-color: #e0e830;
	color: #1f145d;
	margin-right: 4px;
	background-image: url(../images/tab_passive.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.parent_last_parent {
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	padding-right: 16px;
	padding-bottom: 5px;
	background-color: #e0e830;
	color: #1f145d;
	background-image: url(../images/tab_passive.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.parent_first_parent_active {
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	padding-right: 16px;
	padding-bottom: 5px;
	background-color: #1f145d;
	color: #FFFFFF;
	margin-right: 4px;
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.parent_last_parent_active {
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	padding-right: 16px;
	padding-bottom: 5px;
	background-color: #1f145d;
	color: #FFFFFF;
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.parent_parent_active {
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	padding-right: 16px;
	padding-bottom: 5px;
	background-color: #1f145d;
	color: #FFFFFF;
	margin-right: 4px;
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	background-position: right;
}	
/* sitemap */
.LSM_0 ul { 
	color: #005fb9;
	font-weight: normal; 
	list-style-type: none; 
	line-height: 18px;
	padding-bottom: 5px;
}
.LSM_0 li { 
	list-style-type: none; 	
}
.LSM_0 li a, .LSM_0 li a:visited{
	color: #005fb9;
	text-decoration: none;
}
.LSM_0 li a:hover {
	color: #005fb9;
	text-decoration: underline;
}
.LSM_1 li a,LSM_1 li a:visited{
	color: #005fb9;
	text-decoration: none;
}
.LSM_1 li a:hover {
	color: #005fb9;
	text-decoration: underline;
}
.LSM_1 ul { 
	list-style-image: url('../images/tree_hook.gif');
} 
.LSM_1 li { 
	list-style-image: url('../images/tree_hook.gif');
	font-weight: normal;
}
/* Ajax search */
#zoekKnop {
	cursor: pointer;
	padding-left: 5px;
	float: left;
}
#divZoeken {
	color: #005bf9;
	padding-bottom: 5px;
	padding-top: 27px;
	margin-left: 12px;
	font-size: 12px;
}
#divAvancedSearch {
	color: #006841;
	padding-top: 5px;
	margin: 0px;
	font-size: 9px;
}
#divAvancedSearch a {
	font-size: 10px;
	color: #006841;
	text-decoration: none;
}
#divAvancedSearch a:hover{
	text-decoration: underline;
}
.ajaxSearch_input {
	border: none;
	background-color: #FFFFFF;
	font-size: 10px;
	height: 13px;
	width: 107px;
}
.ajaxSearch_result {
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.ajaxSearch_resultDescription {
	display: none;
}
.ajaxSearch_extract p {
	margin: 0px;
	padding: 0px;
}
.ajaxSearch_paging a {
	color: #006841;
	text-decoration: none;
}
.ajaxSearch_paging a:hover {
	text-decoration: underline;
}
.ajaxSearch_result a {
	text-decoration: none;
	color: #006841;
}
.ajaxSearch_result a:hover {
	text-decoration: underline;
}
.ajaxSearch_resultLink a{
	color: #007F20;
	text-decoration: none;
}
.ajaxSearch_resultLink a:hover {
	text-decoration: underline;
}
.ajaxSearch_highlight1 {
	color: #000000;
	background: #FFFF00;
}
/* Forms */
.signup_input {
	height: 13px;
	font-size: 10px;
	border: 1px solid #1f145d;
	width: 200px;
}
.inputfield {
	height: 13px;
	font-size: 10px;
	border: 1px solid #1f145d;
}
.signup_textarea {
	border: 1px solid #1f145d;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}
.signup_button {
	height: 18px;
	cursor: pointer;	
	border: 1px solid #1f145d;
	font-size: 10px;
}
/* taal */
.taal {
	float: right;
	border: none;
	margin-left: 12px;
}
