/*** DEFAULT STYLES ***/
html {
	height: 100%;
	margin: auto;
}

body {
	margin: 0;
	padding: 27px 0 0 0;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b7b7d;
	background-color: #dad9d4;
}

img { border: none; }

a { 
	text-decoration: none;
	color: #109BC6;/*#5799c4;*//*#7AACD1;*/
}
a:hover { text-decoration: underline; }

hr {
	border-collapse: collapse;
	border-color: #e9e9e9 #FFFFFF #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

div#wrapper {
	position: relative;
	width: 930px;
	padding: 0 15px 0 15px;
	margin: 0 auto;
	background-color: #fff;
}

ul.quickmenu {
	float: right;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
ul.quickmenu li {
	float: left;
	margin: 0;
	padding: 0 12px 0 12px;
	background: transparent url('../img/divider.jpg') center right no-repeat;
}
ul.quickmenu li.last {
	padding-right: 0;
	background: none;
}
ul.quickmenu li a { color: #b4b4b4; }

ul.headmenu {
	height: 25px;
	list-style: none;
	margin: 3px 0 0 293px;
	padding: 0;
	background: #b8b8b8 url('../img/menu_bg.jpg') repeat-x;	
}
ul.headmenu li {
	float: left;
	height: 25px;
	margin: 0;
	padding: 0 0 0 9px;
	background: transparent url('../img/menu_left.jpg') no-repeat;
	font-size: 14px;
}
ul.headmenu li a {
	display: block;
	height: 20px;
	padding: 5px 9px 0 0;
	background: transparent url('../img/menu_right.jpg') top right no-repeat;
	font-weight: bold;
	color: #fff;
	outline: none;
}
ul.headmenu li a:hover { text-decoration: none; }
ul.headmenu li.selected, ul.headmenu li.active { background: transparent url('../img/menu_left_bl.jpg') no-repeat; } /*5898c4*/
ul.headmenu li.selected a, ul.headmenu li.active a { background: transparent url('../img/menu_right_bl.jpg') top right no-repeat; }

ul.headmenu li.searchWrap.selected, ul.headmenu li.searchWrap.active { background: #b7b7b7 url('../img/menu_left_search.jpg') no-repeat; }
ul.headmenu li.searchWrap.selected a, ul.headmenu li.searchWrap.active a { background: transparent url('../img/menu_right_search.jpg') top right no-repeat; }
ul.headmenu li.searchWrap { position: relative; }
div.search {
	display: none;
	position: absolute;
	top: 25px;
	right: 0;
	width: 201px;
	height: 74px;
	background: transparent url('../img/search_bg.png') no-repeat;
}
div.search form {
	margin: 21px 0 0 15px;
	padding: 0;
}
div.search form  input {
	float: left;
	width: 134px;
	height: 13px;
	margin: 0;
	padding: 2px 4px 2px 6px;
	font-size: 11px;
	color: #666666;
}
div.search form #submit, div.search form button.submit {
	float: left;
	width: 19px;
	height: 19px;
	margin: 0 0 0 8px;
	padding: 0;
	background: transparent url('../img/btn_arrow.jpg') no-repeat;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	text-indent: -99999em;
}
div#wrapper div.search a {
	width: 100px;
	position: absolute;
	top: 40px;
	left: 0px;
	padding: 8px 0 0 20px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: none;
}

form#zoeken {
	margin: 0 0 20px 0;
	padding: 0;
}
form#zoeken input {
	float: left;
	width: 134px;
	height: 13px;
	!height: 12px;
	margin: 0;
	padding: 2px 4px 2px 6px;
	font-size: 11px;
	color: #666666;
}
form#zoeken select {
	width: 150px;
	height: 20px;
	margin: 0 3px 0 10px;
	font-size: 11px;
	color: #666666;	
}
form#zoeken #submit, form#zoeken button.submit, form#aanmeld_form button.register {
	float: left;
	width: 19px;
	height: 19px;
	margin: 0 0 0 8px;
	padding: 0;
	background: transparent url('../img/btn_arrow.jpg') no-repeat;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	text-indent: -99999em;
}
form#aanmeld_form button.register {
	width: 99px;
	margin: 0;
	background: transparent url('../img/btn_aanmeld.jpg') no-repeat;
}

a.readmore {
	color: #009BC6;
	font-weight: bold;
	text-decoration: underline;
}
a.readmore:hover { text-decoration: none; }

div.header {
	width: 929px;
	height: 178px;
	background: transparent url('../img/header_bg.jpg') repeat-x;
	/*background-color: #5799C4;*/
	color: #FFF;
}
div.headerhome { height: 251px; }
div.header a { color: #FFF; }
ul.photos {
	float: left;
	list-style: none;
	width: 293px;
	height: 178px;
	margin: 0;
	padding: 0;
}
div.headerhome ul.photos { height: 251px; }
ul.photos li {
	width: 293px;
	height: 178px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.headerhome ul.photos li { height: 251px; }
div.headerright {
	float: left;
	width: 558px;
	padding: 28px 39px 0 39px;
}
p.headertitle {
	width: 545px;
	height: 150px;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	overflow: hidden;
}
ul.icons {
	list-style: none;
	height: 56px;
	margin: 0;
	padding: 17px 0 0 0;
	font-size: 11px;
	background: transparent url('../img/icons_bg.jpg') no-repeat;
}
ul.icons li {
	float: left;
	height: 55px;
	margin: 0;
	padding: 0;
}
ul.icons li.time {
	width: 157px;
	padding: 0 0 0 45px;
	background: transparent url('../img/icon_time.jpg') no-repeat;
}
ul.icons li.file {
	width: 174px;
	padding: 0 0 0 50px;
	background: transparent url('../img/icon_file.jpg') top left no-repeat;
}
ul.icons li.planning {
	width: 85px;
	padding: 0 0 0 46px;
	background: transparent url('../img/icon_planning.jpg') top left no-repeat;
}

div#wrapperleft {
	position: relative;
	float: left;
	width: 460px;
	padding: 184px 0 122px 0;
	color: #808185;
	line-height: 21px;
}
div#wrapperright {
	position: relative;
	float: left;
	width: 540px;
	padding-bottom: 30px;
}

div#page_wrapper {
	margin-top: 7px;
	line-height: 18px;
}

img#beeldmerk { margin: 0 0 4px 922px; }
div#page_wrapper a {
	color: #FF9119;
	text-decoration: underline;
}
div#page_wrapper a:hover { text-decoration: none; }

img.header { margin: -11px 0 0 7px; }

div#flashcontent {
	position: absolute;
	top: 12px;
	left: 13px;
}

h1 {
	float: left;
	width: 151px;
	height: 59px;
	margin: 19px 0 0 0;
	background: transparent url('../img/logo.jpg') no-repeat;
	text-indent: -999999em;
	cursor: pointer;
}
h2 {
	/*height: 26px;*/
	margin: 0;
	padding: 0 0 7px 0;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	background: url('../img/h2_bg.jpg') bottom left repeat-x;
	color: #000;
}
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	color: #109BC6;
}
h4 {
	margin-bottom: 5px;
	font-size: 13px;	
}

p {
	margin: 0;
	line-height: 17px;
}
p a { text-decoration: underline; }
p a:hover { text-decoration: none; }

div#wrapper .clear {
	clear: both;
	height: 0;
}

#header { 
	width: 972px;
	height: 44px; 
	position: relative;
}

div#header_wrapper { height: 196px; }
img.header {
	position: absolute;
	top: 160px;
	left: 57px;
	width: 862px;
	height: 155px;
	margin: 0;
}

img.water {
	position: absolute;
	left: 0;
	top: 87px;
}


/*** HEADERPHOTOS ***/
div.headerphotos {
	width: 540px;
	height: 292px;
	background: url('../img/header.jpg') left top no-repeat;
}


/*** MENU ***/
ul#menu {
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	float: left;
	width: 107px;
	height: 29px;
	margin-left: 15px;
	padding-top: 11px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: transparent url('../img/menu_wit.png') repeat;
}
ul#menu li.selected {
	height: 29px;
	padding-top: 64px;
	background: transparent url('../img/menu_zwart.png') repeat;	
}
ul#menu li a { 
	color: #7c7f86; 
	outline: none;
}
ul#menu li.selected a { color: #FFF; }
ul#menu li a:hover { text-decoration: none; }


/*** CONTENT ***/
div.content {
	width: 485px;
	padding-left: 32px;
	line-height: 21px;
}
div.content img { padding-left: 15px; }

a.logolink {
	position: absolute;
	bottom: 11px;
	left: 126px;	
}

p.dtb {
	position: absolute;
	bottom: 10px;
	left: 271px;
	width: 111px;
	height: 116px;	
	padding: 30px 0 0 20px;
	background: url('../img/dtb.png') no-repeat;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
}
p.dtb a, p.dtb a:hover {
	color: #FFF;
	text-decoration: none;
}


/*** MAIN CONTENT ***/
div.mainleft {
	position: relative;
	float: left;
	width: 293px;
	margin: 0;
	padding: 0 0 41px 0;
}
div.mainright {
	position: relative;
	float: left;
	width: 597px;
	margin: 0;
	padding: 0 0 50px 39px;
}
div.mainright h2 { margin-bottom: 11px; }
div.mainright p, div.homeright p { line-height: 18px; }
p.txtwrapper, div.txtwrapper { 
	width: 545px; 
	line-height: 17px;
}
div.txtwrapper ul {
	line-height: 19px;
}
img.contentphoto { padding-left: 10px; }
div.homeleft, div.homeright {
	float: left;
	width: 277px;
	margin: 0;
	padding: 41px 0 40px 39px;
}
div.homeright {
	float: right;
	width: 282px;
	padding-left: 0;
}

div.latestnews {
	width: 235px;
	margin: 36px 0 0 30px;
	line-height: 23px;
}

div.double {
	width: 825px;
	margin: 34px 0 0 38px;
	padding: 0 52px 0 18px;
}

div.nieuws { 
	position: relative;
	margin-top: 41px;
}
div.nieuws span.newsdate {
	display: block;
	padding-top: 18px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 11px;
}
div.nieuws span.first {
	padding-top: 12px;
}
div.nieuws a.readmore {
	display: block;
	margin-top: 72px;
}
div.mainleft a.rss, div.nieuws a.rss, div.mainright a.rss {
	position: absolute;
	top: 62px;
	right: 0;
}
div.nieuws a.rss {
	top: 1px;
	right: 0;
}
div.nieuwsitem h3 a:hover { text-decoration: none; }

ul.submenu {
	list-style: none;
	margin: 85px 0 0 0;
	padding: 14px 0 0 0;
	background: transparent url('../img/h2_bg.jpg') repeat-x;
	text-align: right;
}
ul.submenu li {
	margin: 0 0 10px 0;
	padding: 0 25px 0 0;
	font-size: 17px;
	font-weight: bold;
	background: transparent url('../img/arrow.jpg') center right no-repeat;
}
ul.submenu li a { color: #109BC6; }
	
div.crumble { padding: 9px 0 36px 0; }
div.crumble a { color: #000; }
div.crumble img { margin: 0 4px 0 8px; }

div.homelist { margin-top: 30px; }
div.contact_home { margin-top: 2px; }

div.intro {
	margin: 0 0 19px 0;
	font-weight: bold;
}

p.white { color: #FFF; }

ul.projectthumbs {
	list-style: none;
	width: 417px;
	margin: 0;
	padding: 5px 0 5px 0;
}
ul.projectthumbs li {
	float: left;
	padding: 0 22px 16px 0;
}

div.spotlight div.spot {
	width: 280px;
	margin: 13px 0 0 0;
}
div.spot span.date {
	display: block;
	padding: 0 0 7px 36px;
	font-size: 11px;
	text-transform: uppercase;
	background: transparent url('../img/new.jpg') top left no-repeat;
}
div.spot img { padding-bottom: 12px; }
div.spot a.readmore, div.mainright a.readmore {
	display: block;
	padding: 6px 20px 10px 0;
	font-size: 13px;
	background: transparent url('../img/arrow.jpg') 75px 9px no-repeat;
}
div.spot h3 a:hover { text-decoration: none; }

div.articles h2 { margin-bottom: 10px; }
div.articles ul {
	margin: 15px 0 0 0;
	padding: 14px 0 0 0;
	background-color: #f2f2f2;	
	list-style: none;
}
div.articles ul li {
	padding: 0 7px 14px 28px;
	background: transparent url('../img/list.jpg') 13px 9px no-repeat;
}
div.articles ul li.last {
	padding-top: 5px;
	font-size: 13px;
	background: none;
}
div.articles ul li.last a {
	color: #109BC6;
	text-decoration: underline;
}
div.articles ul li.last a:hover { text-decoration: none; }
div.articles span.title {
	display: block;
	padding-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #5699C3;
}
div.articles span.title a:hover { text-decoration: none; }

div.newsletter { margin-top: 37px; }
div.newsletter h2 { margin-bottom: 8px; }
form#nieuwsbriefform { margin-top: 12px; }
form#nieuwsbriefform input {
	float: left;
	width: 207px;
	height: 20px;
	!height: 19px;
	margin: 0;
	padding: 2px 4px 2px 6px;
	color: #666;
	font-size: 11px;
}
div.mainright form#nieuwsbriefform input {
	height: 15px;
	!height: 14px;
}
form#nieuwsbriefform #submit, button.submit  {
	float: left;
	width: 19px;
	height: 19px;
	margin: 0 0 0 7px;
	padding: 0;
	background: transparent url('../img/btn_arrow.jpg') no-repeat;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	text-indent: -99999em;
}
form#download_form button.submit {
	float: right;
	margin-right: 0;
}
form#download_form { margin-top: 17px; }

div.newsitem { margin-bottom: 5px; }
div.newsitem span.newsdate {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
}
div.mainright span.newsdate {
	display: block;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
}
div.newsitem a.agendakop {
	font-weight: bold;
	color: #109BC6;
	font-size: 17px;
}
div.newsitem div.txtwrapper {
	padding-top: 2px;
}

/*** CONTACT ***/
table.contact_data { border: none; }


/*** SUBNAV ***/
div#page_wrapper div.subnav_top {
	width: 258px;
	height: 10px;
	margin-top: 2px;
	background: transparent url('../img/subnav_top.jpg') top no-repeat;
}
div#page_wrapper ul.subnav {
	width: 258px;
	padding: 16px 0 6px 0;
	background: transparent url('../img/subnav_kader.jpg') repeat-y;
}
div#page_wrapper ul.subnav li {
	padding: 0 0 14px 32px;
	background: none;
}
div#page_wrapper div.subnav_bottom {
	width: 258px;
	height: 10px;
	background: transparent url('../img/subnav_bottom.jpg') bottom no-repeat;
}
div#page_wrapper ul.subnav li a {
	display: block;
	width: 210px;
	padding-right: 55px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
div#page_wrapper ul.subnav li a:hover, div#page_wrapper ul.subnav li a.selected {
	text-decoration: none;
	background: transparent url('../img/subnav_selected.jpg') right no-repeat;
}
div#page_wrapper ul.subnav li a.selected { color: #faad5b; }

ul#checkboxes {
	width: 577px;
	height: 13px;
	margin: 0;
	padding: 12px 10px 14px;
	list-style: none;
	background-color: #B8B8B8;	
}
ul#checkboxes li {
	display: block;
	float: left;
	height: 13px;
	padding: 0 45px 0 15px;
	background: transparent url('../img/check.gif') no-repeat 0 -13px;
	color: #F2F0F3;
	cursor: pointer;
	line-height: 13px;
}
ul#checkboxes li.checked { background-position: 0 0; }

ul.leden {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
ul.leden li {
	float: left;
	width: 198px;
	height: 105px;
}
ul.leden li a { 
	display: block;
	width: 198px;
	height: 105px;
	text-indent: -999999em; 
	outline: none;
}

div.loading { 
	height: 125px;
	background: transparent url('../img/ajax-loader.gif') center center no-repeat; 
}

div#detail_popup, div#download_popup {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 480px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #B8B8B8;
	z-index: 999;
	background-color: #FFF;
}
div#download_popup {
	width: 367px;
	padding-top: 13px;
}
div#leden_detail { width: 480px; }
div#detail_popup h4 {
	margin: 0 0 12px 0;
	padding: 0;
}
div#detail_popup div.left, div#leden_detail div.left {
	float: left;
	width: 350px;
}
div#detail_popup img.close, div#download_popup img.close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
div#download_popup img.close { top: 13px; }
div#detail_popup img.logo, div#leden_detail img.logo {
	float: right;
	margin-top: 2px;
}

ul.sitemap {
	margin: 10px 0 0 14px;
	padding: 0;
	line-height: 19px;
}


/*** SLIDESHOW ***/
div#slideshow_wrapper {
	width: 208px;
	height: 91px;
	margin: -7px 0 40px 19px;
	color: #FFF;
	font-size: 12px;
}
div#slideshow_wrapper h3 { 
	margin-left: 11px;
	color: #d2232a; 	
}
div#home-slideshow {
	height: 90px;
	margin: 0;
	padding: 1px 0 0 0;
}
div#home-slideshow div {
	height: 70px;
	margin: 0;
	overflow: hidden;
	width: 100%;
	margin: 0 0 40px 5px;
}
div#home-slideshow a.nav {
	position: absolute;
	display: block;
	width: 10px;
	height: 20px;
	margin: 0;
	outline: none;
}
div#home-slideshow a.previous {
	margin: 33px 0 0 -3px;
	background: #FFF url(../img/prev_arrow.gif) no-repeat scroll center top;
	text-indent: -999999em;
}
div#home-slideshow a.next {
	margin: 33px 0 0 204px;
	background: #FFF url(../img/next_arrow.gif) no-repeat scroll center top;
	text-indent: -999999em;
}
div#home-slideshow ul {
	width: 100%;
	height: 70px;
	margin: 7px 0 0 7px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
div#home-slideshow li {	
	float:	left;
	width: 85px;
	height: 66px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align:	center;
}


/*** CONTACT FORM / AANMELD FORM ***/
form#contact_form, form#aanmeld_form { margin-top: 10px; }
label.label {
	float: left;
	display: block;
	width: 180px;
	padding-top: 3px;
}
div#download_popup label.label { width: 106px; }
label.label_submit { display: none; }
input.text, textarea.text {
	width: 205px;
	height: 18px;
	margin-bottom: 11px;
	padding: 4px 2px 2px 2px;
	font-family: Arial,Verdana,Helvetica sans-serif;
	font-size: 11px;
	color: #666;
}
textarea.text {
	height: 100px;
	margin-bottom: 9px;
	!margin-bottom: 11px;
}
form#contact_form button.submit, form#aanmeld_form button.submit { margin-left: 372px; }


/*** FOOTER ***/
div.footer {
	position: relative;
	width: 861px;
	height: 39px;
	padding: 22px 40px 0 59px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 50px;
	background-color: #fff;
}
div.footer img { float: left; }
div.footer p {
	float: right;
	font-size: 11px;
}
div.footer a { color: #7f7f7f; }
div.footer a:hover { text-decoration: none; }


/*** Overlay ***/
div#mainOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}