/*===============================================================================================*/
/*
	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.
*/
/*===============================================================================================*/

.editor
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	background: #FFFFFF;
	color: #000000;
}

body
{
	margin: 0px;
 	color: #000000;
	text-align: center;
 	background-color: #B7C0C2;
}

td
{
	margin: 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;
}

ol
{
	margin: 0px 0px 0px 20px;
} 

blockquote
{
	margin: 0px 0px 0px 20px;
}


div 
{
	text-align: left; 
	border: 0px solid black;
}

form
{
	margin: 0px;
	padding: 0px;
}

input 
{
	color: #000000;
}

input.checkbox, input.radio
{
	border: 0px;
	background: transparent;
}

textarea
{
	float: left;
}

option
{
	color: #000000;
}

button 
{
	border: 0px;
	padding: 2px 4px 2px 4px;	/* top right bottom left */
	margin-right: 5px;
	background-color: #4D7B95;
	color: #FFFFFF;
	font-weight: bold;
}

.cmsButton 
{
	border: 0px;
	padding: 2px 4px 2px 4px;	/* top right bottom left */
	margin-right: 5px;
	background-color: #4D7B95;
	color: #FFFFFF;
	height:25px;
	width:100px;
	font-weight: bold;
}

.cmsButtonRed 
{
	border: 0px;
	padding: 2px 4px 2px 4px;	/* top right bottom left */
	margin-right: 5px;
	background-color: #ba654a;
	color: #FFFFFF;
	height:25px;
	width:100px;
	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: pointer;
	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: pointer;
	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: pointer;
}

/* 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
*/
/*===============================================================================================*/

.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 ==============================================*/
div.mainContainer
{
	margin: 0px auto 0px auto;
	width: 760px;
	/* height:100%; */
}

.layout
{
	width: 760px;
	float: left;
}
/*=========================================== main ==============================================*/
.header 
{
	width: 760px;
	padding: 0px;
	background: #D9E4E6;
	float: left;
}

.footer 
{
	padding: 10px;
	width: 760px;
	clear: both;
	background-color: #D9E4E6;

}

.search1
{
	background:	#d0d9e1;
}

.search2
{
	background:	white;
}

.searchTitle, .searchBody
{
	padding: 10px;
}

.menu 
{
	width: 200px;
	height: 100%;
	float: left;
	padding: 0px;
	background: #303366;
}

.mainContent
{
	width: 560px;
	float: left;
}

.botLine
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 160px;
}

.search 
{
	padding: 0px;
	width: 200px;
	color: #FFFFFF;
}

.layout 
{
	float: none;
	padding: 0px;
	width: 760px;
	height: 100%;
	background: white;
}

.rightCol
{
	background-color: #D9E4E6; 
	float: right; 
	width: 170px; 
	padding: 3px;
}

a.mainNav
{
	padding: 5px;
	color: #303366;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

a.mainNav:hover 
{
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: underline;
}

a.mnLoc, a.mnLoc:hover
{
	color: #303366;
	background-color: transparent;
	font-weight: bold;
	cursor: default;
}

.menuItem, a.menuItem 
{
	width: 200px;
	height: 30px;
	color: #FFFFFF;
	overflow: hidden;
	text-decoration: none;
	float: left;
}

a.menuItem:hover, a.miLoc 
{
	background: #FF6600;
	overflow: hidden;
	float:left;
}

div.menuItem2 
{
	background-color: #303366;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color:gray, direction=135, strength=5);
}

a.menuItem2 
{
	padding: 5px;
	background-color: #303366;
	color: #FFFFFF;
	text-decoration: none;
}

a.menuItem2:hover
{
	background-color: #FF6600;
}

a.itemActueel
{
	width: 160px;
	padding: 5px;
	background-color: transparent;
	color: #303366;
	font-weight: normal;	
	text-decoration: none;
}

a.itemActueel:hover 
{
	background-color: #303366;
	color: #FFFFFF;
}

.sitemapTitle, a.sitemapTitle
{
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background: #B1CBE2;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
	float: left;
}

.sitemap ul {padding:2px;} 

div.content
{
	padding-left: 10px;
	width: 390px; 
	float: left;
}

div.contentBreed
{
	padding-left: 10px;
	width: 540px; 
	float: left;
}

div.item
{
	background-color: white;
}

.itemTitle
{
	clear: both;
	padding: 5px 0px 5px 0px;
	width: 100%;
	font-size: 18px;
	text-decoration: none;
	color: #4D7B95;
	font-weight: bold;
}

a.itemTitle:hover 
{
	color: #4D7B95;	
}

div.thumbnail
{
	margin-right: 5px;
	padding: 4px;
	border: 1px solid #D9E4E6;
	float: left;
	spacing: 5px;
}

div.itemContent
{
	border: 0px solid green;
	clear: both;
	padding: 10px 0px 10px 0px;
	width: 100%;
	line-height: 140%;
}

a.itemFooter
{
	float: left;
	padding: 4px 7px 4px 7px;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
}

a.itemFooter:hover 
{
	background-color:#303366;
	color: #FFFFFF;
}

a.itemFooterRight
{
	float: right;
	padding: 4px 7px 4px 7px;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
}

a.itemFooterRight:hover 
{
	background-color: #303366;
	color: #FFFFFF;
}

.reactLine
{
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #4D7B95;
	float: left;
}

.reactDate
{
	font-size: 10px;
}
