@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	font-family: arial, tahoma, sans-serif;
	font-size: 104%;

}

body {
	background: url(../img/back.gif) repeat-x left -32px;
	behavior: url(/templates/js/csshover.htc);
}

#container {
	margin: 0 auto;
	width: 880px;
	min-height: 260px;
}

a {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: #FA6C15;
}

input {

}

select {

}

ol {
	margin-left: 28px;
}

/* TOP NAVIGATIE */
#nav {
	background: #0a0235 url(../img/nav_bg.jpg) bottom repeat-x;
	height: 100px;
}

#nav #logo img {
	position: absolute;
	/*margin: 11px 0 0 17px;*/
	margin: 0;
	background: #000;
	padding-top: 36px;
	padding-left: 4px;
	padding-bottom: 30px;
	padding-right: 16px;
}

#nav #demo img {
	position: absolute;
	/*margin: 11px 0 0 17px;*/
	margin: 80px 0 0 720px;
}

#nav #topnav {
	position: absolute;
	top: 5px;
	margin-left: 712px;
	color: #FA6C15;
	height: 10px;
}

#nav #topnav a {
	padding: 0 8px 0 8px;
	margin: 0;
	color: white;
	height: 10px;
}

#nav #topnav a#small {
	padding: 0 0 0 8px;
	margin: 0;
}

#nav #topnav a#medium {
	padding: 0 8px 0 0;
	margin: 0;
}

#nav #topnav #large {
	padding: 0;
	margin: 0;
}

#nav #topnav a.zoeken {
	/* background-image: url(../img/zoeken_ico.gif);	background-repeat: no-repeat;	background-position: 3px 1px; */

}

#nav #topnav a.contact {
	/* background-image: url(../img/contact_ico.gif);	background-repeat: no-repeat;	background-position: 0px 1px; */

}

#nav #tabs {
	height: 56px;
	width: 629px;
	padding: 44px 0 0 148px;
	margin: 0 auto;
}

#nav #tabs li {
	float: left;
	list-style: none;
	width: 150px;
	text-align: center;
	margin-right: 1px;
	line-height: 28px;
}

#nav #tabs li a {
	display: block;
	line-height: 27px;
}

#nav #tabs li a:hover {
	text-decoration: none;
}

#nav #tabs li.active {
	background-image: url(../img/tab_active.jpg);
}

#nav #tabs li.active_big {
	background-image: url(../img/tab_active_big.jpg);
	width: 150px;
}

#nav #tabs li.active a,#nav #tabs li.active_big a {
	color: white;
}

#nav #tabs li.inactive {
	background-image: url(../img/tab_inactive.gif);
}

#nav #tabs li.inactive_big {
	background-image: url(../img/tab_inactive_big.gif);
	width: 150px;
}

#nav #tabs li.inactive a,#nav #tabs li.inactive_big a {
	color: #CDCDCD;
}

#nav #tabs li.inactive a:hover,#nav #tabs li.inactive_big a:hover {
	color: white;
}

#nav #subnav {
	height: 20px;
	margin: -28px 0 0 210px;
}

#nav #subnav li {
	float: left;
	list-style: none;
	margin-right: 20px;
	line-height: 28px;
}

#nav #subnav li a {
	display: block;
}

#nav #subnav li.active a {
	color: white;
}

#nav #subnav li.inactive a {
	color: #ccc;
}

#nav #subnav li.inactive a:hover {
	color: white;
	text-decoration: none;
}

/* HEADER */
#header {
	height: 179px;
}

/* CONTENT */
#leftnav { /* all lists */
	padding: 0;
	position: absolute;
	margin-top: -30px;
	list-style: none;
	cursor: pointer;
}

#leftnav li h1{
	font-size: 120%;
	line-height: 30px;
	padding-top:4px;
	height: 34px;
	padding-left: 13px;
}

#leftnav li {
	color: white;
	width: 200px;
	background-color: #FA6C15;
	line-height: 10px;
	/*
	line-height: 38px;
	padding-left: 13px;*/
	margin: 0;
	background-image: url(../img/arrow_dd_up.gif);
	background-repeat: no-repeat;
	background-position: 185px 15px;*/
}


#leftnav ul {

}

#leftnav li:hover {
	background-image: url(../img/arrow_dd_down.gif);
	background-repeat: no-repeat;
}

#leftnav a {
	background-image: url(../img/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 17px;
	width: 183px;
	display: block;
	padding-top: 6px;
	padding-left: 16px;
	color: black;
	text-decoration: none;
	height: 18px;
}

#leftnav a:hover {
	background-image: url(../img/arrow_white.gif);
	background-color: #b8ada2;
	color: white;
	text-decoration: none;
}

#leftnav li { /* all list items */
	list-style: none;
	float: left;
}

#leftnav li ul { /* second-level lists */
	position: absolute;
	background-color: #f3eee9;
	width: 200px;
	height: 50px;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#leftnav li ul li{ /* second-level lists */
	background-image: none;
	background-color: #F3EEE9;
	background-image: none;
}

#leftnav li:hover ul,#leftnav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	/*height: 250px;*/
	height: auto;
}

/* CONTENT LINKS */
#content #left {
	float: left;
	background: url(../img/contentleft.jpg);
	width: 200px;
	margin-top: -38px;
}

#content #left h1 {
	font-size: 130%;
	color: white;
	height: 38px;
	width: 187px;
	background-color: #FA6C15;
	line-height: 38px;
	padding-left: 13px;
	margin: 0;
}

#content #left ul {
	margin-top: 10px;
}

#content #left ul li {
	list-style: none;
	height: 23px;
	display: block;
}

#content #left ul li a {
	background-image: url(../img/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 17px;
	width: 183px;
	display: block;
	line-height: 23px;
	text-decoration: none;
	color: black;
}

#content #left ul li a:hover {
	background-image: url(../img/arrow_white.gif);
	background-color: #b8ada2;
	color: white;
	text-decoration: none;
}

/* CONTENT RECHTS met een span van 2 */
#content #left2 {
	float: left;
	width: 630px;
	margin-top: -8px;
	text-align: left;
	overflow: auto;
}

#content #left2 h2 {
	height: 8px;
	background-color: #FA6C15;
	overflow: hidden;
}

#content #left2 #content {
	padding: 16px;
}

#content #left2 #content h2 {
	margin-bottom: 10px;
	height: auto;
	background: none;
}

#content #left2 #content div { /*margin-bottom: 10px;*/

}

#content #left2 #content ul {
	margin-left: 2em;
}

#content #multi ul {
	padding: 1em;
	margin: 1em;
}

#content #left2 a.na {
	color: #195a78;
	float: right;
	margin: 4px 10px 0 0;
}

#content #left2 p {
	margin-bottom: 10px;
}

#content #left2 p a {
	color: #195a78;
}

/* CONTENT MIDDEN */
#content #mid {
	float: left;
	width: 365px;
	margin-top: -8px;
	text-align: left;
}

#content #mid h2.border {
	height: 8px;
	background-color: #FA6C15;
	overflow: hidden;
}

#content #mid #content h2 {
	padding: 10px 0 0 10px;
	height: auto;
	background: none;
}

#content #mid p {
	margin: 10px;
}

#multi {
	margin: 10px;
	text-align: left;
}

#multi a.active  , #multi a.inactive  , #multi a.inactive:hover {
	border: solid #d0d0d0 1px;
	border-bottom-color: white;
	background-color: white;
	background-image: none;
	margin-left: 5px;
	margin-top: 10px;
	padding: 0 5px;
	text-decoration: none;
	color: black;
}

#multi a.inactive {
	border: solid #d0d0d0 1px;
	background-image: url(../img/content_tab_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#multi form,#multi h2 {
	border-style: solid;
	border-color: #d0d0d0;
	border-width: 1px 0 0 0;
	padding-top: 20px;
}

form input.inp_text {
	width: 146px;
	height: 16px;
	border: 1px solid #d0d0d0;
	background-color: white;
	padding: 0 3px;
}

form select.inp_text {
	width: 180px;
	border: 1px solid #d0d0d0;
	background-color: white;
	padding: 0;
}

form textarea.inp_text {
	width: 346px;
	height: 160px;
	border: 1px solid #d0d0d0;
	background-color: white;
	padding: 0 3px;
}

form input.inp_button {
	width: 39px;
	height: 22px;
	border: 1px solid #d0d0d0;
	background-color: #575757;
	color: white;
}

form input.inp_button:hover {
	border-color: #575757;
	background-color: #d0d0d0;
	color: #575757;
	cursor: pointer;
}

/* CONTENT RECHTS */
#content #right {
	float: left;
	background-color: #f3eee9;
	width: 315px;
	margin-top: -8px;
	text-align: left;
}

#content #right h2 {
	height: 8px;
	background-color: #FA6C15;
	overflow: hidden;
}

#content #right #content h2 {
	padding: 10px 0 0 10px;
	height: auto;
	background: none;
}

#content #right a.na {
	color: #195a78;
	float: right;
	margin: 10px;
}

#content #right .nieuwsbericht {
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
	background-image: url(../img/bottom_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content #right .nieuwsbericht a {
	color: #195a78;
}

/* CONTENT RECHTS met een span van 2 */
#content #right2 {
	float: left;
	width: 680px;
	margin-top: -8px;
	text-align: left;
	overflow: auto;
}

#content #right2 h2 {
	height: 8px;
	background-color: #FA6C15;
	overflow: hidden;
}

#content #right2 #content {
	padding: 16px
}

#content #right2 #content h2 {
	margin-bottom: 10px;
	height: auto;
	background: none;
}

#content #right2 a.na {
	color: #195a78;
	float: right;
	margin: 4px 10px 0 0;
}

#content #right2 p {
	margin-bottom: 10px;
}

#content #right2 p a {
	color: #195a78;
}

/* CONTENT RECHTS bij subpagina */
#content #right3 {
	float: left;
	background-color: #f3eee9;
	width: 250px;
	margin-top: -8px;
}

#content #right3 h2 {
	height: 8px;
	background-color: #FA6C15;
	overflow: hidden;
}

#content #right3 #content {
	padding: 10px;
}

#content #right3 #content h2 {
	margin-bottom: 10px;
	height: auto;
	background: none;
}

#content #right3 a.na {
	color: #195a78;
	float: right;
	margin: 4px 10px 0 0;
}

#content #right3 p a {
	color: #195a78;
}

#content #right3 ul {
	padding: 10px 0;
	background-image: url(../img/bottom_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content #right3 ul li#dl {
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #292929;
}

#content #right3 ul li#vr {
	background-image: url(../img/vragen.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #292929;
}

#content #right3 ul li {
	list-style: none;
	line-height: 23px;
}

#content #right3 ul li a {
	background-image: url(../img/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 17px;
	width: 213px;
	display: block;
	line-height: 23px;
}

#content #right3 ul li a:hover {
	background-image: url(../img/arrow_white.gif);
	background-color: #b8ada2;
	color: white;
	text-decoration: none;
}

#content #right3 a.website {
	display: block;
	background-image: url(../img/website_gemeente.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	height: 23px;
	line-height: 11px;
	margin: 5px 0;
	padding: 3px 0 3px 40px;
	color: #887f78;
}

#content #right3 a.website:hover {
	background-image: url(../img/website_gemeente_down.gif);
	background-color: #b8ada2;
	color: white;
	text-decoration: none;
}

#content #right3 a.mail {
	display: block;
	background-image: url(../img/mail_ons.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	height: 23px;
	line-height: 23px;
	margin: 5px 0;
	padding: 3px 0 3px 40px;
	color: #887f78;
}

#content #right3 a.mail:hover {
	background-image: url(../img/mail_ons_down.gif);
	background-color: #b8ada2;
	color: white;
	text-decoration: none;
}

#content #right3 a.print {
	display: block;
	background-image: url(../img/druk_af.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	height: 23px;
	line-height: 23px;
	margin: 5px 0;
	padding: 3px 0 3px 40px;
	color: #887f78;
}

#content #right3 a.print:hover {
	background-image: url(../img/druk_af_down.gif);
	background-color: #b8ada2;
	color: white;
	text-decoration: none;
}

#content #right3 a.doorsturen {
	display: block;
	background-image: url(../img/doorsturen.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	height: 23px;
	line-height: 23px;
	margin: 5px 0;
	padding: 3px 0 3px 40px;
	color: #887f78;
}

#content #right3 a.doorsturen:hover {
	background-image: url(../img/doorsturen_down.gif);
	background-color: #b8ada2;
	color: white;
	text-decoration: none;
}

/* FOOTER */
#footer {
	clear: both;
	height: 50px;
	background: #fff url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
}

#footer #logos {
	float: left;
	margin: 20px 0 0 8px;
}

#logos .bngron {
	background: url(../img/footer_bngron.gif) no-repeat;
	float: left;
}

#logos .bndren {
	float: left;
	margin-left: 32px;
	background: url(../img/footer_bndren.gif) no-repeat;
}

#logos a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer #dp {
	float: right;
	margin-right: 4px;
	margin-top: 20px;
	color: #000;
}

#footer #dp a {
	color: #000;
}

#footer #dp a:hover {
	text-decoration: underline;
}

/* * {border: solid red 1px;margin:-1px;}*/ /* additions */
.error {
	height: 16px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	background-image: url(../img/warning.gif);
	background-repeat: no-repeat;
}

#nieuws .foto {
	float: left;
	margin: 2px 8px 8px 0;
	width: 67px;
	height: 67px;
	border: 1px solid #E3DEDA;
}

#nieuws .foto a {
	display: block;
	width: 100%;
	height: 100%;
}

#nieuws .leesmeer {
}

#content #right .nieuwsbericht .title {
	color: #000;
	line-height: 2em;
}

.archief .kop {
	padding-bottom: 4px;
}

.archief .titel {
	margin-bottom: 4px;
}

.archief .berichten {
	padding-top: 8px;
	padding-bottom: 4px;
	background-image: url(../img/bottom_border.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.archief .lead {
	border-left: 1px dotted #444;
	margin-left: 8px;
	padding-left: 8px;
	margin-bottom: 8px;
}

.archief .titel a {
	padding-left: 16px;
}

.archief .titel a.closed {
	background: url(../img/arrow_grey.gif) no-repeat 4px center;
}

.archief .titel a.open {
	background: url(../img/arrow_grey_down.gif) no-repeat 4px center;
}

.archief .leesmeer a {
	color: #195a78;
}

#tab_nieuwsbrief_form a {
	color: #195a78;
}

#popup h1 {
	font-size: 130%;
	margin-bottom: 0.5em;
}

#popup {
	padding: 20px;
}

#popup .text,#popup textarea {
	border: 1px solid #AAABAD;
	width: 200px;
}

#popup textarea {
	border: 1px solid #AAABAD;
	width: 250px;
	height: 70px;
}

#popup .form_key {
	width: 180px;
	vertical-align: top;
	padding-top: 2px;
}

#popup .recipient {
	background: #FA6C15;
	margin-bottom: 8px;
	border: 4px solid #FA6C15;
	color: #fff;
}

#popup .sender .form_key {
	padding-left: 4px;
}

#popup .submit {
	margin-top: 8px;
}

.img-shadow {
	float: left;
	background: url(../img/shadowAlpha.png) no-repeat bottom right
		!important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 9px 8px 4px 6px !important;
	margin: 9px 8px 4px 3px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	top: -6px;
	left: -6px;
	/*margin: -6px 6px 6px -6px;*/ /*padding: 4px;*/
}

#content #right3 a.collega {
	display: block;
	height: 23px;
	line-height: 23px;
	margin: 5px 0;
	padding: 3px 20px 3px 32px;
	color: #887f78;
}

#content #right3 a.collega:hover {
	background-color: #b8ada2;
	color: white;
	text-decoration: none;
}

#content #right3 a.man {
	background: url(../img/collega_man.gif) no-repeat 8px center;
}

#content #right3 a.man:hover {
	background-image: url(../img/collega_man_hover.gif);
}

#content #right3 a.vrouw {
	background: url(../img/collega_vrouw.gif) no-repeat 8px center;
}

#content #right3 a.vrouw:hover {
	background-image: url(../img/collega_vrouw_hover.gif);
}

.gmaps_loading {
	background: #fff url(../img/loading.gif) no-repeat 8px center;
	padding: 4px 4px 4px 32px;
}

#loading {
	padding: 4px 4px 4px 32px;
	border: 1px dotted #888;
	line-height: 24px;
	height: 24px;
	width: 110px;
	position: absolute;
	top: 353px;
	margin: 208px 0 0 198px;
	z-index: 10;
	filter: alpha(opacity = 75);
	-moz-opacity: .75;
	opacity: .75;
}

#info {
	background: #eee;
	background: #eee;
	filter: alpha(opacity = 93);
	-moz-opacity: .93;
	opacity: .93;
	padding: 0;
	width: 462px;
	position: absolute;
	top: 353px;
	margin-top: 34px;
	margin-left: 34px;
	z-index: 10;
	height: 432px;
	display: none;
	text-align: left;
	overflow: auto;
}

#acInput {

}

#acResults {
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	padding: 0px;
	display: none;
}

#acResults div {
	border-bottom: 1px solid #d0d0d0;
	padding: 3px;
}

#acResults .selected {
	background-color: #c0c0c0;
	color: #fff;
}

#acResults .unselected {
	background-color: #fff;
	color: #666;
}

#portalheader {
	border-bottom: 2px dotted #E4B25A;
}

#portalheader .title {
	font-size: 150%;
	padding: 40px 0 20px 0;
	color: #333;
	background: url(../img/bid_logo_klein.gif) no-repeat right center;
}

#portalheader a:hover {
	text-decoration: none;
}

#portalprov {
	font-size: 160%;
	line-height: 160%;
}

#portalkaart {
	line-height: 8px;
	float: left;
	padding: 0px 40px 40px 20px;
	margin: 20px 0 20px 0;
	border-right: 2px dotted #ccc;
}

#portalkaart img {
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}

#portallinks {
	padding: 32px 15px 0 530px;
	font-size: 110%;
}

#portallinks h2 {
	margin-bottom: 8px;
	font-size: 180%;
	color: #E4B25A;
}

#portallinks li {
	list-style: none;
	zoom: 1;
}

#portallinks li.type {
	font-weight: bold;
	color: red;
	font-size: 110%;
	color: #D4A24A;
	margin-top: 8px;
}

#portallinks li a {
	font-size: 110%;
	color: #224;
	font-weight: bold;
	line-height: 1.35em;
	text-indent: 8px;
}

#portallegenda {
	margin-top: 1em;
	color: #444;
	display: none;
}

#portallegenda span {
	font-weight: bold;
	color: #333;
}

#portallegenda .box {
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 4px;
}

#portallegenda .wmoloket {
	background: green;
}

#portallegenda .centrumjeugdgezin {
	background: red;
}

#portaltoonalles {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	font-size: 120%;
	color: #ddd;
	margin-bottom: 2em;
}

#portalcolums {
	padding-top: 20px;
}

#portalcolums h2 {
	margin-bottom: 8px;
	font-size: 180%;
	color: #D4A24A;
}

#portalcolums .type {
	font-size: 100%;
	color: #4A4AAE;
	font-weight: bold;
}

#portalcolums li {
	list-style: none;
}

#portalcolums .col {
	width: 290px;
	float: left;
}

.noportal {
	padding: 12px;
	background: #fafafa;
}

.noportal .col {
	width: 280px !important;
}

#portalcolums .col2 {
	border-left: 2px dotted #E4B25A;
	border-right: 2px dotted #E4B25A;
}

#portalcolums .col2 .padding {
	padding-left: 20px;
}

#portalcolums .col3 .padding {
	padding-left: 20px;
}

#portalcolums ul {
	margin-bottom: 1.2em;
}

#portalcolums a {
	font-size: 110%;
	color: #224;
	font-weight: bold;
	line-height: 1.35em;
}

#socialmedia {
	height: 94px;
}

#socialmedia .twitter {
	font-weight: bold;
	line-height: 16px;
	padding-left: 22px;
	background: url(../img/twitter.gif) no-repeat 0 center;
	margin-bottom: 2px;
	float: left;
}

#socialmedia .linkedin {
	font-weight: bold;
	line-height: 16px;
	padding-left: 22px;
	background: url(../img/linkedin.gif) no-repeat 0 center;
	margin-bottom: 2px;
	float: right;
}


#socialmedia a {
	text-decoration: underline;
}

#socialmedia li {
	list-style: none;
}

#socialmedia a {
	color: #000 !important;
}

#socialmedia a:hover {
	text-decoration: underline;
}