/* Body Code */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #14E1E4;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a {
	font-weight: bold;
}


body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
}
/* Remove Border From Linked Images */
img {
	border: none;
}
/* Container For the Entire Site */
#rap {
	width: 770px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8A8A8A;
	border-left-color: #8A8A8A;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/* Logo Fix for Opera */
#header {
	margin-bottom: 5px;
}
/* Top and bottom Menus */
#topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 5px;
	top: -40px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #636363;
}
#topmenu a{
	color: #636363;
	text-decoration: none;
}
#topmenu a:hover{
	color: #111111;
}
#bottommenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	float: left;
}
/* Search */
#search {
	background-color: #D3EDA6;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -5px;
}
#searchbox {
	margin-right: 25px;
}
#searchbutton {
	height: 19px;
	width: 64px;
	background-color: #788E1C;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/search.jpg);
}
#searchform {
	margin: 0px;
	padding: 0px;
}
/* Content Boxes */
/* Left Content Box */
#leftbox {
	float: left;
	width: 181px;
	background-color: #F4F8ED;
	padding-top: 5px;
	height:300px;
}
#leftbox h3 {
	font-family: "Trebuchet MS", serif;
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	margin: 0px;
	padding-left: 10px;
}
#leftbox ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
#leftbox li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Trebuchet MS", serif;
	font-size: 11px;
	color: #464646;
}
#leftbox a {
	color: #464646;
	text-decoration: none;
}
#leftbox a:hover, #leftbox .active a {
	text-decoration: underline;
}
/* Center Content Box */
#centerbox {
background-color: #ffffff;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	width: 583px;
	margin-left: 5px;
	height:310px;
	overflow-x: hidden;
	overflow-y: scroll;
	
}
#centerbox p, #disclaimer p {
	font-size: 11px;
	color: #707070;
	font-family: Tahoma, sans-serif;
	margin-top: 5px;
	margin-bottom:7px;
}
#centerbox h1, #disclaimer h1 {
	font-size: 15px;
	color: #707070;
	font-family: Tahoma, sans-serif;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 0px;
	font-weight:lighter;
	border-bottom:dotted 1px #707070;
}




#centerbox,#centerbox td,#centerbox th, #disclaimer, #disclaimer td, #disclaimer th {
	font-family: Tahoma;
	font-size: 11px;
	color: #707070;
}
#centerbox, #disclaimer {
	background-color: #FFFFFF;
}
#centerbox a:link, #disclaimer a:link {
	text-decoration: underline;
	color: #666666;
}
#centerbox a:visited, #disclaimer a:visited {
	text-decoration: underline;
	color: #666666;
}
#centerbox a:hover, #disclaimer a:hover {
	text-decoration: underline;
	color: #B7E069;
}
#centerbox a:active, #disclaimer a:active {
	text-decoration: underline;
	color: #666666;
}
#centerbox a, #disclaimer a {
	font-weight: bold;
}



/* Right Content Box */
#rightbox {
	float: right;
	width: 181px;
	background-color: #F8F8F8;
	padding-top: 15px;
}
#rightbox h3 {
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	background-image: url(images/bullet.jpg);
        background-repeat: no-repeat;
	background-position: 15px;
        font-weight: bold;
        color: #464646;
	margin: 0px 0px 5px;
	padding-left: 30px;
}
#rightbox ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 0px;
}
#rightbox li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	font-family: "Trebuchet MS", serif;
	font-size: 11px;
	color: #464646;	
	background-repeat: no-repeat;
	background-position: 10px;
}
#rightbox a {
	color: #464646;
	text-decoration: none;
}
#rightbox a:hover {
	text-decoration: underline;
}
/* Footer */
#footer {
	height: 20px;
	clear: both;
	background-image: url(../images/footerbg.jpg);
	padding-top: 10px;
	padding-left: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
}
/* More Link */
#more {
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 280px;
}
#more a{
	color: #C2E57F;
	text-decoration: none;
}
#more a:hover{
	text-decoration: underline;
}
/* Copyright */
#copyright {
	float: right;
	font-family: "Trebuchet MS", serif;
	font-size: 11px;
	margin-right: 10px;
}

.error {
 background: #FBE6F2;
 border: 1px solid #D893A1;
 color: #333;
 width: 500px;
 margin-bottom: 5px;
}

.error ul{
margin-top: 5px;
margin-bottom: 5px;
}

.groter {
font-size:15px;
font-weight:bold;
}

.faqlink a:link {
	color: #666666;
	text-decoration: none !important;
	border-bottom: dashed 1px #666666;
	font-weight: normal !important;
}

.faqlink a:visited {
	border-bottom: dashed 1px #666666;
	color: #666666;
text-decoration: none !important;
	font-weight: normal !important;
}

.faqlink a:hover {
	text-decoration: underline;
	color: #14E1E4;
text-decoration: none !important;
	font-weight: normal !important;
}

.faqlink a {
	font-weight: normal !important;
text-decoration: none !important;
	
}


#sitemap li {
	list-style-type: none;
}
#sitemap a {
position: relative;
top: -3px; /* links staan anders niet naast boomstructuur*/

}
ul#sitemap > li {
	margin-bottom: 10px;
}

#sitemap ul li {
	list-style-image: url(../images/l2_normal.gif);
}

#sitemap ul ul li {
	list-style-image: url(../images/l3_normal.gif);
}

#sitemap ul li.firstfollow {
	list-style-image: url(../images/l2_first_follow.gif);
}

#sitemap ul li.last {
	list-style-image: url(../images/l2_last_item.gif);
}

#sitemap ul ul li.firstfollow {
	list-style-image: url(../images/l3_first_follow.gif);
}

#sitemap ul ul li.last {
	list-style-image: url(../images/l3_last_item.gif);
}
