@charset "UTF-8";
/* General */
body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #4d6475;
	font-size: 11px;
}
#container {
	width: 940px;
	background: #FFFFFF;
	margin: 12px auto;
}
a {
	text-decoration: none;
	color: #0a2133;
}
a:hover {
	text-decoration: underline;
}
table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td {
	padding: 4px;
	margin: 0px;
	border: 1px solid #a6b2ba;
}
th {
	padding: 4px;
	margin: 0px;
	border: 1px solid #d3d9dd;
	font-style: italic;
	font-weight: bolder;
}
/* Header */
#header {
	width: 940px;
	height: 172px;
	background-image: url('../images/header_with_logo.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#cblogo {
	width: 470px;
	height: 110px;
	float: left;
	cursor: pointer;
}
#quoteanchor {
	width: 470px;
	height: 24px;
	float: right;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
	padding-top:6px;
}
#quoteanchor a {
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
	text-decoration: none;
}
/* Sidebar left */
#sidebar1 {
	float: left;
	width: 240px;
	height: 280px;
	padding-top: 60px;
	padding-left:30px;
	background-color: #FFFFFF;
	background-image: url('../images/sidebarleft.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.menuBlock {
	padding-bottom:10px;
}
.menuBlock a {
	color: #4d6475;
	font-size: 14px;
	font-weight: bolder;
}
.activeMenuBlock {
	padding-bottom:10px;
}
.activeMenuBlock a {
	color: #36434d;
	font-size: 14px;
	font-weight: bolder;
}
.subMenuBlock {
	padding-bottom:0px;
	padding-top:8px;
}
.subMenuBlock a {
	color: #4d6475;
	font-size: 12px;
	font-weight: bolder;
	margin-left:10px;
}
.activeSubMenuBlock {
	padding-bottom:0px;
	padding-top:8px;
}
.activeSubMenuBlock a {
	color: #36434d;
	font-size: 12px;
	font-weight: bolder;
	margin-left:10px;
}
.subMenuEndBlock {
	padding-bottom:2px;
}
/* Content */
#mainContent {
 	float: left;
	width: 520px;
	padding-right: 150px;
	padding-top: 26px;
}
#mainContent h1 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 18px;
}
#mainContent h2 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 16px;
}
/* Footer */
#footer {
	width: 940px;
	height: 20px;
	padding-top: 4px; 
	background-color: #4d6475;
	margin-top: 20px;
	position: relative;
}
.footernav {
	color: #FFFFFF;
	font-size: 10px;
}
#footernavigatie {
	text-align: right;
	color: #FFFFFF;
	padding-right:20px;
}
.copyright {
	color: #aaaaaa;
}
#reikisymbolen {
	background-image: url('../images/bottomright.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	right:0px;
	top:-260px;
}
/* Misc */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* sitemap */
.LSM_0 ul {
	color: #4d6475;
	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: #4d6475;
	text-decoration: none;
}
.LSM_0 li a:hover {
	color: #4d6475;
	text-decoration: underline;
}
.LSM_1 li a,LSM_1 li a:visited{
	color: #4d6475;
	text-decoration: none;
}
.LSM_1 li a:hover {
	color: #4d6475;
	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;
}
/* Forms */
.signup_input {
	height: 13px;
	font-size: 10px;
	border: 1px solid #a6aaad;
	width: 200px;
}
.inputfield {
	height: 13px;
	font-size: 10px;
	border: 1px solid #a6aaad;
}
.signup_textarea {
	border: 1px solid #a6aaad;
	width: 350px;
}
.dropdown {
	height: 18px;
	font-size: 10px;
	border: 1px solid #a6aaad;
}
.signup_button {
	height: 18px;
	cursor: pointer;
	border: 1px solid #a6aaad;
	font-size: 10px;
}


