/*===============================================================================================*/
/*
	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-color: #FFFFFF;
}

td, cmsTd
{
	margin: 0px;
 	color: #002868;
}

p
{
	margin: 0px 0px 17px 0px;
}

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
{
	text-decoration: underline;
	color: #CC9900;
	font-weight: normal;
}

a:hover
{
	text-decoration: none;
}

div 
{
	text-align: left; 
	border: 0px solid black;
}

input 
{
	clear: both;
	float: left;
	height: 14px;
	color: #CC9900;
	border: 1px solid #8C8C9F;
	background: #E2E6EC;
	behavior: url(input.htc);
}

input.checkbox
{
	background: transparent;
	border: 0px;
}

input.radio
{
	background: transparent;
	border: 0px;
}

textarea
{
	float: left;
	height: 100px;
}

button 
{
	border-top: 1px solid #D6D6CE;
	border-right:1px solid #4A3800;
	border-bottom:1px solid #4A3800;
	border-left:1px solid #D6D6CE;
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	margin-right: 0px;
	background-color: #CC9900 ;
	float: left;
	color: #FFFFFF;
	font-weight: normal;
}
/*===============================================================================================*/
/*
	EINDE van de standaard CSS classes
*/
/*===============================================================================================*/


/*========================================= all ==============================================*/
.all
{
	width: 955px;
	float: none;
}
/*========================================= all ==============================================*/


/*========================================= header ==============================================*/
.mainHeader
{
	width: 955px;
	background: #FFF url("../../img/04/bgHeader.gif") repeat-y 0 0;
	float: left;
}

.spacerLeft
{
	width: 20px;
	height: 20px;
	float: left;
}

.header
{
	width: 935px;
	float: left;
}

.mainLogo, .logo
{
	width: 185px;
	float: left;
}

.search
{
	width: 185px;
	height: 100px;
	background: #FFF url("../../img/04/bgSearch.png") no-repeat 0 0;
	float: left;
}

.searchTop
{
	width: 185px;
	height: 12px;
	overflow: hidden;
	float: left;
}

.spacer9
{
	width: 9px;
	height: 10px;
	float: left;
}

.searchVeld
{
	width: 121px;
	float: left;
}

.buttonVeld
{
	width: 55px;
	float: left;
}

.zoekButton
{
	width: 42px;
}

.headerTop
{
	width: 750px;
	height: 39px;
	float: left;
	background: #FFF url("../../img/04/headerTop.png") no-repeat 0 0;
}

.topMenu
{
	width: 721px;
	float: left;
}

.topMenuLink, a.topMenuLink, a.topMenuLink:hover
{
	background-color: transparent;
}

.headerImg
{
	width: 721px;
	float: left;
}
/*========================================= header ==============================================*/


/*========================================= brainbox ==============================================*/
.mainBrainbox
{
	width:185px;
	float: left;
}

.brainboxMain
{
	background: #F2F4F7;
}

.brainboxLink, a.brainboxLink
{
	color: #333366;
	font-weight: normal;
	text-decoration: none;
}

a.brainboxLink:hover
{
	color: #8A3F71;
	text-decoration: underline;
}

.brainboxLine
{
	width: 185px;
	height: 2px;
	background: #FFF url("../../img/04/brainboxLine.gif") repeat-x 0 0;
	overflow: hidden;
}
/*========================================= brainbox ==============================================*/


/*========================================= menu ==============================================*/
.mainMenuContent
{
	width: 955px;
	background: url("../../img/04/bgMunt.png") no-repeat;
	background-position: bottom left; 
	float: left;
}

.mainMenu
{
	width: 215px;
	float: left;
}

.spacerMenu
{
	width: 30px;
	height: 20px;
	float: left;
}

.menu
{
	width: 185px; 
	float: left;
}

.menuItems
{
	width: 185px;
	float: left;
}

.menuItem, a.menuItem
{
	width: 156px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: transparant;
}

a.menuItem:hover, a.menuItemLoc, a.menuItemLoc:hover
{
	width: 156px;
	color: #B98B00;
	text-decoration: none;
	background: transparant;
	font-weight: bold;
}

.menuItemSub, a.menuItemSub
{
	width: 156px;
	font-size: 11px;
	font-weight: bold;
	color: #747388;
	text-decoration: none;
	background: transparant;
}

a.menuItemSub:hover, a.menuItemSubLoc, a.menuItemSubLoc:hover
{
	width: 156px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparant;
	font-weight: bold;
}

.menuItemLine
{
	width: 185px;
	height: 2px;
	background: #FFF url("../../img/04/menuItemLine.gif") repeat-x 0 0;
	overflow: hidden;
}

.menuItemLineSub
{
	width: 185px;
	height: 1px;
	background: #FFF url("../../img/04/menuItemLineSub.gif") repeat-x 0 0;
	overflow: hidden;
}

.flash
{
	width: 185px;
	float: left;
}

.searchBottom
{
	width: 215px;
	height: 71px;
	background: #FFF url("../../img/04/searchBottom.png") no-repeat 0 0;
}
/*========================================= menu ==============================================*/


/*========================================= body ==============================================*/
.mainBody
{
	width: 955px;
	background: #FFF url("../../img/04/bgBody.gif") repeat-y 0 0; 
 	float: left;
}

.mainBodyBreed
{
	width: 955px;
	background: #FFF url("../../img/04/bgBodyBreed.gif") repeat-y 0 0;
 	float: left;
}

.mainContent
{
	width: 506px;
	float: left;
}

.mainContentBreed
{
	width: 686px;
	float: left;
}

.mainRightCol
{
	width: 180px;
	float: left;
}

.mainBread
{
	width: 506px;
	float: left;
}

.breadcrumbTop
{
	width: 506px;
	height: 13px;
	float: left;
}

.spacer25
{
	width: 25px;
	height: 10px;
	float: left;
}

.breadcrumb
{
	width: 481px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cc9900;
	float: left;
}

.mainNav, a.mainNav
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC9900;
	text-decoration: none;
	background: transparant;
}

a.mainNav:hover
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC9900;
	text-decoration: underline;
	background: transparant;
}

.mainNavLoc, a.mainNavLoc, a.mainNavLoc:hover
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC9900;
	text-decoration: underline;
	background: transparant;
}

.breadcrumbLine
{
	width: 481px;
	background: #FFF url("../../img/04/lineBread.gif") repeat-x 0 0;
	float: left;
}
/*========================================= body ==============================================*/


/*========================================= article ==============================================*/
.articleTop
{
	width: 100%;
	height: 18px;
	float: left;
}

.mainArticle
{
	width: 481px;
	float: left;
}

.mainArticleBreed
{
	width: 665px;
	float: left;
}

.itemTitle, a.itemTitle, a.itemTitle:hover
{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
	float: left;
	text-decoration: none;
}

.itemBody
{
	width: 100%;
	float: left;
}

.mainArticleNav
{
	width: 100%;
	float: left;
}

.mainArticleNavPortal
{
	width: 190px;
	float: left;
}

.back
{
	width: 80px;
	text-align: left;
	float: left;
}

.forward
{
	width: 100px;
	text-align: right;
	float: right;
}

.topLink, a.topLink
{
	width: 120px;
	font-weight: bold;
	color: #002868;
	text-decoration: none;
	text-align: right;
	float: right;
}

a.topLink:hover
{
	font-weight: bold;
	color: #002868;
	text-decoration: underline;
	float: right;
}

.sendLink, a.sendLink
{
	width: 60px;
	font-weight: bold;
	color: #002868;
	text-decoration: none;
	float: left;
}

a.sendLink:hover
{
	font-weight: bold;
	color: #002868;
	text-decoration: underline;
	float: left;
}

.printLink, a.printLink
{
	width: 40px;
	font-weight: bold;
	color: #002868;
	text-decoration: none;
	float: left;
}

a.printLink:hover
{
	font-weight: bold;
	color: #002868;
	text-decoration: underline;
	float: left;
}

.thumb
{
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	float: left;
}
/*========================================= article ==============================================*/


/*========================================= actueel ==============================================*/
.mainActueel
{
	width: 481px;
	float: left;
}

.bgActueel
{
	width: 481px;
	height: 31px;
	background: #E8E8E8 url("../../img/04/bgActueel.gif") repeat-x 0 0;
 	float: left;
}

.spacerActueel
{
	width: 10px;
	height: 31px;
	float: left;
}

.actueelTitle
{
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	color: #CC9900;
	float: left;
}

.actueelItem, a.actueelItem
{
	width: 461px;
	font-weight: bold;
	color: #002868;
	text-decoration: none;
	float: left;
}

a.actueelItem:hover
{
	text-decoration: underline;
}

.spacerItem
{
	width: 481px;
	height: 13px;
	float: left;
}
/*========================================= actueel ==============================================*/


/*========================================= kalender ==============================================*/
.mainKalender
{
	width: 300px;
	float: left;
}

.bgKalender
{
	width: 300px;
	height: 31px;
	background: #E8E8E8 url("../../img/04/bgActueel.gif") repeat-x 0 0;
 	float: left;
}

.bgKalender02
{
	width: 300px;
	background: #E8E8E8 url("../../img/04/bgKalender.gif") repeat 0 0;
 	float: left;
}

.spacerKalender
{
	width: 10px;
	height: 31px;
	float: left;
}

.kalenderTitle
{
	width: 90px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	color: #CC9900;
	float: left;
}

.kalenderItem, a.kalenderItem
{
	width: 280px;
	font-weight: bold;
	color: #002868;
	text-decoration: none;
	float: left;
}

a.kalenderItem:hover
{
	text-decoration: underline;
}

.spacerItem
{
	width: 280px;
	height: 13px;
	float: left;
}

.kalender
{
	height: 31px;
	float: right;
	padding-top: 7px;
	padding-right: 5px;
}

.selector
{
	padding-top: 2px;
	width: 6px;
	float: left;
	cursor: hand;
}

.selectorMonth
{
	width: 159px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	float: left;
	cursor: hand;
}

.monthLink, a.monthLink
{
	color: #CC9900;
	text-decoration: none;
}

a.monthLink:hover
{
	text-decoration: underline;
}

.radioSpacer
{
	width: 300px;
	height: 7px;
	overflow: hidden;
	float: left;
}

input.radioButton
{
	border: 0px;
	background: transparant;
}

label
{
	color: #333366;
	font-weight: bold;
}

.kalenderDate, a.kalenderDate, a.kalenderDate:hover
{
	width: 300px;
	color: #8A3F71;
	font-weight: normal;
	float: left;
	text-decoration: none;
}

.kalenderItemTitle, a.kalenderItemTitle, a.kalenderItemTitle:hover
{
	width: 300px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333366;
	font-weight: bold;
	float: left;
	text-decoration: none;
}

.kalenderBody
{
	width: 300px;
	float: left;
}

.kalenderLine
{
	width: 300px;
	height: 11px;
	background: #fff url("../../img/04/kalenderLine.gif") repeat-x 0 0;
 	float: left;
}
/*========================================= kalender ==============================================*/


/*========================================= publicaties ==============================================*/
.mainPublicaties
{
	width: 300px;
	float: left;
}

.mainDbSearch
{
	width: 300px;
	float: left;
}

.buttonContainer
{
	float: right;
}

input.inputWhite
{
	background: #FFFFFF;
}
/*========================================= publicaties ==============================================*/


/*========================================= right colom ==============================================*/
.mainExtranet
{
	width: 180px;
	background: url("../../img/04/bgExtranet.gif") repeat-y 0 0;
	float: left;
}

.extranetTop
{
	width: 180px;
	height: 10px;
	overflow: hidden;
	background: #FFFFFF;
	float: left;
}

.extranetBottom
{
	width: 180px;
	height: 11px;
	overflow: hidden;
	background: #FFFFFF;
	float: left;
}

.extranetBottomBreed;
{
	width: 180px;
	height: 11px;
	overflow: hidden;
	float: left;
}

.aanmelden
{
	width: 180px;
	float: left;
}

.extTopImg
{
	width: 180px;
	float: left;
}

.spacer16
{
	width: 16px;
	height: 10px;
	float: left;
}

.searchVeld
{
	width: 123px;
	float: left;
}

.spacer5
{
	width: 180px;
	height: 5px;
	overflow: hidden;
	float: left;
}

.aanmeldButton
{
	width: 27px;
}

.spacer20
{
	width: 180px;
	height: 20px;
	float: left;
}

.spacerRight14
{
	width: 14px;
	height: 15px;
	float: left;
}

.spacer13
{
	width: 155px;
	height: 13px;
	overflow: hidden;
	float: left;
}

.rightContent, rightArticle
{
	width: 155px;
	float: left;
}

.articleTitle, a.articleTitle
{
	font-size: 11px;
	font-weight: bold;
	color: #002868;
	text-decoration: none;
}

a.articleTitle:hover
{
	text-decoration: underline;
}

.articleBody
{
	font-size: 11px;
	font-weight: normal;
	color: #002868;
}

.documentLink, a.documentLink
{
	font-size: 11px;
	font-weight: bold;
	color: #002868;
	text-decoration: none;
}

a.documentLink:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #002868;
	text-decoration: underline;
}
/*========================================= right colom ==============================================*/


/*======================================== console =============================================*/
button.afmelden
{
	width: 155px;
	height: 26px;
	border: 1px solid #886600;
	background: #EDE3C8 url("../../img/04/bgButtonConsole.gif") repeat-x 0 0;
	float: left;
	color: #002868;
	font-weight: bold;
}

button.beheerder
{
	width: 155px;
	height: 26px;
	border: 1px solid #886600;
	background: #EDE3C8 url("../../img/04/bgButtonConsole.gif") repeat-x 0 0;
	float: left;
	color: #002868;
	font-weight: bold;
}

button.webmail
{
	width: 155px;
	height: 26px;
	border: 1px solid #886600;
	background: #EDE3C8 url("../../img/04/bgButtonConsole.gif") repeat-x 0 0;
	float: left;
	color: #002868;
	font-weight: bold;
}
/*======================================== console =============================================*/


/*========================================= footer ==============================================*/
.mainSiteNav
{
	width: 955px;
	float: left;
}

.siteNav
{
	width: 955px;
	height: 104px;
	background: #FFF url("../../img/04/bgSiteNav.png") no-repeat 0 0;
	float: left;
}

.siteNavBreed
{
	width: 955px;
	height: 104px;
	background: #FFF url("../../img/04/bgSiteNavBreed.png") no-repeat 0 0;
	float: left;
}

.spacer14
{
	width: 955px;
	height: 14px;
	float: left;
}

.spacer30
{
	width: 30px;
	height: 10px;
	float: left;
}

.siteNavMain
{
	width: 173px;
	float: left;
}

.startpagina, .sitemap
{
	float: left;
}

.siteNavLinkMain
{
	background: #FFF url("../../img/04/bgSiteNavLink.gif") no-repeat 0 0;
}

.siteNavLink, a.siteNavLink
{
	color: #333366;
	font-weight: normal;
	text-decoration: none;
}

a.siteNavLink:hover
{
	color: #8A3F71;
	text-decoration: underline;
}

.mainFooter
{
	width: 955px;
	height: 25px;
	text-align: center;
	background: #FFF url("../../img/04/bgFooter.gif") no-repeat 0 0;
	float: left;
}

.spacer10
{
	width: 955px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.footer, a.footer
{
	width: 955px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	float: left;
}

a.footer:hover
{
	text-decoration: underline;
	float: left;
}

.footerNav
{
	width: 955px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-align: center;
	float: left;
}

.footerLink, a.footerLink
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}

a.footerLink:hover
{
	text-decoration: underline;
}
/*========================================= footer ==============================================*/

/*======================================== kalender =============================================*/
/*	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: #CC9900;
	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;
}
/*======================================== kalender =============================================*/


/*===============================================================================================*/
/*
	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
*/
/*===============================================================================================*/

