/* ========================= menu ========================= */
div.menuItem
{
	background: #8D918E; 
}

a.menuItem
{
	float: left;
	background: #8D918E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px;
}

a.menuItem:hover
{
	background: #4B87C2;
}
/* ======================= end menu ====================== */

body, .cmsTd, .cmsdefault, .CMSlabel, td {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A6968;
}

.background {
	background-attachment: fixed;
	background-image: url(../img/bgMain.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.header {
	padding:0px;
	width: 700px;
	background-color: #FFFFFF;
}

.contentMain {
	padding:0px;
	width: 700px;
	background-color: #FFFFFF;
}

.content {
	padding-top:15px;
	padding-left:15px;
	padding-right:30px;
	padding-bottom:15px;
	background-color: #FFFFFF;
}

.zoeken {
	background-attachment: fixed;
	background-image: url(../img/bgSearch.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:700px;
}

input.CMSinput {
	width: 330;
	height: 17;
	font-size: 11px;
	color: #4B87C2;
	background: #FFFFFF;
	border-top: 1px solid #254994;
	border-right: 1px solid #D8E5F1;
	border-bottom: 1px solid #D8E5F1;
	border-left: 1px solid #254994;
}

.CMSselect
{
	width: 130;
	height: 17;
	font-size: 11px;
	color: #4B87C2;
	background: #FFFFFF;
	border-top: 1px solid #254994;
	border-right: 1px solid #D8E5F1;
	border-bottom: 1px solid #D8E5F1;
	border-left: 1px solid #254994;
}
.CMStextarea
{
	width: 330;
	height: 200;
	font-size: 11px;
	color: #4B87C2;
	background: #FFFFFF;
	border-top: 1px solid #254994;
	border-right: 1px solid #D8E5F1;
	border-bottom: 1px solid #D8E5F1;
	border-left: 1px solid #254994;
}

button {
	height: 17;
	font-size: 11px;
	color: #FFFFFF;
	background: #4B87C2;
	border-top: 1px solid #D8E5F1;
	border-right: 1px solid #254994;
	border-bottom: 1px solid #254994;
	border-left: 1px solid #D8E5F1;
	margin-right: 5px;
}

.CMSbutton {
	height: 17;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	background: #4B87C2;
	border-top: 1px solid #D8E5F1;
	border-right: 1px solid #254994;
	border-bottom: 1px solid #254994;
	border-left: 1px solid #D8E5F1;
	margin-right: 5px;
}

.itemBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 12px;
	padding-left: 14px;
	color: #6A6968;
}

.itemTitle {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #4B87C2;
}

.listTitle {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4B87C2;
}

.listBody {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #6A6968;
}

.cmsLink, a.cmsLink:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #6A6968;
}
 a.cmsLink:hover 
{
	font-weight: normal;
	text-decoration: none;
	color: #4B87C2;
}

.contentFooterRight {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #4B87C2;
}

.listTitle {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #4B87C2;
}

.listBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #6A6968;
}

.listContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #4B87C2;
}

.listLink, a:link.listLink, a:active.listLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #4B87C2;
}

a:hover.listLink {
	text-decoration: underline;
	color: #4B87C2;
}

.listNoNav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #6A6968;
}

.listNav, a:link.listNav, a:active.listNav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #4B87C2;
}

a:hover.listNav {
	text-decoration: underline;
	font-weight: bold;
	color: #6A6968;
}

/* ========================= footer ========================= */
.footer {
	background-attachment: fixed;
	background-image: url(../img/bgFooter.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:700px;
}

.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 4px;
	color: #6A6968;
}

.footerText, a:link.footerText, a:active.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6A6968;
	padding-bottom: 7px;
	text-decoration: none;
}

a:hover.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6A6968;
	text-decoration: underline;
}
/* ========================= footer ========================= */
/*
	Kalender CSS classes
*/
/*===============================================================================================*/
/*	De weekdagen (m, d, w, d, v, z, z) */
td.calDayHeader 
{
	text-align:	right;
	width: 18px;
	border-bottom: 1px solid #B8B8B8;
	color: #333366;
}

/* De weeknummers */
td.calWeekNo 
{
	text-align:	right;
	width: 18px;
	border-right: 1px solid #B8B8B8;
	cursor: hand;
	color: #333366;
}

/* onMouseOver van de weeknummers */
td.calSel
{
	background-color: #CCCCCC;
}

/* De dagen in de huidige maand */
td.calDay
{
	text-align: right;
	background-color: #EEEEEE;
	color: #FF6600;
	cursor: hand;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

/* De dagen van een andere maand (Other Month) */
td.calDayOM
{
	text-align: right;
	color: #B8B8B8;
	cursor: hand;
}

/* Een geselecteerde dag in de huidige maand */
td.calSelected
{
	background-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* Een geselecteerde dag in een andere maand */
td.calSelectedOM
{
	background-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: white;
}

/* Vandaag */
td.calToday
{
	border: 1px solid #333366;
}

/* Als er agenda/kalender items zijn op die dag */
td.calFilled
{
	font-weight: bold;
}

/* De TD waar de maand in getoond wordt */
td.calMonth
{
	color: #FF6600;
}
/*===============================================================================================*/
/*
	EINDE Kalender CSS classes
*/
/*===============================================================================================*/


/*===============================================================================================*/
/*
	BEGIN Forum CSS classes
*/
/*===============================================================================================*/
thead.forumHead
{
	background: #D9E4E6;
	font-weight: bold;
}

td.forumHead
{
	color: #FF6600;
}

a.forumTitle, a.forumTitle:hover
{
	color: #333366;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

tr.forum
{
	background-color: #D9E4E6;
}

td.forum
{
	color: #333366;
}

td.forumGuestname
{
	font-weight: bold;
	color: #333366;
}

/*===============================================================================================*/
/*
	EINDE Forum CSS classes
*/
/*===============================================================================================*/
