﻿
*, h1
{
	margin: 0;
	padding: 0;
}
html, body
{
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
}


body 
{
	overflow-y: scroll;
	*overflow-y:visible;
}

.wrap
{
	width: 900px;
	margin: 0 auto;
	position: relative;
}
img
{
	border: 1px solid #cacaca;
	padding: 1px;
}
#logo img, #iconLogo img, #mapBig img, #mapSmall img
{
	border: none;
	padding: 0px;
	overflow: hidden;
}
ul li
{
	list-style: none;
}
input[type="text"], textarea
{
	border: 1px solid #7c7c7c;
	padding: 3px;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}
input[type="radio"], input[type="checkbox"]
{
	margin-right: 5px;
}
.space
{
	margin-top: 20px;
}
select
{
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 12px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

/*===================================== font =====================================*/
a, a:link
{
	color: #d02727;
	text-decoration: underline;
}

a.current
{
	color: #000;
	text-decoration: none;
}
a:hover, a:active
{
	color: #d02727;
	text-decoration: none;
	cursor: pointer;
}
h1
{
	font-size: 22px;
	font-family: Georgia,Arial,sans-serif;
	font-weight: 300;
}
h2
{
	font-size: 20px;
	font-family: Trebuchet MS,Arial,sans-serif;
	font-weight: bold;
}
h3
{
	font-family: Arial, Georgia,sans-serif;
	font-size: 14px;
}
.companyName
{
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0;
}

.blogDetail
{
	/*font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 13px;
	*/
}
.commentForm .tips
{
	font-size: 11px;
	color: #d12420;
}
.gray, .tips.gray
{
	color: #666666;
}

/*===================================== button =====================================*/
a.btnRed, a.btnRed span
{
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-family: Georgia,Arial,sans-serif;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
}
.mapSearch a.btnRed
{
	margin-right: -10px;
}
a.btnRed
{
	background: url(../Images/sprites.jpg) left -52px;
	padding-left: 10px;
}
a.btnRed span
{
	background: url(../Images/sprites.jpg) right -52px;
	padding-right: 30px;
}
a.btnGray, a.btnGray span, a.btnGray:link
{
	height: 20px;
	line-height: 20px;
	color: #000;
	font-family: Georgia,Arial,sans-serif;
	font-weight: 300;
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
}
a.btnGray
{
	background: url(../Images/sprites.jpg) left -92px;
	padding-left: 10px;
}
a.btnGray span
{
	background: url(../Images/sprites.jpg) right -92px;
	padding-right: 25px;
}
/*===================================== layout =====================================*/
#header
{
	height: 65px;
	background: url(../Images/topBg.jpg) repeat-x bottom;
	padding-top: 15px;
	position: relative;
}

#mapBig, #mapSmall
{
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
	position: relative;
}
* + html #mapBig, * + html #mapSmall
{
	z-index: -1;
}
#mapBig
{
	height: 417px;
}
#mapSmall
{
	height: 97px;
	background: url(../Images/GoogleSmallMap.jpg) repeat-x left;
}
.map
{
	text-align: center;
}
.map img
{
	z-index: 0;
	position: relative;
}
.companyPlace img.mapArrow
{
	position: absolute;
}
#container
{
	background: url(../Images/containerBg.jpg) repeat-x top;
	overflow: hidden;
	width: 100%;
}
#footer
{
	background: url(../Images/footerBg.jpg) repeat-x top;
}
.leftSide, .search, .rightSide #agenda, .leftColumn, .rightColumn, .rightCloumWider, .middleLeft, .middleRight
{
	padding: 15px;
	width: 185px;
	float: left;
	background-color: #fff;
}
.leftColumn, .rightColumn
{
	width: 415px;
}
.rightCloumWider
{
	width: 645px;
	margin-left: 10px;
}
.leftColumn
{
	margin-right: 10px;
	position: relative;
}
.rightSide #agenda
{
	background: url(../Images/agendaBg.jpg) repeat-x top;
}
.middleSide
{
	padding: 15px;
	width: 420px;
	margin: 0 9px;
	float: left;
	background-color: #fff;
}
.middleBox
{
	padding: 0;
	width: 450px;
	width: 450px;
	float: left;
	margin: 0 9px;
	min-height: 230px; /* higher than zoeken Mould*/
}
.middleLeft, .middleRight
{
	width: 190px;
	float: left;
}
.middleRight
{
	margin-left: 9px;
	border: 1px solid #d02727;
	width: 188px;
}
/*===================================== header =====================================*/
#topNav
{
	position: absolute;
	top: -5px;
	right: 0;
}
#mainNav
{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index:99;
}
#mainNav ul
{
	position: relative;
}
#mainNav ul li
{
	float: left;
	margin-left: 5px;
	position: relative;
	height:34px;
}
#mainNav ul li a
{
	background: url(../Images/sprites.jpg) top left;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	font-size: 18px;
	font-family: Georgia,Arial,sans-serif;
	padding-left: 20px;
	color: #000;
	text-decoration: none;

	position: relative;
	z-index: 99;
}
#mainNav ul li.currentTab a,#mainNav ul li.currentTab
{
	position: relative;
	z-index: 5;
}
#mainNav ul li a span
{
	background: url(../Images/sprites.jpg) top right;
	height: 34px;
	display: inline-block;
	padding-right: 20px;
}
.lofoInfo
{
	font-family: Georgia,Arial,sans-serif;
	font-size: 14px;
	color: #010000;
	margin-left: 10px;
}
#header .wrap{ height:64px;}
/*
#mainNav ul li .subNav
{
	border: 1px solid #cacaca;
	padding: 10px 15px;
	position: absolute;
	background: #fff;
	z-index: 2;
	top: 34px;
	left: -30px;
}
#mainNav ul li .subNav li
{
	border-bottom: 1px solid #d3d3d3;
	display: block;
	clear: both;
	width: 100%;
	padding: 8px 0;
	margin-left: 0;
	float: left;
}
#mainNav ul li .subNav li a
{
	text-decoration: none;
	background: none;
	height: auto;
	line-height: normal;
	display: block;
	font-size: 14px;
	font-family: Arial,sans-serif;
	padding-left: 0;
	color: #d02727;
	text-decoration: none;

	width: 100%;
	min-width: 133px;
}
#mainNav ul li .subNav li a:hover
{
	text-decoration: underline;
}*/
#logo a, #iconLogo a
{
	text-decoration: none;
}
/*===================================== Map =====================================*/
.mapSearch
{
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px;
	width: 185px;
	background-color: #fff;
}

.mapSearch h1, .search h1
{
	margin-bottom: 10px;
}
#agenda h1
{
	margin-bottom: 13px;
}

.mapSearch .mapSearchBox
{
	width: 89px;
	margin-right: 10px;
}
.searchBox
{
	width: 174px;
	margin-bottom: 10px;
}
.search .btnRed
{
	float: right;
	margin-right: -9px;
}
.search
{
	margin-bottom: 15px;
}
.companyPlace
{
	border: 1px solid #ccc;
	padding: 10px;
	width: 200px;
	position: absolute;
	background-color: #fff;
	text-align: left;
	margin: 150px;
	z-index: 1;
}
.companyPlace img, .companyPlace h3
{
	float: left;
	display: inline-block;
}
.companyPlace img.mapLogo
{
	border: 1px solid #ccc !important;
	padding: 1px !important;
	margin-right: 5px;
	margin-bottom: 5px;
}
.companyPlace a
{
	float: right;
}
.companyPlace p
{
	clear: both;
}
.mapArrow
{
	position: absolute;
	bottom: -21px;
	right: 80px;
}
.companyPlace .companyName
{
	font-family: Georgia;
	font-size: 14px;
}
/*===================================== Container =====================================*/
#breadCrumb
{
	height: 30px;
	line-height: 30px;
}
#breadCrumb .current
{
	font-weight: normal;

	font-weight: bold;
}
.detail
{
	margin: 20px 0;
	height: 1%;
}
.memeberPic
{
	padding: 1px;
	border: 1px solid #cacaca;
	margin: 10px 0;
}

ul.listItemDisc li
{
	background: url(../Images/icon-li.jpg) 0 3px no-repeat;
	padding-left: 19px;
	margin-bottom: 20px;
}
.listItem li
{
	margin-bottom: 20px;
}
ul.leftList
{
	margin-left: 0px;
	padding-left: 25px;
}
ul.leftList li
{
	margin-bottom: 7px;
	list-style-type: disc;
	color: #d02727;

}
ul.leftList li ul.leftList
{
	margin-top: 8px;
}
.siteMap ul.leftList.detail
{
	margin-bottom: 30px;
}
#agenda .btnGray
{
	float: right;
	margin-bottom: 5px;
}

ul.listMember li img
{
	float: left;
}
ul.listMember li .memberInfo
{
	float: left;
	margin-left: 17px;
	max-width: 320px;
}
ul.listMember li
{
	display: block;
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}
ul.listMember li .memberInfo span
{
	display: block;
}
.position
{
	font-weight: bold;
}
p.position
{
	margin-left: 92px;
}
.members li
{
	position: relative;
	color: #d02727;
	display: block;
	clear: both;
}
.members .comInfo
{
	display: inline-block;
	float: left;
	background: url(../Images/sprites.jpg) left -137px no-repeat;
	padding-left: 19px;
	max-width: 260px;
	margin-bottom: 20px;
}
.members .place
{
	text-transform: uppercase;
	display: inline-block;
	float: right;
	max-width: 155px;
	color: #000;
}
.sort
{
	position: absolute;
	right: 15px;
	top: 15px;
}
.sort span
{
	font-size: 13px;
	font-family: Georgia;
	color: #010000;
	font-weight: bold;
}
.sort select
{
	padding: 2px;
	border: 1px solid #7c7c7c;
	width: 105px;
}
.contactComBlock
{
	clear: both;
	overflow: hidden;
}
.contactCom, .contactCom p
{
	float: left;
	width: 225px;
}

.contactCom p strong, .contactCom p span
{
	display: inline-block;
	float: left;
}
.contactCom p strong
{
	width: 90px;
}
.contactCom p span
{
	width: 120px;
	padding: 0 5px;
	font-size:11px;
}
.comLogo
{
	float: right;
	max-width:185px;
}

.memberPic
{
	float: right;
	max-width:180px; 
	margin:5px;
}

.profileImage
{
	float: right;
	max-width:180px;
	margin-top:10px;
}

.detailCom
{
	margin-top: 20px;
}
.detailCom p
{
	/*float: left;*/
}
.memberPic
{
	margin-bottom: 65px;
	margin-left: 5px;
}
ul.tab
{
	display: block;
	overflow: hidden;
	float: right;
	height: 28px;
	margin-top: -15px;
}
.tab li
{
	float: left;
	margin-left: 5px;
}
.tab li a, .currentTab a
{
	background: url(../Images/sprites.jpg) left -226px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	font-size: 14px;
	font-family: Georgia,Arial,sans-serif;
	padding-left: 20px;
	color: #000;
	text-decoration: none;

}
.tab li a span, .currentTab a span
{
	background: url(../Images/sprites.jpg) right -226px;
	height: 28px;
	display: inline-block;
	padding-right: 20px;
}
.tabPage
{
	border-top: 1px solid #cacaca;
	margin-top: 12px;
}

.tab .currentTab a, .currentTab a.mainNavLink
{
	background: url(../Images/sprites.jpg) left -177px !important;
}
.tab .currentTab a span, .currentTab a.mainNavLink span
{
	background: url(../Images/sprites.jpg) right -177px !important;
}
.currentTab a.mainNavLink, .currentTab a.mainNavLink span
{
	height: 36px !important;
}
* + html .currentTab a.mainNavLink, .currentTab a.mainNavLink span
{
	height: 35px !important;
}
.blog
{
	border-top: 1px solid #7f7f7f;
}

.blog h3
{
	clear: both;
	margin: 10px 0;
}
.blog img
{
	float: left;
	margin: 0 10px 10px 0;
}
.Reacties, .commentForm
{
	padding: 0 10px;
}
.Reacties .date
{
	display: block;
}
.blogContent
{
	margin-top: 20px;
	overflow: hidden;
}
.blogContent .more
{
	clear: both;
	display: block;
}
.blogDate
{
	display: block;
	overflow: hidden;
}
.blogDate .totalReactions
{
	display: inline-block;
	float: right;
	color: #d02727;
}
.blogDate .date
{
	display: inline-block;
	float: left;
}
.total
{
	color: #000;
}
.Reacties
{
	position: relative;
}
.Reacties .reply
{
	position: absolute;
	right: 0;
	top: 0;
}
.Reacties h2, .commentForm h2
{
	margin-bottom: 15px;
}
.Reacties .date
{
	color: #666666;
}
.Reacties .date .name
{
	color: #000;
}
.Reacties p
{
	margin-bottom: 40px;
}
.actueelTab
{
	padding-top: 15px;
	font-size: 12px;
	font-family: Arial;
}
.actueelLeft
{
	width: 183px;
	padding-right: 15px;
	float: left;
}

.actueelLeft .current
{
	font-weight:bold;
}


.actueelRight
{
	width: 426px;
	padding-left: 15px;
	float: left;
	border-left: 1px solid #d3d3d3;
	min-height: 350px;
}
.actueelRight img
{
	float: right;
	margin-top: 20px;
	margin-left: 20px;
}
/*===================================== Footer =====================================*/
#footer
{
	color: #bebebe;
}
#footer .wrap
{
	padding: 35px 0;
}
#footer #iconLogo
{
	float: left;
}
#footer #iconLogo .iconLogoInfo
{
	margin-left: 5px;
}
#footer .bottomNav
{
	float: right;
}
#footer .bottomNav a
{
	color: #bebebe;
}
#iconLogo a:link
{
	overflow: hidden;
	border: none;
	text-decoration: none;
}
/*===================================== Form =====================================*/
.commentForm p, .contactForm p
{
	clear: both;
	margin-bottom: 6px;
	overflow: hidden;
}
.commentForm label
{
	width: 90px;
	float: left;
}
.commentForm input, .commentForm textarea
{
	border: 1px solid #ccc;
	float: left;
	width: 200px;
	margin: 0 5px 0 10px;
}
.commentForm textarea
{
	width: 358px;
	min-height: 100px;
}
.commentForm .securityShow
{
	border: none;
	padding: 0;
	float: left;
}
.commentForm .security
{
	width: 120px;
}
.contactForm
{
	margin-bottom: 6px;
	border-top: 1px solid #7c7c7c;
	padding: 5px 0;
}
.contactForm h3
{
	margin-bottom: 10px;
}
.contactForm label
{
	width: 110px;
	float: left;
}
.contactForm input
{
	width: 240px;
	border: 1px solid #7c7c7c;
}

.contactForm279 input
{
	width: 279px;
}

.asterisk
{
	color: #cf2726;
}
.contactForm select
{
	border: 1px solid #7c7c7c;
	padding: 2px;
	font-size: 11px;
	color: #000;
	width: 308px;
}
.contactForm .radio
{
	width: 57px;
	display: inline-block;
	float: left;
}
.contactForm .radio label
{
	width: auto;
	float: left;
}
.contactForm .radio input
{
	width: auto;
	float: left;
	margin-right: 5px;
	border: none;
	padding: 0;
}
.contactForm input.straat
{
	width: 165px;
	margin-right: 6px;
}
.contactForm input.nummer
{
	width: 60px;
}

select.gebied
{
	width: 248px;
}
.sumbit span, .sumbit a
{
	display: inline-block;
	float: left;
}
.sumbit a
{
	float: right;
	margin-right: -10px;
}
.logForm
{
	border-top: none;
	width: 400px;
	margin-top: 20px;
}
.logForm textarea
{
	width: 279px;
	height: 90px;
}
.logForm .sumbit
{
	margin-top: 20px;
}
.loginForm p
{
	margin-bottom: 10px;
	clear: both;
}
.loginForm .btnRed
{
	float: right;
	margin-bottom: 15px;
}


ul.subNav
{
	border: 1px solid #cacaca;
	padding-top: 5px ;
	background-color: #fff;
	z-index:2;
	position:relative;
	padding-left:10px;
	overflow: hidden;

	max-width:900px;
}
* + html ul.subNav{ margin-top:1px;}

ul.subNav li
{
	min-width: 130px;
	float: left;
	margin: 0 8px;
}
ul.subNav li a
{
	display: block;
	border-bottom: 1px solid #d3d3d3;
	padding: 7px 0;
	font-size: 14px;
	font-family: Arial,sans-serif;
	padding-left: 0;
	color: #d02727;
	text-decoration: none;

	min-width: 130px;
	max-width:140px;
	overflow:hidden;
}
ul.subNav li a.last{ border-bottom:none;}