/*===============================================================================================*/
/*
	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;
}

body
{
	margin: 0px;
	font-size: 11px;
 	color: #550E5A;
	text-align: center;
}

td
{
	font-size: 11px;
	margin: 0px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px; 
}

h3
{
	font-size: 11px;
	font-weight: normal;
	margin: 0px; 
}

h4
{
	font-size: 16px;
	font-weight: normal;
	margin: 0px; 
}

h5
{
	font-size: 14px;
	font-weight: normal;
	margin: 0px; 
}

h6
{
	font-size: 11px;
	font-weight: normal;
	margin: 0px; 
}

ul
{
	margin: 0px 0px 0px 20px;
} 

ul.spotlight
{
	margin: 0px 0px 0px 20px;
	list-style-image: url("../../img/01/bulletSpotlight.gif");
}

ol
{
	margin: 0px 0px 0px 32px;
} 

p
{
	margin: 0px 0px 0px 0px;
}

blockquote
{
	margin: 0px 0px 0px 20px;
}

hr
{
	color: #D9E4E6;
	width: 100%;
	clear: both;
	height: 1px;
}

a, .cmsLink, a.cmsLink
{
	font-size: 11px;
	background-color: transparent;
	text-decoration: underline;
	color: #F0B118;
	font-weight: normal;
}

a:hover, a.cmsLink:hover
{
	text-decoration: none;
	color: #F0B118;
}

div 
{
	text-align: left; 
	border: 0px solid black;
}

input 
{
	font-size: 11px;
	height: 18px;
	border: 1px solid #F0B118;
	background: #FFFFFF;
	color: #550E5A;
}

input.zoeken
{
	font-size: 11px;
	height: 17px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #333333;
}

input.checkbox
{
	border: 0px;
	background: transparent;
}

.languageSelect
{
	font-size: 10px;
	height: 18px;
	color: #51585A;
}

input.radio
{
	border: 0px;
	background: transparent;
}

textarea
{
	border: 1px solid #F0B118;
	height: 80px;
	font-size: 11px;
	color: #550E5A;
	float: left;
}

option
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

button 
{
	height: 18px;
	border: 1px solid #F0B118;
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	background: #FFFFFF;
	font-size: 11px;
	margin-right: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #550E5A;
	font-weight: normal;
}
/*==============================================================================================*/
/*
	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: #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
*/
/*===============================================================================================*/


/*============================================ main ===================================================*/
div.mainContainer
{
	margin: 0px auto 0px auto;
	width: 760px;
	/* height:100%; */
}
/*============================================ main ===================================================*/


/*============================================ headerPortal ===================================================*/
.headerLeft
{
	width: 319px;
}

.headerRight
{
	width: 441px;
	background: #7BC3F3 url("../img/headerPoppetjes.gif") no-repeat right bottom;
}

.menuLink, a.menuLink
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #550E5A;
	text-decoration: none;
}

a.menuLink:hover
{
	color: #550E5A;
	text-decoration: underline;
}

.menuLink2
{
	height: 25px;
	background: #F0B118;
	color: #550E5A;
	text-decoration: none;
	float: left;
}

.menuLink2 a
{
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
	font-size: 11px;
	color: #550E5A;
	text-decoration: none;
}

.menuLink2 a:hover
{
	color: #F0B118;
	background-color: #550E5A;
	text-decoration: none;
}
/*============================================ headerPortal ===================================================*/


/*============================================ header ===================================================*/
.logo
{
	width: 221px;
}

.headerVervolgRight
{
	width: 539px;
	background: #7BC3F3 url("../img/poppetjesVervolg.gif") no-repeat right bottom;
}

.textBallon01
{
	width: 148px;
}

.textBallon02
{
	width: 117px;
}

.vervolgMenu
{
	width: 760px;
	height: 25px;
	background: #F0B118;
}
/*============================================ header ===================================================*/


/*============================================ content ===================================================*/
.mainContent
{
	width: 760px;
	float: left;
}

.contentTop
{
	width: 760px;
	height: 15px;
	float: left;
}

.contentLeft
{
	width: 15px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.content
{
	width: 510px;
	float: left;
}

.article
{
	width: 476px;
	float: left;
}

.itemTitle
{
	width: 476px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #550E5A;
}

.itemBody
{
	width: 476px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #550E5A;
	line-height: 16px;
}

.articleSpacer
{
	width: 476px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.contentRight
{
	width: 220px;
	float: left;
}

.contentSpacer
{
	width: 760px;
	height: 17px;
	float: left;
}
/*============================================ content ===================================================*/


/*============================================ footer ===================================================*/
.info01
{
	width: 220px;
	height: 155px;
	background: url("../img/footer01.gif") no-repeat 0 0;
}

.info02
{
	width: 220px;
	height: 155px;
	background: url("../img/footer02.gif") no-repeat 0 0;
}

.info03
{
	width: 220px;
	height: 155px;
	background: url("../img/footer03.gif") no-repeat 0 0;
}

.footerMensen
{
	width: 760px;
	float: left;
}

.quote01
{
	width: 220px;
	height: 50px;
	background: url("../img/bgQuote01.gif") no-repeat 0 0;
}

.quote02
{
	width: 220px;
	height: 50px;
	background: url("../img/bgQuote02.gif") no-repeat 0 0;
}

.quote03
{
	width: 220px;
	height: 50px;
	background: url("../img/bgQuote03.gif") no-repeat 0 0;
}

.footerBottom
{
	width: 760px;
	float: left;
}
/*============================================ footer ===================================================*/

.editor
{
	background: white;
	text-align: left;
}

.search1
{
	background:	#D9E4E6;
}

.search2
{
	background:	white;
}

.search 
{
	padding: 0px;
	width: 200px;
	color: #FFFFFF;
}

.sitemapTitle
{
	background-color: #D9E4E6;
	padding: 5px;
	height: 25px;
}