/*===============================================================================================*/
/*
	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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
}

.editor
{
	background-color: #FFFFFF;
	text-align: left;
}

body
{
	margin: 0px;
 	color: #000000;
	text-align: center;
 	background: #FFF url("../img/bgBody.gif") repeat-y center 0;
}

td
{
	margin: 0px;
}

p
{
	margin: 0px;
}

h1, h2
{
	margin: 0px;
}

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;
}

ul
{
	margin: 0px 0px 0px 20px;
} 

ol
{
	margin: 0px 0px 0px 20px;
} 

blockquote
{
	margin: 0px 0px 0px 20px;
}

a
{
	text-decoration: underline;
	color: #333366;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

div 
{
	text-align: left; 
	border: 0px solid black;
}

form
{
	margin: 0px;
	padding: 0px;
}

input 
{
	padding-left: 5px;
	padding-top: 3px;
	height: 18px;
	font-size: 11px;
	border-top: 1px solid #E3E0D5;
	border-right: 1px solid #F5F4F0;
	border-bottom: 1px solid #F5F4F0;
	border-left: 1px solid #E3E0D5;
}

input.checkbox, input.radio
{
	border: 0px;
	background: transparent;
}

textarea
{
	height: 80px;
	border-top: 1px solid #E3E0D5;
	border-right: 1px solid #F5F4F0;
	border-bottom: 1px solid #F5F4F0;
	border-left: 1px solid #E3E0D5;
	float: left;
}

option
{
	color: #000000;
}

button 
{
	border: 0px;
	padding: 2px 4px 2px 4px;	/* top right bottom left */
	margin-right: 5px;
	background-color: #A6A0B4;
	color: #FFFFFF;
	font-weight: bold;
}

.error
{
	color: red;
	font-weight: bold;
}
/*===============================================================================================*/
/*
	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
*/
/*===============================================================================================*/
/*
	Form CSS classes
*/
/*===============================================================================================*/
.error
{
	color: #FF6600;
	font-weight: bold;
}

.formTitle
{
	font-size: 11px;
	font-weight: bold;
}

.formText
{
	font-size: 11px;
	font-weight: normal;
}
/*===============================================================================================*/
/*
	EINDE Form CSS classes
*/
/*===============================================================================================*/
/*
	Gallery CSS classes
*/
/*===============================================================================================*/
img.gallery
{
	margin: 3px;
}

a.gallery
{
	border: 1px solid white;
}

a.gallery:hover
{
	border: 1px solid #333366;
}

/*===============================================================================================*/
/*
	EINDE Gallery CSS classes
*/
/*===============================================================================================*/


/*========================================= mail ================================================*/
.mainMail
{
	width: 394px;
	float: left;
}

.mailSpacer10
{
	width: 394px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.mailTitle
{
	height: 20px;
	background: #D1D1D1;
}

.mailTitleTd
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #51585A;
	border-bottom: 1px solid #D4D0C8;
}

.mailTxt
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #51585A;
	border-bottom: 1px solid #D4D0C8;
}

/*========================================= mail ================================================*/


/*======================================= afspraken =============================================*/
.mainAfspraken
{
	width: 394px;
	float: left;
}

.afsprakenSpacer10
{
	width: 394px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.afsprakenTitle
{
	height: 20px;
	background: #ED6300;
}

.afspraakTijd
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.afspraakDate
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}

.afspraakTr
{
	background: #FFFFFF;
}

.afspraakTd
{
	background: #FFFFFF;
	border-bottom: 1px solid #D4D0C8;
}

.timeBig
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #51585A;
}

.timeSmall
{
	padding-top: 2px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #51585A;
}

.afspraakSel
{
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
	background: #ECECEC;
}

.afspraakNotSel
{
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
	background: #FFFFFF;
}

.afspraakTime
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ED6300;
}
/*========================================= afspraken ===========================================*/


/*=========================================== main ==============================================*/
.layout
{
	margin: 0px;
	width: 100%;
	background: url("../img/bgTop.gif") no-repeat center 0;
	text-align: center;
}

div.mainContainer
{
	margin: 0px auto 0px auto;
	width: 760px;
	/* height:100%; */
}
/*=========================================== main ==============================================*/


/*=========================================== spacers ==============================================*/
.spacer
{
	width:100%;
	float: left;
}

.spacerL
{
	height: 10px;
	overflow: hidden;
	float: left;
}

.h2
{
	height: 2px;
	overflow: hidden;
	float: left;
}

.h4
{
	height: 2px;
	overflow: hidden;
	float: left;
}

.h10
{
	height: 10px;
	overflow: hidden;
	float: left;
}

.h17
{
	height: 17px;
	overflow: hidden;
	float: left;
}

.h24
{
	height: 24px;
	overflow: hidden;
	float: left;
}

.h28
{
	height: 28px;
	overflow: hidden;
	float: left;
}

.h32
{
	height: 32px;
	overflow: hidden;
	float: left;
}

.h45
{
	height: 45px;
	overflow: hidden;
	float: left;
}

.h80
{
	height: 80px;
	overflow: hidden;
	float: left;
}


.w18
{
	width: 18px;
}

.w29
{
	width: 29px;
}

.w33
{
	width: 33px;
}

.w38
{
	width: 38px;
}
/*=========================================== spacers ==============================================*/


/*=========================================== kleuren ==============================================*/
.balk, .vlak
{
	width: 100%;
	float: left;
}

.line
{
	width: 100%;
	height: 1px;
	overflow: hidden;
	float: left;
}

.paars
{
	background: #CA4690;
}

.oranje
{
	background: #D2914F;
}

.beige
{
	background: #F2F1EC;
}

.beigeD
{
	background: #DCD9CB;
}

.white
{
	background: #FFFFFF;
}
/*=========================================== kleuren ==============================================*/


/*=========================================== topMenu ==============================================*/
div.topMenu
{
	color: #333366;
	background: #FFF;
}

a.topMenu
{
	display: block;
	margin: 0px;
	padding: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background: #A6A0B4;
	color: #FFF;
	text-decoration: none;
}

a.topMenu:hover
{
	color: #FFF;
	background: #333366;
	text-decoration: none;
}
/*=========================================== topMenu ==============================================*/


/*=========================================== portal ==============================================*/
.logoPortal
{
	width: 496px;
	background: #A6A0B4;
	float: left;
}

.headerRight
{
	width: 264px;
	background: #A6A0B4;
	float: left;
}

.menuLeft
{
	width: 490px;
	float: left;
}

.menuRight
{
	width: 270px;
	float: left;
}

.mainContentPortal
{
	width: 760px;
	height: 479px;
	background: url("../img/portalImg.jpg") no-repeat 0 0;
	float: left;
}

.portalText
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
/*=========================================== portal ==============================================*/


/*=========================================== header ==============================================*/
.mainHeader
{
	width: 760px;
	background: #FFF;
	float: left;
}

.logo
{
	width: 760px;
	text-align: center;
	background: #A6A0B4;
	float: left;
}

.mainMenu
{
	width: 760px;
	background: #FFF;
	float: left;
}

.headerImg
{
	width: 760px;
	float: left;
}

.fotoHeader
{
	float: left;
}
/*=========================================== header ==============================================*/


/*=========================================== content ==============================================*/
.mainContent
{
	width: 760px;
	background: #FFF;
	float: left;
}

.content
{
	width: 688px;
	float: left;
}

.mainArticle
{
	width: 688px;
	float: left;
}

.mainInhoud
{
	width: 614px;
	float: left;
}

.itemTitle
{
	height: 26px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #333366;
	float: left;
}

.itemBody
{
	width: 405px;
	font-weight: normal;
	line-height: 15px;
	float: left;
}

.thumbnail
{
	width: 179px;
	height: 179px;
	padding: 6px;
	background: url("../img/bgThumb.gif") no-repeat 0 0;
	float: left;
}
/*=========================================== content ==============================================*/


/*=========================================== producten ==============================================*/
.mainProducten
{
	width: 688px;
	float: left;
}

.productThumb
{
	width: 252px;
	float: left;
}

.productInfo
{
	width: 435px;
	border-left: 1px solid #DCD9CB;
	float: left;
}

.info
{
	width: 395px;
	float: left;
}

.i209
{

}

.infoBold
{
	font-weight: bold;
	text-align: right;
}

.infoPrice
{
	font-weight: bold;
}

.productVerkort
{
	width: 688px;
	float: left;
}
/*=========================================== producten ==============================================*/


/*=========================================== footer ==============================================*/
.mainFooter
{
	width: 760px;
	height: 100%;
	float: left;
}

.footerContact
{
	width: 84px;
	float: left;
}

.mainFooterLinks
{
	width: 529px;
	float: left;
}

.footerLinks
{
	width: 191px;
	float: right;
}

.footerLink, a.footerLink
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

a.footerLink:hover
{
	text-decoration: underline;
}

.copy
{
	float: right;
}
/*=========================================== footer ==============================================*/


.search1
{
	background:	#D9E4E6;
}

.search2
{
	background:	white;
}

.sitemapTitle
{
	background-color: #D9E4E6;
	padding: 5px;
	height: 25px;
}

