@charset "utf-8";
/* ------------------------------------- Algemene styles ------------------------------------- */

* { 
	margin: 0px; 
	padding: 0px; 
}

html {
	overflow: scroll;
	overflow-x: auto;
}

body { 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	line-height: 17px;
	/*background-image: url('/img/izb-patroon.jpg');
	background-position: top center;
	background-repeat: repeat-y;*/
}

a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#news a, #footer, .footer_deel a, #db_websites a, #inspectiedienst a, #beter-leven a, #db-in-beweging a {
	text-decoration: none;	
	color: #3c3c3c;
}
#news a:hover, #db_websites a:hover, .footer_deel a:hover, #inspectiedienst a:hover, #beter-leven a:hover, #db-in-beweging a:hover {
	text-decoration: underline;	
}
#news #news-list li a:hover {
	text-decoration: none;	
}
#beter-leven h1 a, #inspectiedienst h1 a {
	color: #3B6C6E;
	display: block;
	font-size: 22px;
}
#inspectiedienst h1 a {
	color: #3C3C3C;
	background-color: #EFEFEF;
	font-size: 24px;
}
#beter-leven h1 a:hover, #inspectiedienst h1 a:hover {
	text-decoration: none;
}
#beter-leven h1 span, #inspectiedienst h1 span {
	font-size: 12px;
}

p, .p {
	padding: 5px 0;
	margin: 0;
}

img {
	border: none;
}

label {
	cursor: pointer;	
}

hr, .hr {
	clear: both;
	color: #fff; 
	background-color: #fff; 
	border: 0;
	border-top: 1px solid #eeeeee;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 1px;
	width: 100%;
}

h1, h1 a { 
	font-size: 24px;
	padding: 0 0 15px 0;
	text-decoration: none;
	color: #3c3c3c;
	line-height: 23px;
}
h2, h2 a {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 30px 0 0 0;
	text-decoration: none;	
	color: #3c3c3c;
}
h3, h3 a {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	line-height: 30px;
	background: url(../img/db-block.gif) left center no-repeat;
	text-decoration: none;	
	color: #3c3c3c;
}
h4, h4 a {
	font-size: 15px;
	font-weight: bold;
	margin: 8px 0 5px 0;
	padding: 0;
	line-height: 15px;
	background: none;
	text-transform: none;
	text-decoration: none;	
	color: #3c3c3c;
}
h1 a, h2 a, h3 a, h4 a {
	margin: 0;
	padding: 0;
	background: none;
	background-color: white;
}

.clear {
	clear: both;	
}

table tr {
	vertical-align: top;	
	line-height:20px;
}

.error {
	border: 1px solid red;	
	background-color: #FCC;
}
div.error {
	padding: 10px;
	margin: 10px 0;	
}
.errortext {
	color: red;	
}

/* ------------------------------------- Wrapper ------------------------------------- */

#wrapper { 
	margin: 0 auto;
	width: 1040px;
	padding-bottom: 70px;
	position: relative;
}

/* ------------------------------------- Hoofdmenu ------------------------------------- */
#menu {
	height: 38px;
	background: #393939;
}
#navigation {
	list-style: none;
}
#navigation li {
	float: left;
}
#navigation li.first {
	padding-left: 22px;
}
#navigation li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	text-decoration: none;
	background-position: #393939;
	background-image: url(../img/mainnav.gif);
	background-position: 0 14px;
	background-repeat: no-repeat;
	padding: 0 22px 0 17px;
	*padding: 0 21px 0 17px;
}

#navigation li ul {
	position: absolute;
	width: 280px;
	border: 1px solid white;
	margin-left: -17px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 17px;
	background-color: #393939;
	display: none;
	z-index:999;
}
#navigation li:hover ul {
	display: block;
}
#navigation li ul li {
	list-style: none;
	position: relative;
	width: 196px;
	padding-right: 0;
}

#navigation li ul li a {
	line-height: 28px;
	background-position: 0 50px;
}

/*een actief of gehovered hoofdmenu-item zonder childs*/
#navigation li.active a, #navigation li:hover a, #navigation li a:hover {
	background-position: 0 -16px;
}
/*een actief of gehovered hoofdmenu-item met childs*/
#navigation li.childs.active a, #navigation li.childs:hover a, #navigation li.childs a:hover {
	background-position: 0 -46px;
}
/*inactieve submenu-items van een actief of gehovered hoofdmenu-item zonder childs*/
#navigation li.active ul li a, #navigation li:hover ul li a, #navigation li ul li a:hover {
	background-position: 0 50px;
}
/*inactieve submenu-items van een actief of gehovered hoofdmenu-item met childs*/
#navigation li.childs.active ul li a, #navigation li.childs:hover ul li a, #navigation li.childs ul li a:hover {
	background-position: 0 50px;
}

/*actieve of gehoverde submenu-items zonder childs van een actief of gehovered hoofdmenu-item zonder childs*/
#navigation li.active ul li.active a, #navigation li:hover ul li a:hover, #navigation li ul li a:hover {
	background-position: 0 -22px;	
}
/*actieve of gehoverde submenu-items met childs van een actief of gehovered hoofdmenu-item zonder childs*/
#navigation li.active ul li.childs.active a, #navigation li:hover ul li.childs a:hover, #navigation li ul li.childs a:hover {
	background-position: 0 -46px;
}

/*actieve of gehoverde submenu-items zonder childs van een actief of gehovered hoofdmenu-item met childs*/
#navigation li.childs.active ul li.active a, #navigation li.childs:hover ul li a:hover, #navigation li.childs ul li a:hover {
	background-position: 0 -22px;
}
/*actieve of gehoverde submenu-items met childs van een actief of gehovered hoofdmenu-item met childs*/
#navigation li.childs.active ul li.childs.active a, #navigation li.childs:hover ul li.childs a:hover, #navigation li.childs ul li.childs a:hover {
	background-position: 0 -52px;
}

/* ------------------------------------- Submenu ------------------------------------- */
h1#sub-navigation-title, h1#sub-navigation-title a {
	font-size: 17px;
	margin: 20px 0 0 18px; 
	padding: 0 0 0 0;
	line-height: 50px;
	background: url(../img/db-subnavigatie_childs_active.gif) no-repeat 0 20px;
}
h1#sub-navigation-title a {
	padding: 0;	
	text-decoration: none;
}
#sub-navigation {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0 0 0 9px;
}
#sub-navigation li {
	padding: 0 0 0 18px;
	line-height: 29px;
}
#sub-navigation li a {
	text-decoration: none;
	color: #3c3c3c;
}
#sub-navigation li.childs ul {
	list-style: none;
	display: none;
}
#sub-navigation li.childs ul li {
	padding: 0 0 0 18px;
}
#sub-navigation li.active, #sub-navigation li:hover {
	background: url(../img/db-block-black.gif) no-repeat 0 10px;
}
#sub-navigation li.active {
	font-weight: bold;
}
#sub-navigation li.active ul {
	font-weight: normal;
}
#sub-navigation li.childs.active, #sub-navigation li.childs:hover {
	background: url(../img/db-subnavigatie_childs_active.gif) no-repeat 0 8px;
}
#sub-navigation li.childs.active ul, #sub-navigation li.childs.active ul li.active ul {
	display: block;
}
#sub-navigation li.childs.active ul li ul{
	display:none;
}
#sub-navigation li a.current {
	display: block;
	width: 100%;
	background: transparent url(../img/bg-subnavigatie-current.gif) center right no-repeat;
}


/* ------------------------------------- Content ------------------------------------- */
img#print-logo {
 display: none;
}

#content {
	/*width van content-box = 649px*/
	/*dus netto contentwidth: 533px*/
	padding: 0 50px 20px 36px;
	clear: both;
}
#content p img {
	margin: 6px;
	padding: 3px;
	border: solid #CCC 1px;
}
#content p.disclaimer {
	font-size:10px;
	line-height:15px;
	margin-top:15px;	
}
#content h1 {
	xpadding-left: 36px;
}
#content ul {
	list-style: outside square;
	margin: 0 0 0 30px;
	padding: 0;
}
#content ul li {
	padding: 0;
	margin: 2px 0;
}
#content ol {
	margin: 0 0 0 30px;
	padding: 0;
}
#content ol li {
	padding: 0;
	margin: 2px 0;
}
/** print knop **/
#print_knop {
	cursor: pointer;
	width: 124px;
	padding-left: 5px;
	padding-bottom: 15px;
}
#print_knop img {
	display: block;
	float: left;
}
#print_knop span {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
	padding-left: 5px;
}
#print_knop:hover span {
	text-decoration: underline;
}
/** slogans **/
#slogan {
	font-size: 11px;
	font-style: italic;
	margin: 20px 0;
	padding: 0;
}


/* ------------------------------------- Blokken ------------------------------------- */

/* ------------------- algemeen ------------------- */
.box {
	background: url(../img/box-shadow-sides.gif) top left repeat-y;
}
.box-top {
	height: 20px;
	background: url(../img/box-shadow-top.gif) top left repeat-x;
}
.box-inner {
	margin: 0 20px;	
	width: 1000px;

}
.box-bottom {
	clear: both;
	height: 20px;
	background: url(../img/box-shadow-bottom.gif) top left no-repeat;
}
.box-header {
	height: 38px;
	line-height: 38px;
	background-color: #393532;
	padding: 0 32px;
}
.box-header h2 {
	padding: 0 0 0 20px;
	line-height: 38px;
	color: #fff;
	float: left;
	background: url(../img/db-block.gif) center left no-repeat;
}
.box-header span {
	cursor: pointer;
	text-decoration: none;
	float: right;
	font-weight: bold;
	width: 115px;
	color: #fff;
	background: url(../img/bekijk-website.gif) center right no-repeat;
} 
.box-content-left {
	padding: 25px 20px 20px 32px;
	float: left; 
	width: 217px;
}
.box-content-middle {
	padding: 25px 20px 20px 20px;
	float: left; 
	width: 290px;
}
.box-content-right {
 	padding: 10px 0 20px 20px;
	float: left; 
	width: 350px;
}
.nothome {
	background: url(../img/box-shadow-sides_nothome.jpg) top left repeat-y;
}
.nothomeright {
	background: url(../img/box-shadow-sides_nothomeright.jpg) top left repeat-y;
}
.nothome #content-box {
	width: 649px;
	margin: 18px 28px 0 28px;
	float: left;
	_margin: 18px 14px 0 14px;
}


/* ------------------- hoofdblok (bovenste) ------------------- */
.box#main #header_logo {
	position: absolute;
	left: 895px; 
	top: 25px;
	z-index: 999;
	width: 127px;
	height: 127px;
}


.box#main .box-inner {
	background: url(../img/bg-box-inner.gif) top left repeat-y;
}
.nothomeright#main .box-inner {
	background: none;
}
.box#main.nothome .box-inner {
	background: none;
}

.box#main #header_word-lid {
	position: absolute;
	left: 45px; 
	z-index: 999;
	width: 83px;
	height: 83px;
}
.box#main #header_word-lid-vdd {
	display: block;
	position: absolute;
	z-index: 999;
}
/* sidebar (rechts) op homepage */
.box#main #sidebar {
	float: right;
	width: 358px;
	background-color: #efefef;
}
#sponsor #volgons {
	display: block;
	width: 175px;
	float: left;
	line-height: 40px;
}
#sponsor #volgons img {
	margin-left: 5px;
	margin-bottom: -5px;
}
#sponsor{
	margin: 35px 35px 35px 0;
	float: right;
	display: inline;
}
#sponsor img { 
	margin-left: 17px;
}
#zoeken {
	float: right;
	padding: 0 35px 20px 35px;
}
#zoeken label { 
	margin-right: 20px;
	font-size: 14px;	
	font-weight: bold;
}
#zoeken input {
	width: 170px;
}
#zoeken input.zoek_btn {
	margin-left: 10px;
	width: 23px;
	height: 23px;
	background: url(../img/zoek-btn.gif) center no-repeat;
	border: 0px;
	cursor: pointer;
}
#movie_db {
	padding: 35px;
}
#movie_db img { 
	border: 10px solid #fff;
}
#news-archief {
	padding: 0 35px 35px 35px;
}
#news-archief ul {
	margin-top: 20px;
	list-style-type: none;
}
#news-archief ul li {
	clear: both;
}
#news-archief ul li a {
	text-decoration: none;	
	cursor: pointer;
}
#news-archief ul li a span.newsdate {
	color: #8f8f8f;
	width: 42px;
	float: left;
	clear: both;
}
#news-archief ul li a span.newstitle {
	width: 240px;
	float: left;
	padding: 0 0 10px 0;
	color: #3c3c3c;
}
#news-archief a.meer {
	clear: both;
	color: #3c3c3c;
	text-decoration: none;
}
#news-archief a.meer:hover, #news-archief ul li a:hover,#news-archief ul li a:hover span {
	text-decoration: underline;
}

#home-main-footer {
	padding: 60px 0 10px 35px;	
}
#home-main-footer a {
	font-weight: bold;
	text-decoration: none;
	color: #3c3c3c;
}
#home-main-footer a:hover {
	text-decoration: underline;
}
#home-main-footer span {
	color: #060;	
}

#banner-word-lid {
	float: right;
	margin: 0px;
	padding: 0 30px 0 0;
}

/* nieuws */
.box#main #news { 
	margin: 35px 25px 30px 35px;
	padding-left: 20px;
	width: 545px;
	height: 315px;
	background-color: #efefef;
	border: 1px solid #d1d1d1;
}
.box#main #news #news-items{ 
	padding: 35px 15px 0 0;
	width: 270px;
	float: left;
	overflow: hidden;
	line-height: 15px;
}

.box#main #news #news-items .news-item h1{ 
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}
.box#main #news .news-item {
	margin: 0 0 0 0;
	width: 270px;
	float: left;
}
.box#main #news .news-item p {
	padding-bottom: 10px;
}
.box#main #news .news-item p img {
	float: left;
	margin: 3px 5px 3px 0;
}
.box#main #news #news-list {
	float: right;
	list-style-type: none;
	width: 222px;
	padding: 25px 25px 10px 0;
	background-color: #efefef;
}
.box#main #news #news-list li {
	margin: 0 0 6px 0;
	font-size: 12px; 
	font-weight: bold;
	line-height: 16px;
	background-color: #efefef;
}
.box#main #news #news-list li a {
	display: block;
	padding: 5px 10px 5px 5px;
	width: 207px;
	margin: 8px 0;
	background-color: #fff;
	height: 48px;
	border-right: 10px solid #e0e400;
}
.box#main #news #news-list li a:hover, .box#main #news #news-list li a.active { 
	background-color: #e0e400;
}
.box#main #news #news-list li span {
	font-size: 10px;
	display: block;
}

/* Banners */
.box#main #banners {
	overflow: hidden;
	padding: 15px 0 0 35px;
	width: 570px;
}
.box#main #banners .optie2hoog img {
	float: left;
	height: 320px;
	margin: 0 20px 20px 0;
}
.box#main #banners .optie1hoog img {
	float: left;
	height: 150px;
	margin: 0 20px 20px 0;
}
.box#main #banners .optie1breed { 
	float: left;
	width: 177px;
	margin: 0 20px 20px 0;
	_margin: 0 0 19px 0; 
}
.box#main #banners .optie2breed {
	float: left;
	width: 373px;
	margin: 0 20px 20px 0;
	_margin: 0 0 19px 0; 
}
.box#main #banners .optie3breed {
	float: left;
	width: 570px;
	margin: 0 20px 20px 0;
	_margin: 0 0 19px 0; 
}
.nothome#main #sidebar #banners {
	width: 250px;
	float: left;
}
.nothome#main #sidebar #banners img{
	float: left;
	margin: 0 20px 20px 0px;
}


/* ------------------- ik zoek baas ------------------- */
.box#ik-zoek-baas h4 {
	margin: 2px 0 4px 0;
	font-size: 18px;
	text-transform: uppercase;
}
.box#ik-zoek-baas h4 span {
	color: #7f7f7f;
	font-weight: bold;
	font-size: 18px; 
	text-transform: uppercase;
	line-height: 30px;
}
.box#ik-zoek-baas h4 a {
	font-size: 14px;
	color: #434343;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
#zoek-dier h2 {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	margin: 13px 13px 10px 0;
	padding: 0;
	line-height: 20px;
}
#zoek-dier img.header {
	margin: 0;
}
.meer {
	font-weight: bold;
	float: right;
}
.box#ik-zoek-baas a.ik-zoek-baas-foto {
	display: block;
	height: 80px;
	margin-bottom: 5px;
}
.box#ik-zoek-baas p {
	height: 40px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
.box#ik-zoek-baas .box-content-left {
	width: 190px;
	padding: 15px 25px 15px 35px;
}
.box#ik-zoek-baas .box-content-middle {
	padding: 10px 0 0px 0px;
	width: 260px;
	margin-right: 40px;
}
.box#ik-zoek-baas .box-content-right {
	padding: 10px 180px 0px 0px;
	width: 260px;
	background: url(../img/bg-ik-zoek-baas.jpg) bottom right no-repeat; 
}	
.box#ik-zoek-baas #zoek-dier {
	width: 158px;
	height: 195px;
	padding: 10px;
	background-color: #FF5400;
}
.box#ik-zoek-baas #zoek-dier span { 
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 14px 0 0 0;
}
#zoek-dier .filterlist {
	color: #232323;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 17px;
}
#zoek-dier .filterlist li {
/*	list-style: none;*/
}
#zoek-dier .filterlist li a {
	color: #fff;
}
#zoek-dier .filterlist a.active, #zoekdier .filterlist a:hover {
	text-decoration: underline;
}
.filterlist {
	list-style: outside;
	line-height: 20px;
	color: #ccc;
	margin: 10px 0;
}
.filterlist a {
	line-height: 20px;
	text-decoration: none;
}
.filterlist a:hover {
	line-height: 20px;
	text-decoration: underline;
}
/*.box#ik-zoek-baas #zoek-dier table {
	margin: 10px 0 0 0;
}
.box#ik-zoek-baas form#zoek-dier table tr td {
 	height: 20px;
}
.box#ik-zoek-baas form#zoek-dier table tr td.labelkolom {
 	height: 20px;
	width: 60px;
}
.box#ik-zoek-baas form#zoek-dier label {
	color: #fff;
	padding: 0 0 0 5px;
}
.box#ik-zoek-baas form#zoek-dier input#submitbtn {
	background: #FFF;
	font-weight: bold;
	padding: 2px;
	margin-top: 55px;
	border: 0px;
	float: left;
	cursor: pointer;
}*/

/* ------------------- inspectiedienst ------------------- */
.box#inspectiedienst .box-inner {
	background: url(../img/bg-box-inner.gif) top left repeat-y;
}

.box#inspectiedienst .box-content-left,.box#inspectiedienst .box-content-middle, .box#inspectiedienst .box-content-right {
	height: 197px;
}
.box#inspectiedienst .box-content-left {
	background: red url(/img/bg-inspectiedienst.jpg) top left no-repeat; 
	width: 254px;
}
.box#inspectiedienst .box-content-middle {	
	margin-left: 10px;
}
.box#inspectiedienst .box-content-right {
	width: 315px;
}
.box#inspectiedienst .box-content-middle ul  {
	list-style: square;
	margin: 0 0 10px 13px;
}
.box#inspectiedienst .box-content-right p img {
	float: left;
	margin: 3px 8px 3px 0;
}
/*-------------------- beter leven ----------------------- */
#beter-leven-left {
	float: left;
	width: 758px;
	background-color: #FFF;
	height: 242px;
}
/*#bl-left-left {
	float: left;
	width: 250px;
	padding-left: 36px;
	padding-top: 25px;
}*/
#bl-left-left {
	float: left;
	width: 250px;
	padding-right: 25px;
}
#bl-left-right {
	float: left;
	width: 401px;
	padding-top: 25px;
	padding-right: 35px;
	padding-left: 35px;
}
#bl-left-right h1 {
	color: #3b6c6e;
	font-style: italic;
	font-size: 22px;
}
#beter-leven-right {
	float: left;
	/*background-color: #3b6c6e;*/
	width: 178px;
	height: 179px;
	padding-top: 60px;
	padding-left: 10px;
}
#beter-leven-right a.meer {
	color: #FFF;
	margin-left: 10px;
	margin-top: 20px;
	float: none;
	display: block;
}

/* ------------------- kids for animals ------------------- */
.box#kfa .box-content {
	xbackground: url(../img/kids-for-animals-ikki-bg.jpg) top left repeat;
	xmin-height: 240px;
	x_height: 240px;
}
/*.box#kfa .box-content .box-content-left {
	width: 580px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.box#kfa .box-content .box-content-right {
	width: 345px;
	float: left;
	margin: 0px;
	padding: 0px;
}*/


/* beter leven */
.box#beter-leven .box-content-left {
	width: 585px;
}
.box#beter-leven .box-content-left  img {
	float: left;
	margin: 0 30px 55px 0;
	
}
.box#beter-leven .box-content-right {
	width: 345px;
	padding: 10px 0 0 15px;
}

/* ------------------- dierenbescherming in beweging ------------------- */
.box#db-in-beweging .box-inner {
	background: none;	
}
.box#db-in-beweging .video {
	background-color: #e8e8e8;
	height: 178px; 
	width: 280px;
	float: left;
	display: inline;
	margin: 33px 0 33px 45px;
}
.box#db-in-beweging .first {
	margin: 33px 0 0 35px;
}
.box#db-in-beweging .video p {
	font-size: 18px;
	margin: 10px 0 8px 20px;
}
.box#db-in-beweging .video img.videoimg {
	margin: 0 0 5px 20px;
}

/* ------------------ juno blok ----------------------------------------*/
.box-content #juno-video {
	float: left; 
	width: 327px; 
	padding-left:46px;
	padding-right:0;
	padding-top:22px;
}
.box-content #geel-block a, .box-content #geel-block {
	width: 321px; 
	height: 242px; 
	display: block;
}
.box-content #geel-block {
	float: left; 
}
/*.box-content #geel-block h2 {
	padding-top: 0;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.box-content #geel-block p {
	font-size: 17px;
}*/

/* ------------------------------------- Formulieren ------------------------------------- */
#content form {
	padding: 10px 0;
}
#content form table tr{
	line-height: 24px;	
}
#content input, #content form select {
	height: 20px;	
	line-height: 20px;
	padding: 0;
	margin: 0;
}
input[type=checkbox], input[type=radio], #content input[type=checkbox], #content input[type=radio] {
	height: 24px;	
}
#content input[type=submit] {
	height: auto;
}
#content input[type=text], #content textarea {
	width: 250px;
	border: 1px solid #cccccc;
}
#content form select {
	border: 1px solid #cccccc;
	width: 252px;
}
#content form select#geboortedatum_dag, #content form select#geboortedatum_dag_betaler{
	width: 43px;
}
#content form select#geboortedatum_maand, #content form select#geboortedatum_maand_betaler{
	width: 103px;
}
#content form select#geboortedatum_jaar, #content form select#geboortedatum_jaar_betaler{
	width: 100px;
}
#content textarea, #content input {
	_width: 250px;
	border: 1px solid #cccccc;
}
#content input.netnummer {
	width: 30px;
}
#content input.telefoon-zonder-netnummer {
	width: 208px;
}
#content input[type=text]:focus {
	background-color: #FFC;
}
#content input#input_straat_gever {
	width: 149px;
	margin-right: 2px;
}

#content input[type=text]#input_huisnummer, #content input#input_huisnummer, #content input#input_huisnummer_gever, #content input#input_postcode, #content input[type=text]#input_huisnummer_nieuw, #content input#input_huisnummer_nieuw, #content input#input_postcode_nieuw {
	width: 92px;
	margin-right: 2px;
}
#content input[type=text]#input_huisnummer.bedrijfslidmaatschap, #content input#input_huisnummer.bedrijfslidmaatschap, #content input#input_toev.bedrijfslidmaatschap, #content input[type=text]#input_huisnummer_nieuw.bedrijfslidmaatschap, #content input#input_huisnummer_nieuw.bedrijfslidmaatschap, #content input#input_toev_nieuw.bedrijfslidmaatschap { /*}#content input#input_postcode {*/
	width: 123px;
}
#content input#input_huisnummer.bedrijfslidmaatschap, #content input#input_huisnummer_nieuw.bedrijfslidmaatschap {
	width: 123px;
}
#content input#input_huisnummer, #content input#input_huisnummer_gever, #content input#input_huisnummer_betaler, #content input#input_postcode, #content input#input_postcode_betaler, #content input#input_huisnummer_nieuw, #content input#input_postcode_nieuw {
	width: 92px;
	margin-right: 2px;
}
#content input#input_postcode.bedrijfslidmaatschap, #content input#input_postcode_nieuw.bedrijfslidmaatschap {
	width: 250px;
}

#content input#input_toev, #content input#input_toev_nieuw, #content input#input_toev_betaler {
	width: 58px;
	_width: 54px;
}

#content form table tr td input.radio {
	height: 24px;
	width: 13px;
	border: 0;
}
#content input.checkbox {
	height: 13px;
	width: 13px;
	border: 0;
}
#content form input.submit {
	font-size: 14px;
	width: 120px;
	height: 24px;
	_font-size: 14px;
	_width: 120px;
	_height: 24px;
}
.lidworden-submit {
	display: block;
	text-indent: -9999px;
	width: 428px;
	height: 60px;
	border: 0px;
	cursor: pointer;
	background: url(../img/steunons.png) top left no-repeat;
}

#content select.select_bedrag {
	width: 65px; 
	height: 21px;
}
span.searchlink {
	color: #999;	
}
/* nieuws */
div.newsitem {
	border-bottom: 1px solid #eeeeee;	
	margin-bottom: 20px;
}

div.newsitem .newsdate {
	color: #8e8e8e;
	display: block;
	text-align: right;
}
div.newsitem .newstitle {
	clear: right;
	margin-left: 100px;
	padding-top: 10px;
}
div.newsitem .newscontent {
	padding-top: 10px;
}
div.newsitem .newscontent .newsimg {
	width: 100px;
	float: left;
}
div.newsitem .newscontent .newstext {
	float: right;
	width: 430px;
}

div.newsitem .newscontent .newsaddthis {
	float: right;
	width: 430px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.newsitem .newscontent .newsaddthis .addthis_button_hyves {
	float: right;
	padding-right: 2px;
}

div.newsitem .newscontent .newsaddthis .addthis_button_facebook {
	float: right;
	padding-right: 2px;
}

div.newsitem .newscontent .newsaddthis .addthis_button_twitter {
	float: right;
	padding-right: 2px;
}

div.newsitem .newscontent .newsaddthis .addthis_button_favorites {
	float: right;
	padding-right: 2px;
}

div.newsitem .newscontent .newsaddthis .addthis_button_digg {
	float: right;
	padding-right: 2px;
}

div.newsitem .newscontent .newsaddthis .addthis_button_delicious {
	float: right;
	padding-right: 2px;
}

.nothome#main #content-box div.newsitem .newscontent .newstext p img {
	float: none;
}
div.newsitem .newsfooter {
	clear: both;
	padding: 10px 0 10px 100px;
}
#main.nothome #content-box #content div.newsitem .newsfooter a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
#main.nothome #content-box #content div.newsitem .newsfooter a:hover {
	text-decoration: underline;	
}

a.newsrow {
	display: block;
	clear: both;	
}
#main.nothome #content-box #content a.newsrow, #main.nothome #content-box #content a.newsrow span {
	text-decoration: none;
	color: #3c3c3c;
	line-height: 20px;
}
#main.nothome #content-box #content a.newsrow:hover, #main.nothome #content-box #content a.newsrow:hover span {
	text-decoration: underline;	
}
#main.nothome #content-box #content a.newsrow span.newsdate {
	color: #8e8e8e;
	display: block;
	float: left;
	width: 80px;
}
#main.nothome #content-box #content a.newsrow span.newsdate.small {
	width: 50px;	
}
#adressen-searchcol {
	width: 	248px;
	float: left;
}

#adressen-resultscol {
	/*cont = 533px*/
	width: 285px;
	float: right;
}
.checks {
	width: 30px;
	padding-right: 5px;
	float: left;
	padding-top: 10px;
}
#main.nothome #content-box #content .checks img {
	margin: 0 0 0 2px;
	display: block;
	float: right;
}
.address {
	width: 	250px;
	float: right;
	clear: both;
	padding-bottom: 10px;
}
.checks.legenda {
	padding-top: 3px;	
}
.legenda-item {
	width: 	250px;
	float: right;
	line-height: 16px;
}

ul#adressenopties a {
	text-decoration: none;
	font-weight: normal;
}
ul#adressenopties a:hover {
	text-decoration: underline;
}

.vacatureitem {
	display: block;
	border-bottom: 1px solid #eeeeee;	
	text-decoration: none;
	padding: 5px;
}
a.vacatureitem div {
	background: #fff url('/img/vacature-plus.gif') right center no-repeat;
}
.vacatureitem h4.location {
	color: #bbbbbb;
}
a.vacatureitem:hover, a.vacatureitem:hover div {
	background-color: #eeeeee;
	text-decoration: none;
}
.vacature-content {
	padding: 5px;	
}
#nieuwsbrief_form {
	margin-top: 40px;
}
#nieuwsbrief_form form {
	margin-top: 30px;
}
#nieuwsbrief_form #nieuwbsrief_radio_buttons {
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
}
#nieuwsbrief_form #nieuwbsrief_radio_buttons span {
	margin-right: 15px;
	margin-right: 15px;
}
#nieuwsbrief_form #nieuwbsrief_radio_buttons span input {
	width: 20px;
}
#content #nieuwsbrief_message {
	margin-top: 20px;
}
#word-collectant-banner {
	width: 540px;
	text-align: center;
}

.doe-mee-img {
	float:left;
	width:170px;
}
.doe-mee-content {
	float:right;
	width:360px;
	padding-top:15px;
}
.doe-mee-text {
	height:100px;
}

/* vervolg pagina's */
/*sidebar*/
.nothome#main #sidebar {
	float: left;
	width: 295px;
	background: #e6e6e6;
} 
.nothomeright#main #sidebar-right {
	float: right;
	width: 295px;	
} 

.nothome#main #sidebar #gift {
	padding: 20px 0 0 0; 	
}
.nothome#main #sidebar #db_websites {
	background-color: #3c3c3c;
	margin: 0 0 35px 0;
	padding: 15px 0 15px 0;
}
.nothome#main #sidebar #db_websites p {
	margin: 0 0 0 35px;
	color: #e0e335;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.nothome#main #sidebar #db_websites ul {
	list-style: none;	
	font-weight: bold;
}
.nothome#main #sidebar #db_websites ul li {
	margin: 10px 0 10px 35px;
	padding: 0 0 0 25px;
	height: 20px;
	background: url(/img/bekijk-website.gif) top left no-repeat; 
}
.nothome#main #sidebar #db_websites ul li a {
	color: #fff;
}
/*contentbox*/
.nothome#main #content-box p img {
	float: left; 
	margin: 2px 5px 2px 0;
}
.nothomeright#main #content-box.left-content {
	margin: 0;
	float: left;
    width: 700px;
}
.nothomeright#main #content-box.left-content #content {
	border-right: 2px solid #F8F8F8;
	padding: 15px 20px 20px 36px;
}
#content-box .breadcrums {
	border-bottom: 1px solid #eeeeee;
	list-style: none;
	overflow: hidden;
	width: 610px;
	padding: 0 0 0 36px;
	margin-bottom: 20px;
	clear: both;
}

#content-box.left-content .breadcrums {
   	border-right: 2px solid #F8F8F8;
	border-bottom: 2px solid #F8F8F8;
	clear: both;
    list-style: none outside none;
    overflow: hidden;
    padding: 5px 0 0 36px;
	margin: 0px;
	width: 663px;
}

#content-box .breadcrums li {
	float: left;
	background: url(../img/kruimel.gif) top left no-repeat;
	padding: 0 5px 0 17px;
	line-height: 22px;
}
#content-box .breadcrums li.first {
	padding: 0 7px 0 0;
	background: none;
}
#content-box .breadcrums li a {
	color: #9d9d9d;
	font-size: 11px;
	text-decoration: none;
}
#content-box .breadcrums li a:hover {
	color: #9d9d9d;
	text-decoration: underline;
}

.nothome #content-box #zoeken label { 
	margin-right: 20px;
	font-size: 14px;	
	font-weight: bold;
}
.nothome #content-box #zoeken input {
	width: 170px;
}
.nothome #content-box #zoeken input.zoek_btn {
	margin-left: 10px;
	width: 23px;
	height: 23px;
	background: url(../img/zoek-btn-vervolg.gif) center no-repeat;
	border: 0px;
	cursor: pointer;
}

.ajax-error {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 225px;
	height: 22px;
	border: 1px solid red;
	padding-left: 25px;
	background-color: #ffe1e2;
}

.td-error {
	color: red;
}

#content input.radio {
	height: 14px;
}

#content select.select_bedrag {
	width: 130px; 
	height: 21px;
}

h1 span { 
	font-size: 12px;
	display: block;
}

/* footer */
#footer { 
	float:none;
	margin:20px 0 0 20px;
}
#footer p a { 
	font-weight: bold; 
}
#footer p a:hover { 
	text-decoration: underline; 
}
#footer p span { 
	font-weight: bold; 
	color: #8edb00;
	margin: 0 5px;
}
.nothome#main #footer { 
	background-color:#3C3C3C;
	clear:both;
	height:156px;
	padding:0 0 0 0;
	width:1000px;
}
.nothome#main #footer ul.footer_deel {
	float: left; 
	display: inline;
	height: 146px;
	margin: 0 34px 0 42px;
	*margin: 0 35px 0 42px;
}
.nothome#main #footer ul.footer_deel li {
	list-style: none;
}
.nothome#main #footer ul.footer_deel li.title {
	padding: 0 0 0 10px;
	list-style: none;
	font-weight: bold;
	color: #FFF;
	margin: 23px 0 10px 0;
}
.nothome#main #footer ul.footer_deel li a {
	list-style: none;
	background: url(../img/footer-navigation-block.gif) top left no-repeat;
	padding: 0 0 0 10px;
	color: #aeaeae;
	line-height: 19px;
}
.png {
	xbehavior: url(iepngfix.htc);
} 

/* styles voor huisdierentest */
.classForm label {
	font-size:			12px;
}
#zonnetje_caroussel {
	
}


/* Subtitels */
.subtitels {
	display:block;
	clear:both;
}
.subtitel {
	display:block;
	float:left;
	width: 158px;
	margin: 0 5px 0 0;
	text-align:center;
	font-size: 10px;
	font-style:italic;
	color: #999;
}
p.koffietijd {	
	line-height: 20px;
	border: 0px !important;
}
.koffietijd-logo {
	float: left;
	display: inline;
	margin: 10px 5px 10px 0px; 
	width: 120px;
}
/* Polls */
#poll {
	background-color:#F0F0F0;
	display:table;
	padding: 10px;
}
#poll h2 {
	padding: 0 0 0 0;
}
#content .votes {
	display:block;
	float:left;
	clear:both;
	width: 400px;
	margin: 4px 4px 8px 4px;
}

#content .votes input.radio {
	width:auto;
	height:auto;
	margin: 0 5px 0 0;
	padding:0;
	border: none;
	padding: 2px;
	float:left;
	display: block;
	
}

#content .an{
	display:block;
	float:left;
	margin: 0 2px 0 0;
}
#content .ansmall{
	display:block;
	float:left;
	width: 25px;
}

#content .swer {
	display:block;
	float:left;
	margin: 0 8px 0 3px;
}

#content .answer{
	display:block;
	float:left;
	width:340px;
}
#content .full{
	width: 360px;
}

#content .formvote {
	margin-top: 10px;
}

#content .vote {
	width: 400px;
	float:left;
	display:block;
	clear:both;	
}
#content .voteleft {
	display:block;
	float:left;
	width:5px;
	background-color: #E0E335;
	height: 5px;
	cursor:help;
}
#content .voteright {
	display:block;
	float:left;
	background-color: #E0E335;
	border: 1px solid #999999;
	height: 10px;
	cursor:help;
}
#content .perc{
	display:block;
	float:left;
	line-height: 11px;
	font-size: 11px;
	margin-left: 5px;
}
#poll .submit {
	background-color: #FFF;
	cursor: pointer;
}
#content .archives {
	display: block;
	clear:both;
	margin: 10px 0 0 0;
	float:left;	
}
/* Notification blocks */
.successmessage {
	display: block;
	border: 0px solid #2a9918;
	color: #2a9918;
	padding: 10px 10px 10px 30px;
	background: url('../img/icon-succes.gif') 5px 9px no-repeat;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: normal;
	font-weight: bold;
}
.warningmessage {
	display: block;
	border: 1px solid #d2a406;
	color: #d2a406;
	padding: 10px 10px 10px 35px;
	background: url('../img/icon-warning.gif') #f7fac6 10px 10px no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: normal;
}
.errormessage {
	display: block;
	border: 1px solid #a51d1d;
	color: #a51d1d;
	padding: 10px 10px 10px 35px;
	background: url('../img/icon-error.gif') #fcebeb 10px 10px no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: normal;
}
.notification {
	margin-top: 20px;
	margin-top: 10px;
	display: block;
	border: 1px solid #d2a406;
	color: #d2a406;
	background-color: #f7fac6;
	padding: 10px;
	clear: both;
	text-align: center;
}
.notification a {
	color: #d2a406;
}

.petitie-box {
	border: 1px solid #e0e400;
	padding: 5px 15px;
	margin-bottom: 20px;
}
.petitie-box h3 {
	margin-bottom: 10px;
	margin-left: 75px;
	padding-left: 25px;
}
.petitie-text {
	border-bottom: 1px solid #eee;
	padding: 5px;
}
.petitie-text span {
	float: right;
}
.disabledbtn {
	background: url(/img/spinner.gif) no-repeat center;
}

.gallery-images {
    background-color: #f7f7f7;
    display: table;
    float: left;
    height: 110px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    text-align: center;
    width: 150px;
}
.gallery-centered {
    display: table-cell;
    vertical-align: middle;
}
.header-buttons {
	position: absolute;
	left: 53px;
	z-index: 11;
}
.header-buttons .button img {
	margin-right: 15px;
	float: left;
}
.header-buttons .button span {
	padding-top: 12px;
	float: left;
}
.header-buttons .button {
	display: block;
	padding: 6px;
	width: 340px;
	height: 66px;
	background: url(/img/bg-header-buttons.png) bottom left no-repeat;
	_background: url(/img/bg-header-buttons.gif) bottom left no-repeat;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	color: #393939;
	text-decoration: none;
	position: relative;
}
.header-buttons .button:hover {
	background: url(/img/bg-header-buttons-hover.png) bottom left no-repeat;
	_background: url(/img/bg-header-buttons-hover.gif) bottom left no-repeat;
	text-decoration: none;
}
.header-buttons .button span.clicktext {
	position: absolute;
	bottom: 11px;
	right: 27px;
	font-size: 11px;
}

/* stanpunten styling */
#hotitems{
    border: 1px solid #D1D1D1;
    background-color: #EFEFEF;
    padding: 10px;
}

.standpunt ul li span{
    cursor: pointer;
    margin-top:0;
}

#zoekstanpunten{
    height: 35px;
    width: 560px;
}
#zoekstanpunten form,#zoekstanpunten form label{
    float:left;
}
.vddHeaderBlok {
	position: absolute;
	top: 0px;
	left: 530px;
	background-color: #fff;
	padding: 30px 25px 10px 25px;
	z-index: 100;
	line-height: 20px;
	width: 290px;
	height: 310px;
}
.vddHeaderBlok p {
	width: 290px;
	padding: 0px;
	line-height: 20px;
}
.vddHeaderBlok strong {
		font-size: 17px;
		color: #00696e;
}

.standpunt.column{
    width:280px;
    float:left;
}

.standpuntbox li {
    list-style: disc;
}

.standpuntbox li ul li {
    list-style: square;
}

.faq-titel h3{
    line-height: 16px;
    margin-bottom: 15px;
    background: url("../img/db-block.gif") no-repeat scroll left 3px transparent;
    float:left;
    height: auto;
    width:535px;
}
.faq-content{
        float:left;
}

#sidebar-banner {
	padding: 0 0 35px 35px;
}

/* ======= SUCCESSEN PAGINA ============== */
#successen {
	width: 560px;
	padding-top: 20px;
}
#successen div {
	padding: 20px; 
}
#successen div.clear {
	padding: 0px;
}
#successen div h2 {
	padding: 0px 0px 10px 0px;
}
#successen div img {
	margin: 5px 0px;
}
#successen div ul li {
	margin-bottom: 10px;
}
#successen .green { background-color: #e2e417; }
#successen .lightgreen { background-color: #fafae4; }
#successen .gray { background-color: #ccc; }
#successen .lightgray { background-color: #eeeeee; }
#successen .small { 
	width: 240px; 
	height: 400px; 
	float: left; 
}
#successen .left { 
	width: 240px; 
	float: left; 
}
#successen .double { 
	/*
	width: 240px; 
	height: 660px; 
	*/
	width: 520px; 
	height: 190px; 
	margin: 10px 0; 
}
#successen .extra { 
	width: 240px; 
	height: 195px; 
	float: right; 
}
#preview {
	margin: 35px 0 0 8px;
}
#preview a {
	margin-left: 8px;
}


