/*===============================================================================================*/
/*
	body, td, a, p, h1..6, hr, div, input, textarea, button
*/
/*-----------------------------------------------------------------------------------------------*/
/*
	CSS classes voor standaard objecten. Moeten altijd in dit bestand voorkomen, maar mogen 
	natuurlijk wel	worden aangepast of uitgebreidt.
*/
/*===============================================================================================*/
*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body
{
	margin: 0px;
 	color: #002868;
 	background: url("../../img/03/bgBody.gif") fixed repeat 0 0;
}

td
{
	margin: 0px;
}

p
{
	margin: 0px 0px 10px 2px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 15px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

h4
{
	font-size: 13px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-weight: bold;
}

hr
{
	color: #D9E4E6;
	width: 100%;
	clear: both;
	height: 1px;
}

a, a.cmsLink
{
	background-color: transparent;
	text-decoration: underline;
	color: #D3232D;
	font-weight: bold;
}

a:hover, a.cmsLink:hover
{
	text-decoration: none;
	color: #D3232D;
}

div 
{
	text-align: left; 
	border: 0px solid black;
}

input 
{
	border: 1px solid #BDBCB9;
	behavior: url(input.htc);
}

input.checkbox
{
	border: 0px;
	background: transparent;
}

input.radio
{
	border: 0px;
	background: transparent;
}

textarea
{
	float: left;
	height: 91px;
}

option
{
	color: #002868;
}

button 
{
	border-top: 1px solid #D3D3D1;
	border-right: 1px solid #BDBCB9;
	border-left: 1px solid #D3D3D1;
	border-bottom: 1px solid #BDBCB9;
	background: #D7B100;
	float: left;
	color: #FFFFFF;
	padding: 0;
	font-weight: normal;
	margin-right: 5px;
}

.list
{
	color: #002A61;
	padding-top: 5px;
	/* list-style-image: url("../img/bullet.gif"); */
}
/*===============================================================================================*/
/*
	EINDE van de standaard CSS classes
*/
/*===============================================================================================*/
/*
	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: #ED171F;
	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: #ED171F;
}
/*===============================================================================================*/
/*
	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
*/
/*===============================================================================================*/

/*============================================== main ===========================================*/
.container
{
	width: 100%;
	height: 420px;
	background: url("../../img/03/bgTop.gif") fixed repeat-x 0 0;
	float: none;
}

.mainContainer
{
	width: 760px;
	float: none;
}

.main
{
	width: 760px;
	float: left
}

.header
{
	width: 760px;
	background: #FFF;
	float: left;
}
/*============================================== main ===========================================*/


/*============================================== header ===========================================*/
.headerTop
{
	width: 760px;
	height: 16px;
	overflow: hidden;
	float: left;
}

.headerRight
{
	width: 580px;
	float: left;
}

.headerSpacer
{
	width: 2px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.headerLeft
{
	width: 178px;
	float: left;
}

.logo
{
	width: 178px;
	float: left;
}

.aanmeldenTop
{
	width: 178px;
	float: left;
}

.aangemeldText
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}

.headerMenu
{
	width: 580px;
	height: 52px;
	float: left;
}

.tab
{
	background: #D3232D;
}

.headerMenuSpacer
{
	width: 580px;
	height: 6px;
	overflow: hidden;
	float: left;
}

.headerImg
{
	width: 580px;
	float: left;
}

.headerMenuItemMo
{
	height: 52px;
	float: left;
}

.headerMenuItem
{
	height: 52px;
	display: none;
	float: left;
}

.headerMenuItemLink
{
	height: 36px;
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}

.headerMenuItemLinkLast
{
	height: 36px;
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}

.menuItemLinkLoc, a.menuItemLinkLoc
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D3232D;
	text-decoration: none;
}

.menuItemLink, a.menuItemLink
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #685F51;
	text-decoration: none;
}

a.menuItemLink:hover
{
	color: #D3232D;
	text-decoration: none;
}
/*============================================== header ===========================================*/


/*============================================== portal ===========================================*/
.contentRightPortal
{
	width: 580px;
	float: left;
}

.headerMenuPortal
{
	width: 580px;
	float: left;
}

.headerMenuSpacerPortal
{
	width: 580px;
	height: 26px;
	overflow: hidden;
	float: left;
}

.headerImgPortal
{
	width: 580px;
	height: 255px;
	float: left;
}
/*============================================== portal ===========================================*/


/*============================================== content ==========================================*/
.mainContent
{
	width: 760px;
	background: url("../../img/03/bgContent.gif") repeat-y 0 0;
	float: left;
}

.contentLeft
{
	width: 178px;
	float: left;
}

.contentSpacer
{
	width: 2px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.contentRight
{
	width: 580px;
	background: url("../../img/03/bgBread.png") no-repeat 0 0;
	float: left;
}

.mainBread
{
	width: 580px;
	float: left;
}

.breadTop
{
	width: 580px;
	height: 14px;
	float: left;
}

.bread
{
	width: 545px;
	height: 9px;
	float: left;
}

.breadSpacer
{
	width: 27px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.breadLink, a.breadLink
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #002868;
	text-decoration: none;
}

a.breadLink:hover
{
	color: #002868;
	text-decoration: underline;
}

.breadLinkLoc, a.breadLinkLoc, a.breadLinkLoc:hover
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #002868;
	text-decoration: underline;
}

.breadBottom
{
	width: 580px;
	height: 33px;
	float: left;
}

.mainArticles
{
	width: 580px;
	float: left;
}

.leftSpacer
{
	width: 25px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.content
{
	width: 530px;
	float: left;
}
/*============================================== content ==========================================*/


/*============================================== article ==========================================*/
.article
{
	width: 530px;
	float: left;
}

.itemTitle, a.itemTitle, a.itemTitle:hover
{
	width: 530px;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #002868;
	text-decoration: none;
	float: left;
}

.itemBody
{
	width: 530px;
	float: left;
}

.mainThumb
{
	width: 150px;
	float: left;
}

.thumb
{
	border: 1px solid #CAC7C0;
	padding: 1;
	width: 141px;
	overflow: hidden;
	float: left;
}

.mainNav
{
	width: 530px;
	float: left;
}

.arrowMore, a.arrowMore
{
	width: 91px;
	height: 13px;
	background: url("../../img/03/arrowMore.gif") no-repeat 0 0;
	float: right;
}

a.arrowMore:hover
{
	width: 91px;
	height: 13px;
	background: url("../../img/03/arrowMoreMo.gif") no-repeat 0 0;
	float: right;
}

.divBack
{
	width: 85px;
	float: left;
}

.arrowBack, a.arrowBack
{
	width: 51px;
	height: 13px;
	background: url("../../img/03/arrowBack.gif") no-repeat 0 0;
	float: left;
}

a.arrowBack:hover
{
	width: 51px;
	height: 13px;
	background: url("../../img/03/arrowBackMo.gif") no-repeat 0 0;
	float: left;
}

.divPrintSend
{
	width: 65px;
	float: left;
}

.print, a.print
{
	width: 36px;
	height: 13px;
	background: url("../../img/03/btnPrint.gif") no-repeat 0 0;
	float: left;
}

a.print:hover
{
	width: 36px;
	height: 13px;
	background: url("../../img/03/btnPrintMo.gif") no-repeat 0 0;
	float: left;
}

.send, a.send
{
	width: 59px;
	height: 13px;
	background: url("../../img/03/btnSend.gif") no-repeat 0 0;
	float: left;
}

a.send:hover
{
	width: 59px;
	height: 13px;
	background: url("../../img/03/btnSendMo.gif") no-repeat 0 0;
	float: left;
}

.divTop
{
	width: 37px;
	float: right;
}

.arrowTop, a.arrowTop
{
	width: 37px;
	height: 13px;
	background: url("../../img/03/arrowTop.gif") no-repeat 0 0;
	float: right;
}

a.arrowTop:hover
{
	width: 37px;
	height: 13px;
	background: url("../../img/03/arrowTopMo.gif") no-repeat 0 0;
	float: right;
}

.articleSpacer10
{
	width: 530px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.articleLine
{
	width: 530px;
	height: 1px;
	overflow: hidden;
	background: #D5CFC8;
	float: left;
}
/*============================================== article ==========================================*/


/*============================================== spotlight/Actueel ==========================================*/
.spotlightActueel
{
	width: 530px;
	background: url("../../img/03/centerLine.gif") repeat-y 0 0;
	float: left;
}

.mainSpotlight
{
	width: 255px;
	float: left;
}

.spotlightBodyTop
{
	width: 255px;
	height: 19px;
	float: left;
}

.spotlightBody
{
	width: 250px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 20px;
	float: left;
}

.centerLine
{
	width: 20px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.mainActueel
{
	width: 255px;
	float: left;
}

.actueel, .mededelingen
{
	width: 255px;
	float: left;
}

.actueelBody, .mededelingenBody
{
	width: 250px;
	float: left;
}

.actueelTop, .mededelingenTop
{
	width: 255px;
	height: 19px;
	float: left;
}

.spotlightActueelBottom
{
	width: 530px;
	height: 30px;
	background: url("../../img/03/lineBreed.gif") repeat-x 0 0;
	float: left;
}

.listLink, a.listLink
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #D3232D;
	text-decoration: none;
}

a.listLink:hover
{
	color: #D3232D;
	text-decoration: underline;
}
/*============================================== spotlight/Actueel ==========================================*/


/*============================================== aanmelden ==========================================*/
.menuSpacer
{
	width: 178px;
	height: 25px;
	float: left;
}

.mainAanmelden
{
	width: 178px;
	height: 134px;
	/*background: url("../../img/03/aanmelden.png") repeat-y 0 0;*/
	float: left;
}

.aanmelden
{
	width: 178px;
	float: left;
}

.bgAanmelden
{
	background: url("../../img/03/bgAanmelden.gif") repeat-y 0 0;
	float: left;
}

input.aanmeldenInput
{
	border: 1px solid #BDBCB9;
	width: 117px;
	height: 17px;
	behavior: url(input.htc);
}

button.btnAanmelden
{
	width: 72px;
	height: 18px;
	border-top: 1px solid #D3D3D1;
	border-right: 1px solid #BDBCB9;
	border-left: 1px solid #D3D3D1;
	border-bottom: 1px solid #BDBCB9;
	background: #D7B100;
	float: right;
	color: #FFFFFF;
	padding: 0;
	font-weight: normal;
}

.aanmeldenBottom
{
	width: 178px;
	float: left;
}

.wijzigLink, a.wijzigLink
{
	font-family: arial, verdana, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 9px;
	text-decoration: underline;
}

a.wijzigLink:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
/*============================================== aanmelden ==========================================*/


/*============================================== zoeken ==========================================*/
.mainZoeken
{
	width: 178px;
	float: left;
}

.zoekenTop
{
	width: 178px;
	height: 44px;
	float: left;
}

.zoekVeld
{
	width: 120px;
	text-align: right;
	float: left;
}

input.zoeken
{
	border: 1px solid #BDBCB9;
	width: 105px;
	height: 17px;
	behavior: url(input.htc);
}

.zoekSpacer
{
	width: 4px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.buttonVeld
{
	width: 49px;
	float: left;
}

button.zoek
{
	width: 42px;
	height: 18px;
	border-top: 1px solid #D3D3D1;
	border-right: 1px solid #BDBCB9;
	border-left: 1px solid #D3D3D1;
	border-bottom: 1px solid #BDBCB9;
	background: #D7B100;
	float: left;
	color: #FFFFFF;
	padding: 0;
	font-weight: normal;
}

.zoekenBottom
{
	width: 178px;
	height: 17px;
	float: left;
}

.aanmeldSlide
{
	position:absolute;
	left:410px;
	top:205px; 
	width:178px;
	height:24px;
	z-index:1;
	background: transparant;
	border: 0px solid #CCCCCC;
}
/*============================================== zoeken ==========================================*/


/*============================================== subMenu ==========================================*/
.mainMenu
{
	width: 178px;
	float: left;
}

.subMenuItem
{
	width: 178px;
	height: 23px;
	background: url("../img/bgMenuItem.gif") no-repeat 0 0;
}

.subMenuItemText,
a.subMenuItemText
{
	width: 151px;
	/*height: 23px;*/
	padding-top: 6px;
	padding-left: 4px;
	padding-bottom: 6px;
	color: #7E7B72;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	float: left;
}

a.subMenuItemText:hover
{
	color: #B69601;
}

a.subMenuItemText img
{
	float: left;
	margin-right: 5px; 
}

.subMenuItemSel
{
	background: #D5CFC8;
}

.subMenuItemSub
{
	background: #D5CFC8;
}

.subMenuItemTextLoc,
a.subMenuItemTextLoc,
a.subMenuItemTextLoc:hover
{
	width: 151px;
	/*height: 23px;*/
	padding-top: 6px;
	padding-left: 4px;
	padding-bottom: 6px;
	color: #B69601;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	display:block;
}

a.subMenuItemTextLoc img
{
	float: left;
	margin-right: 5px; 
}
/*============================================== subMenu ==========================================*/


/*============================================== footer ==========================================*/
.mainFooter
{
	width: 760px;
	height: 30px;
	background: url("../../img/03/bgFooter.gif") no-repeat 0 0;
	float: left;
}

.mainCopyright
{
	width: 180px;
	padding-top: 9px;
	float: left;
}

.copyright, a.copyright
{
	width: 180px;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #002A61;
	text-decoration: none;
	float: left;
}

a.copyright:hover
{
	font-size: 10px;
	color: #D3232D;
	text-decoration: none;
	float: left;
}

.mainLinks
{
	width: 325px;
	padding-top: 7px;
	text-align: center;
	float: left;
}

.footerLink, a.footerLink
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footerLink:hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
/*============================================== footer ==========================================*/

.editor
{
	font-family: verdana, arial, helvetica, sans-serif;
	background: #FFFFFF;
}

.search1
{
	background:	#D5CFC8;
}

.search2
{
	background:	transparant;
}

.search 
{
	padding: 0px;
	width: 200px;
	color: #FFFFFF;
}

a.mnLoc, a.mnLoc:hover
{
	color: #303366;
	background-color: transparent;
	font-weight: bold;
	cursor: default;
}

a.menuItem 
{
	width: 200px;
	padding: 10px;
	color: #FFFFFF;
	overflow: hidden;
	text-decoration: none;
}

a.menuItem:hover, a.miLoc 
{
	background-color: #FF6600;
	overflow: hidden;
}

div.menuItem2 
{
	background-color: #000000;
	color: #FFFFFF;
}

a.menuItem2 
{
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

a.menuItem2:hover
{
	background-color: #FF6600;
}

a.sitemapTitle, a.sitemapTitle:hover
{
	padding: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #002868;
	text-decoration: none;
	height: 25px;
}

.sitemap, a.sitemap
{
	text-decoration: none;
	color: #002868;
	font-weight: normal;
}

a.sitemap:hover
{
	text-decoration: underline;
	color: #002868;
}

.noLink
{
	color: #002868;
	text-decoration: none;
}