@charset "UTF-8";
/* Eenvoudige, dynamische media
   Opmerking: voor dynamische media moet u de hoogte- en breedtekenmerken voor de media verwijderen uit de HTML-code
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
}
/* IE 6 biedt geen ondersteuning voor max-width en gebruikt standaard de breedte 100% */
.ie6 img {
	width:100%;
}
.h1 {
	font-family: advent-pro;
	font-size: 56px;
	font-style: normal;
	line-height: 56px;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color: #3D4485;
}
.h2 {
	font-family: advent-pro;
	font-size: 42px;
	font-style: normal;
	line-height: 42px;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color: #c2a53a;
}

/*
	Eigenschappen van dynamisch raster van Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Geïnspireerd door "Responsive Web Design" van Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	en "Golden Grid System" van Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
/* Mobiele lay-out: 480 px en lager. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	background-color: #FFF;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.4);
}
.gridContainer2 {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	background-color: #FFF;
}
#div1 {
}
#divlogo {
	width: 24%;
	margin-left: 38%;
	text-align: center;
}
#divlogo2 {
	width: 21.0526%;
	clear: none;
	margin-left: 0%;
	padding-top: 30px;
}
#divslogan {
	width: 100%;
	clear: both;
	margin-left: 0%;
	padding-top: 2px;
	text-align: center;
}
#menubar {
	padding-top: 10px;
	width: 96%;
	margin-left: 2%;
	clear: none;
}
#divkruimelpad {
	width: 96%;
	margin-left: 2%;
	text-align: center;
	margin-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#divkolom1 {
	width: 96%;
	margin-left: 2%;
}
#divkolom2 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #2e3361;
	border-bottom-color: #2e3361;
}
#divkolom3 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2e3361;
	border-bottom-color: #2e3361;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right-style: none;
	border-left-style: none;
}
#divfooter1 {
	width: 98.4%;
	margin-left: 0%;
	text-align: center;
	font-family: advent-pro;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	padding: 1%;
	margin-bottom: 5px;
}
#divfooter2 {
	width: 98.4%;
	clear: both;
	margin-left: 0%;
	text-align: center;
	font-family: advent-pro;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	font-size: 14px;
	margin-bottom: 5px;
}
#divfooter3 {
	width: 98.4%;
	clear: both;
	margin-left: 0%;
	text-align: center;
	font-family: advent-pro;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	padding: 1%;
}
#divrotator {
	visibility: hidden;
	height: 0px;
}
#divprinshondenvoeding {
	width: 48%;
	margin-left: 0%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#divproteqverzekering {
	width: 48%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-style: none;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: none;
	margin-left: 4%;
}
#divkolom1a {
	width: 97%;
	margin-left: 2%;
	clear: both;
	text-align: center;
	margin-right: 2%;
}
#divkolom2a {
	width: 46%;
	clear: both;
	margin-left: 2%;
	margin-right: 2%;
}
#divkolom3a {
	width: 46%;
	clear: none;
	margin-left: 2%;
}
#divreclame {
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E58810;
	border-bottom-color: #E58810;
}
#divprins2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
#divproteq2 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: 2%;
}
#divprinshondenvoeding2 {
	width: 96%;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 2%;
	margin-right: 2%;
}
#divfacebook {
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2e3361;
}
#agendakolom1 {
	width: 96%;
	margin-left: 2%;
}
#agendakolom2 {
	width: 96%;
	clear: none;
	margin-left: 2%;
	text-align: left;
}
#agendakolom3 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	text-align: left;
}
#divtraining1 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	margin-right: 2%;
}
#divtraining2 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	margin-right: 2%;
}
#divbeeldtraining {
width: 47.3684%;
margin-left: 26.3157%;
}
#divinschrijf1 {
	width: 95%;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#divprins3 {
	width: 100%;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E58810;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 0%;
}
#divproteq3 {
	width: 100%;
	clear: both;
	margin-left: 0%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E58810;
}
#div_voorwaarden {
	background-color: #FFF;
	float: none;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#div1kolom {
	width: 96%;
	margin-left: 2%;
}
#divoverons1 {
	width: 70%;
	clear: both;
	margin-left: 15%;
	text-align: center;
}
#divoverons2 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	margin-right: 2%;
}
#divoverons3 {
}
#divzoeken1 {
}
#kolom2_2 {
}
#kolom2_3 {
}
#footerdiv {
	background-color: #3D4485;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 0%;
}
#divnylabone {
	text-align: center;
	width: 48%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-style: none;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	clear: both;
	border-top-width: thin;
	border-top-color: #2e3361;
	float: left;
	margin-left: 0px;
}
#divropadog {
	width: 48%;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	margin-left: 4%;
	border-top-width: thin;
	border-top-color: #2e3361;
}
#divnylabone3 {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 48%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divropadog3 {
	clear: none;
	width: 49%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
#divdogstar {
	width: 48%;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2e3361;
}
#divdogstar3 {
	text-align: center;
	width: 48%;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E58810;
	padding-top: 5px;
	padding-bottom: 10px;
}
#Div_links {
	width: 96%;
	margin-left: 2%;
	text-align: center;
	padding-top: 10px;
	margin-right: 2%;
	padding-bottom: 10px;
}
#div_links1 {
	width: 48%;
	margin-left: 2%;
	text-align: center;
}
#div_links2 {
	width: 48%;
	text-align: center;
	clear: none;
	margin-left: 2%;
}
#div_links3 {
	margin-left: 2%;
	width: 48%;
	text-align: center;
}
#div_agendakolom4 {
	width: 48%;
	text-align: center;
	clear: none;
}
#div_links4 {
	text-align: center;
	clear: none;
	width: 48%;
	margin-left: 2%;
}
#div_partners1 {
	text-align: center;
	width: 48%;
	margin-left: 2%;
}
#div_partners2 {
	text-align: center;
	width: 48%;
	margin-left: 2%;
	clear: none;
}
#div_partners3 {
	text-align: center;
	width: 48%;
	margin-left: 2%;
}
#div_partners4 {
	width: 48%;
	margin-left: 2%;
	clear: none;
}
#div_partners5 {
	text-align: center;
	width: 48%;
	margin-left: 2%;
}
#div_links5 {
	text-align: center;
	width: 48%;
	margin-left: 2%;
}
#divslogan_2 {
	width: 93%;
	margin-left: 4%;
	clear: none;
	float: left;
	text-align: center;
}
#divoverons2a {
	width: 100%;
}
#divoverons2b {
	width: 100%;
}
#divoverons2c {
	width: 100%;
}
#div_slogan2 {
	font-family: advent-pro;
	font-size: 28px;
	font-style: normal;
	line-height: 28px;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	color: #3D4485;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tabletlay-out: 481 px tot 768 px. Neemt stijlen over van: mobiele lay-out. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 96%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.4);
}
#div1 {
}
#divlogo {
	width: 12%;
	margin-left: 2%;
	text-align: center;
	padding-bottom: 10px;
}
#divlogo2 {
	width: 15%;
	clear: none;
	margin-left: 2.5641%;
	padding-top: 50px;
}
#divslogan {
	width: 78%;
	clear: none;
	margin-left: 4%;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: center;
}
#menubar {
	clear: none;
	margin-left: 0px;
	padding-top: 10px;
	width: 100%;
}
#divkruimelpad {
	width: 96%;
	margin-left: 2%;
	text-align: center;
	padding-top: 10px;
}
#divkolom1 {
	width: 97%;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}
#divkolom2 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #2e3361;
	border-bottom-color: #2e3361;
}
#divkolom3 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2e3361;
	border-bottom-color: #2e3361;
}
#divfooter1 {
	width: 98.2%;
	margin-left: 0%;
	text-align: center;
	font-family: advent-pro;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	padding: 1%;
	margin-bottom: 5px;
}
#divfooter2 {
	width: 98.2%;
	clear: both;
	margin-left: 0%;
	text-align: center;
	font-family: advent-pro;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	margin-bottom: 5px;
}
#divfooter3 {
	width: 98.2%;
	clear: both;
	margin-left: 0%;
	text-align: center;
	font-family: advent-pro;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	padding: 1%;
}
#divrotator {
	width: 96%;
	margin-left: 2%;
	visibility: visible;
	height: auto;
}
#divprinshondenvoeding {
	width: 33%;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0%;
}
#divproteqverzekering {
	width: 33%;
	clear: none;
	text-align: center;
	margin-top: 10px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	margin-left: 0%;
	margin-right: 0px;
	padding: 0px;
}
#divkolom1a {
	width: 96%;
	margin-left: 2%;
	clear: both;
	text-align: center;
}
#divkolom2a {
	width: 46%;
	clear: both;
	margin-left: 2%;
}
#divkolom3a {
	width: 46%;
	clear: none;
	margin-left: 2%;
}
#divreclame {
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E58810;
	border-bottom-color: #E58810;
}
#divprins2 {
	width: 70%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15%;
	padding-left: 15%;
}
#divproteq2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
#divprinshondenvoeding2 {
	width: 70%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 15%;
	margin-right: 15%;
}
#divfacebook {
	width: 100%;
}
#agendakolom1 {
	width: 30%;
	margin-left: 2%;
	text-align: left;
}
#agendakolom2 {
	width: 30%;
	clear: none;
	margin-left: 3%;
	text-align: left;
}
#agendakolom3 {
	width: 30%;
	clear: none;
	margin-left: 3%;
	text-align: left;
}
#divtraining1 {
	width: 54%;
	clear: none;
	margin-left: 2%;
}
#divtraining2 {
	width: 96%;
	clear: both;
	margin-left: 2%;
	margin-right: 2%;
}
#divbeeldtraining {
	width: 40%;
	margin-left: 2%;
}
#divinschrijf1 {
	width: 74.3589%;
	margin-left: 12.8205%;
}
#divprins3 {
	width: 48%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divproteq3 {
	width: 50%;
	clear: none;
	margin-left: 0%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#div_voorwaarden {
	background-color: #FFF;
	width: 75%;
	padding-right: 10px;
	padding-left: 10px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#div1kolom {
width: 74.3589%;
margin-left: 12.8205%;
}
#divoverons1 {
	width: 40%;
	clear: both;
	margin-left: 2%;
	text-align: center;
}
#divoverons2 {
	width: 96%;
	clear: none;
	margin-left: 2%;
}
#divoverons3 {
}
#divzoeken1 {
}
#kolom2_2 {
	width: 48%;
	margin-left: 0%;
}
#kolom2_3 {
	clear: none;
	width: 48%;
	margin-left: 4%;
}
#footerdiv {
	background-color: #3D4485;
	width: 100%;
	margin-left: 0%;
	margin-bottom: 5px;
}
#divnylabone {
	width: 33%;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0%;
	clear: none;
}
#divropadog {
	width: 33%;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #2e3361;
	margin-left: 0%;
	clear: both;
}
#divnylabone3 {
	width: 20%;
	text-align: center;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 16%;
	border-top-width: thin;
	border-top-color: #E58810;
}
#divropadog3 {
	width: 24%;
	clear: none;
	text-align: center;
	float: left;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-right: 0%;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E58810;
}
#divdogstar {
	text-align: center;
	width: 32%;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2e3361;
	clear: none;
}
#divdogstar3 {
	text-align: center;
	width: 24%;
	clear: none;
	float: right;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E58810;
}
#Div_links {
	width: 96%;
	margin-left: 2%;
	text-align: center;
	padding-top: 10px;
}
#div_links1 {
	width: 18%;
	margin-left: 2%;
}
#div_links2 {
	width: 18%;
	margin-left: 1%;
	clear: none;
}
#div_links3 {
	width: 18%;
	margin-left: 1%;
	clear: none;
}
#div_agendakolom4 {
	text-align: center;
	width: 22%;
	margin-left: 2%;
	clear: none;
}
#div_links4 {
	text-align: center;
	clear: none;
	width: 18%;
	margin-left: 1%;
}
#div_partners1 {
	width: 18%;
	margin-left: 2%;
	text-align: left;
}
#div_partners2 {
	clear: none;
	width: 18%;
	margin-left: 1%;
	text-align: center;
}
#div_partners3 {
	text-align: center;
	width: 18%;
	margin-left: 1%;
	clear: none;
}
#div_partners4 {
	text-align: left;
	width: 18%;
	margin-left: 2%;
	clear: none;
}
#div_partners5 {
	text-align: center;
	width: 18%;
	margin-left: 2%;
	clear: none;
}
#div_links5 {
	text-align: center;
	clear: none;
	width: 18%;
	margin-left: 1%;
}
#divslogan_2 {
	width: 70%;
	margin-left: 3%;
	clear: none;
	text-align: center;
}
#divoverons2a {
	width: 100%;
}
#divoverons2b {
	width: 100%;
}
#divoverons2c {
	width: 100%;
}
#div_slogan2 {
	font-family: advent-pro;
	font-size: 42px;
	font-style: normal;
	line-height: 42px;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	width: 100%;
	color: #3D4485;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 85%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.4);
}
#div1 {
}
#divlogo {
	width: 8%;
	margin-left: 8.4745%;
	text-align: center;
	padding-bottom: 10px;
}
#divlogo2 {
	width: 6.7796%;
	margin-left: 1.6949%;
	clear: none;
	padding-top: 35px;
}
#divslogan {
	width: 65%;
	margin-left: 10%;
	clear: none;
	text-align: center;
}
#menubar {
	clear: none;
	margin-left: 0px;
	position: relative;
	padding-top: 10px;
	width: 100%;
	z-index: 1;
}
#divkruimelpad {
	width: 83.0508%;
	margin-left: 8.4745%;
	text-align: center;
	padding-top: 10px;
}
#divkolom1 {
	width: 39.1%;
	margin-left: 8.4745%;
}
#divkolom2 {
	width: 16%;
	margin-left: 2%;
	clear: none;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #2e3361;
	border-left-color: #2e3361;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-bottom-style: none;
}
#divkolom3 {
	width: 20%;
	margin-left: 2%;
	clear: none;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2e3361;
	border-bottom-color: #2e3361;
}
#divfooter1 {
	width: 31%;
	margin-left: 0%;
	font-family: advent-pro;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 1%;
}
#divfooter2 {
	width: 31%;
	clear: none;
	font-family: advent-pro;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align: center;
	margin-left: 0px;
	padding-top: 1%;
}
#divfooter3 {
	width: 31%;
	margin-left: 0%;
	clear: none;
	font-family: advent-pro;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 1%;
}
#divrotator {
	width: 82%;
	margin-left: 9%;
	visibility: visible;
	height: auto;
}
#divprinshondenvoeding {
	width: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #2e3361;
	margin-left: 12%;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#divproteqverzekering {
	width: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2e3361;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: none;
	margin-left: 12%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#divkolom1a {
width: 23.7288%;
margin-left: 8.4745%;
clear: both;
}
#divkolom2a {
	width: 30.7%;
	margin-left: 1.6949%;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divkolom3a {
	width: 22.3%;
	margin-left: 1.6949%;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divreclame {
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E58810;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E58810;
}
#divprins2 {
	width: 18.3673%;
}
#divproteq2 {
	width: 48.9795%;
	clear: none;
	text-align: center;
	padding-top: 3%;
	margin-left: 0px;
}
#divprinshondenvoeding2 {
	width: 48.9795%;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: none;
	margin-left: 0%;
}
#divfacebook {
	width: 100%;
}
#agendakolom1 {
	width: 27%;
	margin-left: 8.4745%;
	text-align: left;
}
#agendakolom2 {
	width: 27%;
	margin-left: 1%;
	clear: none;
	text-align: left;
}
#agendakolom3 {
	width: 27%;
	clear: none;
	margin-left: 1%;
	text-align: left;
}
#divtraining1 {
	width: 82%;
	margin-left: 9%;
	clear: none;
}
#divtraining2 {
	width: 32.2033%;
	margin-left: 0%;
	clear: none;
}
#divbeeldtraining {
width: 15.2542%;
margin-left: 8.4745%;
}
#divinschrijf1 {
	width: 49.1525%;
	margin-left: 25.4237%;
	text-align: left;
}
#divprins3 {
	width: 27%;
	margin-left: 0%;
	margin-top: 5px;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divproteq3 {
	width: 35%;
	clear: none;
	margin-top: 5px;
	float: left;
	padding-top: 5px;
	text-align: center;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#div_voorwaarden {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#div1kolom {
	width: 82%;
	margin-left: 9%;
}
#divoverons1 {
width: 32.2033%;
margin-left: 8.4745%;
clear: both;
}
#divoverons2 {
	width: 82%;
	margin-left: 9%;
	clear: none;
}
#divoverons3 {
}
#divzoeken1 {
}
#kolom2_2 {
	width: 100%;
	margin-left: 0%;
}
#kolom2_3 {
	width: 100%;
	margin-left: 0%;
}
#footerdiv {
	width: 100%;
	margin-left: 0%;
	background-color: #2e3361;
	margin-bottom: 10px;
}
#divnylabone {
	width: 75%;
	padding-top: 5px;
	text-align: center;
	margin-left: 12%;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2e3361;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#divropadog {
	text-align: center;
	width: 75%;
	margin-left: 12%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2e3361;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#divnylabone3 {
	clear: none;
	width: 10%;
	margin-top: 5px;
	float: left;
	margin-right: 2%;
	margin-left: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divropadog3 {
	float: left;
	width: 10%;
	margin-top: 5px;
	padding-top: 2px;
	clear: none;
	margin-left: 0px;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divdogstar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 75%;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 12%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#divdogstar3 {
	text-align: center;
	width: 10%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Div_links {
	width: 83.0508%;
	margin-left: 8.4745%;
	padding-top: 10px;
	text-align: center;
}
#div_links1 {
	width: 15%;
	margin-left: 8.4745%;
}
#div_links2 {
	clear: none;
	width: 15%;
	margin-left: 2%;
}
#div_links3 {
	width: 15%;
	margin-left: 2%;
	clear: none;
}
#div_agendakolom4 {
	clear: none;
	width: 20%;
	margin-left: 1%;
	text-align: center;
}
#div_links4 {
	text-align: center;
	clear: none;
	width: 15%;
	margin-left: 2%;
}
#div_partners1 {
	width: 15%;
	margin-left: 8.4745%;
}
#div_partners2 {
	clear: none;
	width: 15%;
	margin-left: 2%;
}
#div_partners3 {
	clear: none;
	width: 15%;
	margin-left: 2%;
}
#div_partners4 {
	clear: none;
	width: 15%;
	margin-left: 2%;
}
#div_partners5 {
	clear: none;
	width: 15%;
	margin-left: 2%;
}
#div_links5 {
	text-align: center;
	width: 15%;
	margin-left: 2%;
	clear: none;
}
#divslogan_2 {
	clear: none;
	width: 75%;
	margin-left: 5%;
	padding-top: 0px;
	float: left;
	text-align: center;
}
#divoverons2a {
	width: 100%;
}
#divoverons2b {
	width: 100%;
}
#divoverons2c {
	width: 100%;
}
#div_slogan2 {
	font-family: advent-pro;
	font-size: 42px;
	font-style: normal;
	line-height: 42px;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	color: #3D4485;
	width: 100%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

body,td,th {
	font-family: advent-pro;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #333;
}
.body {
	font-family: advent-pro;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: 300;
	font-variant: normal;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
}
.bodyfornmulier {
	font-family: advent-pro;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: 300;
	font-variant: normal;
	color: #333;
	width: auto;
	clear: both;
	float: none;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
}

a {
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
	margin-top: 0px;
}
h1 {
	font-size: 24px;
	color: #2e3361;
	font-family: advent-pro;
	font-style: normal;
	line-height: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #3D4485;
	font-family: advent-pro;
	font-style: normal;
	line-height: 16px;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
}
h3 {
	font-size: 42px;
	color: #2e3361;
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
}

body {
	background-color: #2e3361;
}
.vanubold {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 14px;
	color: #333;
	font-style: italic;
	line-height: 18px;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	padding-left: 10px;
}
.vanuplat {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 14px;
	color: #333;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
}
