body{
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 62.5%;
	background-color: #2c66d0;
}
.pic_border {
	border: 1px solid #039;
}

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

.white a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.white a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.white a:active {
	text-decoration: none;
	color: #FFFFFF;
}


.footer_links {
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer_links a:link {
	color: #B8D9FF;
	text-decoration: none;
}
.footer_links a:visited {
	text-decoration: none;
	color: #B8D9FF;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #B8D9FF;
}
.footer_links a:active {
	text-decoration: none;
	color: #B8D9FF;
}

.header_links a:link {
	color: #B8D9FF;
	text-decoration: none;
}
.header_links a:visited {
	text-decoration: none;
	color: #B8D9FF;
}
.header_links a:hover {
	text-decoration: underline;
	color: #B8D9FF;
}
.header_links a:active {
	text-decoration: none;
	color: #B8D9FF;
}



.blue a:link {
	color: #0033FF;
	text-decoration: underline;
}
.blue a:visited {
	text-decoration: none;
	color: #0033FF;
}
.blue a:hover {
	text-decoration: underline;
	color: #0033FF;
}
.blue a:active {
	text-decoration: none;
	color: #0033FF;
}

.product a:link {
	color: #FF0000;
	text-decoration: none;
}
.product a:visited {
	text-decoration: none;
	color: #FF0000;
}
.product a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.product a:active {
	text-decoration: none;
	color: #FF0000;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	/* deze heb ik gedisabled omdat de anchortag het bovenste deel van de site afkapt. overflow: hidden;  this declaration makes the .container understand where the floated columns within ends and contain them */
	background-color: #2c66d0;
	background-image: url(images/homepage/background_total.jpg);
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #2c66d0;
	background-image: url(images/homepage/header.jpg);
	height: 190px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 14px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 0px 0;
}

.footer {
	background-color: #2c66d0;
	background-image: url(images/homepage/footer.jpg);
	height: 90px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
}


.kopjes {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
	color: #d9e1f4;
	margin-bottom: 0pt;
}
.kopjesGroter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	color: #d9e1f4;
	margin-bottom: 0pt;
}
.kruimelpadje {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	color: #003399;
	margin-bottom: 0pt;
}

.kruimelpadje a:link {
	color: #7aa5f2;
	text-decoration: underline;
	font-weight: lighter;
}
.kruimelpadje a:visited {
	text-decoration: none;
	color: #7aa5f2;
	font-weight: lighter;
}
.kruimelpadje a:hover {
	text-decoration: underline;
	color: #7aa5f2;
	font-weight: lighter;
}
.kruimelpadje a:active {
	text-decoration: none;
	color: #7aa5f2;
	font-weight: lighter;
}
.platte_tekst {
	/* [disabled]background-image: url(images/homepage/huislijn.jpg); */
	/* [disabled]height: 250px; */
	/* [disabled]width: 960px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-right: 12px;
	margin-top: 20px;
	color: #9bbbf4;
}

.platte_tekst a:link {
	color: #fff;
	text-decoration: underline;
}
.platte_tekst a:visited {
	text-decoration: none;
	color: #fff;
}
.platte_tekst a:hover {
	text-decoration: underline;
	color: #fff;
}
.platte_tekst a:active {
	text-decoration: none;
	color: #fff;
}

.background_sidebar_table {
	/* [disabled]background-image: url(images/homepage/sidebar.jpg); */
	/* [disabled]background-repeat: round; */
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 230px;
}
.background_content_table {
	background-image: url(images/homepage/content.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 730px;
}

.product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #F00;
	font-weight: bold;
}
.productCATEGORIE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #425296;
	font-weight: bold;
}
.product_eigenschappen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: normal;
}
.product_plattetekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 15px;
}
.linkerkolom_plattetekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	line-height: 13px;
}

.linkerkolom_plattetekst a:link {
	color: #1f55b8;
	text-decoration: underline;
	font-weight: lighter;
}
.linkerkolom_plattetekst a:visited {
	text-decoration: none;
	color: #1f55b8;
	font-weight: lighter;
}
.linkerkolom_plattetekst a:hover {
	text-decoration: underline;
	color: #1f55b8;
	font-weight: lighter;
}
.linkerkolom_plattetekst a:active {
	text-decoration: none;
	color: #1f55b8;
	font-weight: lighter;
}
.fotobijschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: normal;
	line-height: 9px;
}
.naar_boven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	line-height: 13px;
}

.naar_boven a:link {
	color: #1f55b8;
	text-decoration: underline;
	font-weight: lighter;
}
.naar_boven a:visited {
	text-decoration: none;
	color: #1f55b8;
	font-weight: lighter;
}
.naar_boven a:hover {
	text-decoration: underline;
	color: #1f55b8;
	font-weight: lighter;
}
.naar_boven a:active {
	text-decoration: none;
	color: #1f55b8;
	font-weight: lighter;
}

.platte_tekst_waarom_ventileren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 15px;
}

.tussenkopjes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #425296;
	font-weight: bold;
}
.plattetekstvet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.alternatievenlijst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
}
.plattetekstvetgeel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #425296;
	font-weight: bold;
}
.partner-adressen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
