/*===============================================================================================*/
/*
	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: #FFFFFF;
 	background-color: #FFFFFF;
}

td
{
	margin: 0px;
}

p
{
	margin: 0px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px; 
}

h2
{
	font-size: 15px;
	font-weight: bold;
	line-height: 15px; 
}

h3
{
	font-size: 14px;
	font-weight: bold;
	line-height: 14px; 
}

h4
{
	font-size: 13px;
	font-weight: bold;
	line-height: 13px; 
}

h5
{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px; 
}

h6
{
	font-weight: bold;
	line-height: 11px; 
}

hr
{
	color: #D9E4E6;
	width: 100%;
	clear: both;
	height: 1px;
}

a
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

div 
{
	text-align: left; 
	border: 0px solid black;
}

input 
{
	behavior: url(input.htc);
}

input.checkbox
{
	border: 0px;
	background: transparent;
}

input.radio
{
	border: 0px;
	background: transparent;
}

textarea
{
	border: 1px solid #4D4E5E;
	height: 80px;
	float: left;
}

option
{
	color: #000000;
}

button 
{
	border: 0px;
	padding: 2px 4px 2px 4px;	/* top right bottom left */
	margin-right: 5px;
	background-color: #2C5987 ;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
}

input
{
	height: 20px;
	border: 1px solid #4D4E5E;
	padding-top: 3px;
	padding-left: 3px;
	behavior: url(input.htc);
}

input.zoeken
{
	width: 118px;
	height: 15px;
	border: 1px solid #4D4E5E;
	padding-top: 3px;
	padding-left: 3px;
	behavior: url(input.htc);
}
/*===============================================================================================*/
/*
	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 ================================================*/
.container
{
	width: 749px;
	float: none;
}

.main
{
	width: 749px;
	float: left;
}
/*============================================ main ================================================*/

/*============================================ header ================================================*/
.header
{
	width: 749px;
	background: url("../../img/bgHeader.gif") repeat-x 0 0;
	float: left;
}

.mainLogo
{
	width: 261px;
	height: 61px;
	float: left;
}

.logoSpacer
{
	width: 261px;
	height: 17px;
	float: left;
}

.logo
{
	width: 261px;
	float: left;
}

.headerSpacer
{
	width: 233px;
	float: left;
}

.mainLanguage
{
	width: 51px;
	float: left;
}

.languageSpacer
{
	width: 51px;
	height: 13px;
	float: left;
}

.flag
{
	width: 25px;
	float: left;
}

.vouw
{
	width: 88px;
	float: left;
}

.beleeffriesland
{
	width: 116px;
	float: left;
}

.vlagDE, a.vlagDE
{
	width: 25px;
	height: 17px;
	background: url("../../img/vlagDE.gif") no-repeat 0 0;
	float: left;
}

a.vlagDE:hover
{
	background: url("../../img/vlagDEmo.gif") no-repeat 0 0;
}

.vlagEN, a.vlagEN
{
	width: 25px;
	height: 17px;
	background: url("../../img/vlagEN.gif") no-repeat 0 0;
	float: left;
}

a.vlagEN:hover
{
	background: url("../../img/vlagENmo.gif") no-repeat 0 0;
}
/*============================================ header ================================================*/


/*============================================ topMenu ================================================*/
.mainTopMenu
{
	width: 749px;
	height: 27px;
	background: url("../../img/bgTopMenu.gif") repeat-x 0 0;
	overflow: hidden;
	float: left;
}

.organisatie, a.organisatie
{
	width: 94px;
	height: 27px;
	background: url("../../img/btnOrganisatie.gif") no-repeat 0 0;
	float: left;
}

a.organisatie:hover
{
	background: url("../../img/btnOrganisatieMo.gif") no-repeat 0 0;
}

.organisatieLoc, a.organisatieLoc, a.organisatieLoc:hover
{
	width: 94px;
	height: 27px;
	background: url("../../img/btnOrganisatieMo.gif") no-repeat 0 0;
	float: left;
}

.marktInfo, a.marktInfo
{
	width: 136px;
	height: 27px;
	background: url("../../img/btnMarktinformatie.gif") no-repeat 0 0;
	float: left;
}

a.marktInfo:hover
{
	background: url("../../img/btnMarktinformatieMo.gif") no-repeat 0 0;
}

.marktInfoLoc, a.marktInfoLoc, a.marktInfoLoc:hover
{
	width: 136px;
	height: 27px;
	background: url("../../img/btnMarktinformatieMo.gif") no-repeat 0 0;
	float: left;
}

.marketing, a.marketing
{
	width: 164px;
	height: 27px;
	background: url("../../img/btnMarketing.gif") no-repeat 0 0;
	float: left;
}

a.marketing:hover
{
	background: url("../../img/btnMarketingMo.gif") no-repeat 0 0;
}

.marketingLoc, a.marketingLoc, a.marketingLoc:hover
{
	width: 164px;
	height: 27px;
	background: url("../../img/btnMarketingMo.gif") no-repeat 0 0;
	float: left;
}

.pers, a.pers
{
	width: 100px;
	height: 27px;
	background: url("../../img/btnPers.gif") no-repeat 0 0;
	float: left;
}

a.pers:hover
{
	background: url("../../img/btnPersMo.gif") no-repeat 0 0;
}

.persLoc, a.persLoc, a.persLoc:hover
{
	width: 100px;
	height: 27px;
	background: url("../../img/btnPersMo.gif") no-repeat 0 0;
	float: left;
}

.service, a.service
{
	width: 142px;
	height: 27px;
	background: url("../../img/btnService.gif") no-repeat 0 0;
	float: left;
}

a.service:hover
{
	background: url("../../img/btnServiceMo.gif") no-repeat 0 0;
}

.serviceLoc, a.serviceLoc, a.serviceLoc:hover
{
	width: 142px;
	height: 27px;
	background: url("../../img/btnServiceMo.gif") no-repeat 0 0;
	float: left;
}

/* .beleef, a.beleef
{
	width: 139px;
	height: 27px;
	background: url("../../img/btnBeleefFriesland.gif") no-repeat 0 0;
	float: left;
}

a.beleef:hover
{
	background: url("../../img/btnBeleefFrieslandMo.gif") no-repeat 0 0;
}

.beleefLoc, a.beleefLoc, a.beleefLoc:hover
{
	width: 139px;
	height: 27px;
	background: url("../../img/btnBeleefFrieslandMo.gif") no-repeat 0 0;
	float: left;
}
*/

.beleefTekst
{
	width: 113px;
	height: 27px;
	float: left;
} 
/*============================================ topMenu ================================================*/


/*============================================ breadcrumb ================================================*/
.mainBread
{
	width: 749px;
	background: url("../../img/bgBread.gif") repeat-x 0 0;
	float: left;
}

.breadContainer
{
	width: 609px;
	float: left;
}

.breadTopSpacer
{
	width: 609px;
	height: 4px;
	overflow: hidden;
	float: left;

}

.breadSpacer
{
	width: 15px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.bread
{
	width: 580px;
	float: left;
}

.breadLink, a.breadLink
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ADADAD;
	text-decoration: none;
}

a.breadLink:hover
{
	color: #254B72;
	text-decoration: none;
}

.breadVouw
{
	width: 140px;
	float: left;
}

.breadImg
{
	width: 749px;
	height: 1px;
	overflow: hidden;
	float: left;
}
/*============================================ breadcrumb ================================================*/


/*============================================ content ================================================*/
.mainContent
{
	width: 749px;
	background: url("../../img/bgContent.gif") repeat-y 0 0;
	float: left;
}

.content
{
	width: 389px;
	overflow: hidden;
	float: left;
}

.contentRight
{
	width: 175px;
	float: left;
}

.afbeeldingRight
{
	width: 175px;
	float: left;
}

.contentTopSpacer
{
	width: 389px;
	height: 30px;
	float: left;
}

.contentLeftSpacer
{
	width: 20px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.inhoud
{
	width: 350px;
	overflow: hidden;
	float: left;
}

.itemTitle, a.itemTitle
{
	width: 350px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

a.itemTitle:hover
{
	color: #C13035;
}

.articleSpacer
{
	width: 350px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.itemBody
{
	width: 350px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	overflow: hidden;
	float: left;
}

.mainThumb
{
	width: 160px;
	overflow: hidden;
	float: left;
}

.arrowMore, a.arrowMore
{
	width: 44px;
	height: 33px;
	background: url("../../img/arrowMore.gif") no-repeat 0 0;
	float: right;
}

a.arrowMore:hover
{
	background: url("../../img/arrowMoreMo.gif") no-repeat 0 0;
}

.arrowBack, a.arrowBack
{
	width: 44px;
	height: 33px;
	background: url("../../img/arrowBack.gif") no-repeat 0 0;
	float: left;
}

a.arrowBack:hover
{
	background: url("../../img/arrowBackMo.gif") no-repeat 0 0;
}

.mainZoeken
{
	width: 175px;
	float: left;
}

.zoekLeft
{
	width: 7px;
	height: 10px;
	float: left;
}

.zoeken
{
	width: 168px;
	float: left;
}

.zoekImg
{
	width: 168px;
	float: left;
}

.inputVeld
{
	width: 118px;
	float: left;
}

.btn
{
	width: 50px;
	float: left;
}

.btnOk, a.btnOk
{
	width: 43px;
	height: 31px;
	background: url("../../img/btnOk.gif") no-repeat 0 0;
	float: left;
}

a.btnOk:hover
{
	background: url("../../img/btnOkMo.gif") no-repeat 0 0;
}

.uitgebreid
{
	width: 120px;
	text-align: right;
	float:left;
}

.uitgebreidLink, a.uitgebreidLink
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #E6E6E6;
	text-decoration: underline;
}

a.uitgebreidLink:hover
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #E6E6E6;
	text-decoration: none;
}

.zoekenSpacer
{
	width: 168px;
	height: 20px;
	overflow: hidden;
	float:left;
}
/*============================================ content ================================================*/


/*============================================== menu ===========================================*/
.mainMenu
{
	width: 185px;
	float: left;
}

.blueline
{
	width: 185px;
	height: 1px;
	background: #254B72;
	overflow: hidden;
	float: left;
}

.menuSpacer
{
	width: 185px;
	height: 21px;
	float: left;
}

/*======================= menuItem ==========================*/
.subMenuItem
{
	width: 170px;
	height: 24px;
	border-bottom: 1px solid #E6E6E6;
}

.menuOver
{
	background: url("../../img/bgMenuItemMo.gif") repeat-y 0 0;
}

.menuOut
{
	background: url("../../img/bgMenuItem.gif") repeat-y 0 0;
}

.subMenuItemText
{
	padding-left: 16px;
	font-weight: normal;
	color: #686A80;
}

.subMenuItemLoc
{
	width: 170px;
	height: 24px;
	border-bottom: 1px solid #E6E6E6;
	background: url("../../img/bgMenuItemLoc.gif") repeat-y 0 0;
}

.subMenuItemLocText
{
	padding-left: 16px;
	font-weight: bold;
	color: #254B72;
}
/*======================= menuItem ==========================*/

/*======================= menuItemSub ==========================*/
.subMenuItemSub
{
	width: 170px;
	height: 24px;
	border-bottom: 1px solid #E6E6E6;
	background: url("../../img/bgMenuSub.gif") repeat-y 0 0;
}

.menuOverSub
{
	background: url("../../img/bgMenuSubMo.gif") repeat-y 0 0;
}

.menuOutSub
{
	background: url("../../img/bgMenuSub.gif") repeat-y 0 0;
}

.subMenuItemSubText
{
	padding-left: 23px;
	padding-top:5px;
	padding-bottom:5px;
	color: #254B72;
}

.subMenuItemSel
{
	width: 170px;
	border-bottom: 1px solid #E6E6E6;
	background: url("../../img/bgMenuSub.gif") repeat-y 0 0;
}

.subMenuItemSelText
{
	padding-left: 23px;
	color: #254B72;
	font-weight: bold;
}
/*======================= menuItemSub ==========================*/


.subMenuItemSelected
{
	width: 170px;
	height: 24px;
	border-bottom: 1px solid #E6E6E6;
	background: url("../../img/bgMenuItemSubMo.gif") repeat-y 0 0;
}

/*============================================== menu ===========================================*/


/*============================================== footer ===========================================*/
.mainFooter
{
	width: 749px;
	height: 110px;
	background: url("../../img/bgFooter.gif") repeat-x 0 0;
	float: left;
}

.footerSpacer
{
	width: 749px;
	height: 30px;
	float: left;
}

.provincie, a.provincie
{
	width: 145px;
	height: 51px;
	background: url("../../img/btnProvincie.gif") no-repeat 0 0;
	float: left;
}

a.provincie:hover
{
	background: url("../../img/btnProvincieMo.gif") no-repeat 0 0;
}

.hiswa, a.hiswa
{
	width: 72px;
	height: 51px;
	background: url("../../img/btnHiswaVer.gif") no-repeat 0 0;
	float: left;
}

a.hiswa:hover
{
	background: url("../../img/btnHiswaVerMo.gif") no-repeat 0 0;
}

.holland, a.holland
{
	width: 122px;
	height: 51px;
	background: url("../../img/btnHolland.gif") no-repeat 0 0;
	float: left;
}

a.holland:hover
{
	background: url("../../img/btnHollandMo.gif") no-repeat 0 0;
}

.kvk, a.kvk
{
	width: 102px;
	height: 51px;
	background: url("../../img/btnKvk.gif") no-repeat 0 0;
	float: left;
}

a.kvk:hover
{
	background: url("../../img/btnKvkMo.gif") no-repeat 0 0;
}

.horeca, a.horeca
{
	width: 84px;
	height: 51px;
	background: url("../../img/btnHoreca.gif") no-repeat 0 0;
	float: left;
}

a.horeca:hover
{
	background: url("../../img/btnHorecaMo.gif") no-repeat 0 0;
}

.vvv, a.vvv
{
	width: 129px;
	height: 51px;
	background: url("../../img/btnVvv.gif") no-repeat 0 0;
	float: left;
}

a.vvv:hover
{
	background: url("../../img/btnVvvMo.gif") no-repeat 0 0;
}

.recron, a.recron
{
	width: 95px;
	height: 51px;
	background: url("../../img/btnRecron.gif") no-repeat 0 0;
	float: left;
}

a.recron:hover
{
	background: url("../../img/btnRecronMo.gif") no-repeat 0 0;
}

.linksSpacer
{
	width: 749px;
	height: 20px;
	overflow: hidden;
	float: left;
}

.mainLinks
{
	width: 749px;
	float: left;
}

.bottomSpacer
{
	width: 16px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.mainCopyright
{
	float: left;
}

.copyright, a.copyright
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ADADAD;
	text-decoration: none;
}

a.copyright:hover
{
	color: #ADADAD;
	text-decoration: underline;
}

.footerLink, a.footerLink
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ADADAD;
	text-decoration: none;
}

a.footerLink:hover
{
	color: #ADADAD;
	text-decoration: underline;
}
/*============================================== footer ===========================================*/

.editor
{
	background: #254B72;
}

/*============================================= sitemap ============================================*/
.sitemapTitle
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.sitemap, a.itemMenu
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.sitemap:hover, a.itemMenu:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.search1
{
	background:	#2C5987;
}

.search2
{
	background:	transparant;
}

.searchTitle
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.searchBody
{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

label
{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

a.forum
{
	font-weight: normal;
	font-size: 11px;
	color: #00A3E1;
	text-decoration: underline;
}

a.forum:hover
{
	color: #FF0000;
	text-decoration: none;
}

a.searchButton
{
	width: 150px;
	height: 19px;
	background: url("/img/01/search.gif") no-repeat 0 0;
	float: left;
}

a.searchButton:hover
{
	width: 150px;
	height: 19px;
	background: url("/img/01/searchMo.gif") no-repeat 0 0;
}

/*============================================= sitemap ============================================*/
