/* Algemene stijlen */
* {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
}
p {
	margin: 0;
	display: inline;
}
h1 {
	font: 12px/16px;
	font-weight: bold;
	margin: 0;
}

/* Voorpagina */
.vp h1 {
	font: 12px/16px;
	font-weight: bold;
	color: #0083c4;
	margin: 0;
}
.vp .img {
	margin: 0 0 12px;
}
.vp a {
	color: #0083c4;
	font-weight: bold;
	text-decoration: none;
}
.vp .right a {
	color: #0083c4;
}
.vijfafb {
	width: 811px;
}
.vijfafb .txt td {
	vertical-align: top;
	padding-right: 7px;
}
.vijfafb td.last {
	width: 152px;
	padding-right: 0;
}

/* Offerte form */
.offerteform {
	width: 158px;
	height: 64px;
	margin-top: 10px;
	padding: 118px 14px 0 12px;
	background: url(/images/vp/offerteform_bg.png) no-repeat;
}
.offerteform input {
	width: 158px;
	height: 22px;
	border: 0;
	color: #0083c4;
	padding: 2px 5px 0 7px;
	background: none;
}
.offerteform input.button {
	margin: 16px 0 0 7px;
	width: auto;
	height: auto;
	padding: 0;
}

/* jQuery Fancybox */
a#fancybox-left span,
a#fancybox-left:hover span {
	left: -18px;
} 
a#fancybox-right span,
a#fancybox-right:hover span {
	left: auto;
	right: -18px;
}

