@charset "utf-8";
/* CSS Document */


/* ------------------------------ Algemeen ------------------------------ */

html {
	background-image: url(../images/layout/bgHTML.png);
	_background-image: url(../images/layout/bgHTML.gif);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-color: #161616;
}

body {
	color: #1d1d1d;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 14px;
}

h1 {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 15px 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: "EurostileRegular", Arial, sans-serif;
	font-size: 13.5pt;
	display: block;
}

h1.orange {
	background-color: #fd6500;
}

h2 {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 15px 0px;
	background-color: #034972;
	color: #ffffff;
	font-family: "EurostileRegular", Arial, sans-serif;
	font-size: 13.5pt;
	display: block;
}

h2.orange {
	background-color: #fd6500;
}

h3 {
	padding: 0px 0px 15px 0px;
	color: #034972;
	font-family: "EurostileRegular", Arial, sans-serif;
	font-size: 13.5pt;
	line-height: 17px;
}

h4 {
	padding: 0px 0px 10px 0px;
	color: #fd6500;
	font-size: 10pt;
}

h5 {
}

h6 {
}

p {
	padding: 0px 0px 15px 0px;
}

.mainContent ul {
	padding: 0px 0px 15px 0px;
}

.mainContent ul li {
	padding: 0px 0px 0px 20px;
	background-image: url(../images/layout/ulMainContent.png);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

ol {
	padding: 0px 0px 15px 0px;
}

ol li {
	padding: 0px 0px 0px 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #0466a2;
	text-decoration: none;
}

a:hover {
	color: #01386d;
}

a.btnBlue {
	width: 150px;
	height: 20px;
	padding: 5px 0px 0px 15px;
	background-image: url(../images/layout/bgBtn.jpg);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
	display: block;
}

a.btnArrow {
	padding: 2px 0px 2px 0px;
	background-image: url(../images/layout/arrow.png);
	_background-image: url(../images/layout/arrow.gif);
	background-position: 100% 3px;
	background-repeat: no-repeat;
	display: block;
}


/* ------------------------------ Top ------------------------------ */

.logoContent h3 {
	padding-top: 15px;
	color: #007ac2;
	font-size: 14.5pt;
}


/* ------------------------------ Home ------------------------------ */

.boxSnellinks h2 {
	margin-bottom: 0px;
}

.boxSnellinks ul, .boxSnellinks ul li {
	width: 240px;
}

.boxSnellinks ul li a {
	width: 199px;
	padding: 7px 7px 7px 34px;
	background-image: url(../images/layout/ul.png);
	_background-image: url(../images/layout/ul.gif);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	color: #0466a2;
	font-size: 9pt;
	text-decoration: none;
	border-bottom: 1px solid #b5b5b5;
	display: block;
}

.boxSnellinks ul li a.snellinksLast {
	border: 0px;
}

.boxSnellinks ul li a:hover {
	color: #01386d;
}

.boxOfferte a.btnBlueMargin {
	margin: 0px 0px 8px 0px;
}

.boxNieuws h1 {
	margin-bottom: 0px;
}

.nieuwsTekst h4 a, .nieuwsItemSmall h4 a {
	color: #fd6500;
}

.nieuwsTekst p {
	padding-bottom: 0px;
}

.nieuwsTekst a.btnArrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 138px;
}

.mainContent a.btnTerug {
	float: right;
	width: 135px;
}

.nieuwsItemSmall h4 {
	float: left;
	padding-bottom: 0px;
}

.nieuwsItemSmall span {
	float: right;
	color: #515151;
	font-size: 8pt;
}

a.meerNieuws {
	width: 199px;
	padding: 10px 7px 0px 21px;
	background-image: url(../images/layout/ul.png);
	_background-image: url(../images/layout/ul.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	color: #515151;
	font-size: 8pt;
	text-decoration: none;
	display: block;
}

.boxAanbod a.btnBlue {
	position: absolute;
	right: 0px;
	bottom: 14px;
}


/* ------------------------------ Normal ------------------------------ */

.mainContent h2 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	background-color: transparent;
	color: #034972;
	font-family: "EurostileRegular", Arial, sans-serif;
	font-size: 13.5pt;
	line-height: 17px;
}

.mainContent h3 {
	padding: 0px 0px 5px 0px;
	color: #fd6500;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.mainContent h3.hPaddingFormulier {
	padding-bottom: 15px;
}


.mainContent img {
	padding: 0px 0px 15px 0px;
}

.mainContent table img {
	padding: 5px 0px 0px 0px;
}


/* ------------------------------ Actueel ------------------------------ */

.boxNieuwsOverzicht h1 {
	margin-bottom: 0px;
}

.boxAanbiedingenOverzicht h1 {
	margin-bottom: 0px;
}

.aanbiedingItem span.aanbiedingPrijs {
	padding: 10px 0px 5px 0px;
	font-size: 13.5pt;
	font-weight: bold;
	display: block;
}

.aanbiedingItem p {
	padding-bottom: 0px;
}

.aanbiedingItem a.btnArrow {
	position: absolute;
	right: 5px;
	bottom: 9px;
	width: 116px;	
}

.boxAanbiedingenOverzicht a.meerNieuws {
	width: 212px;
	padding-top: 6px;
	background-position: 0px 6px;
	border-top: 1px solid #b5b5b5;
}


/* ------------------------------ Actueel Fiscaal ------------------------------ */

p.titelFiscaal {
	padding: 0px 0px 0px 0px;
	color: #fd6500;
	font-size: 10pt;
}

.mainContent nieuws nieuwsitem datum {
	float: right;
	color: #515151;
	font-size: 8pt;
}

.mainContent nieuws nieuwsitem categorie {
	font-size: 8pt;
	font-weight: bold;
}

.mainContent nieuws nieuwsitem hr {
	margin: 15px 0px 0px 0px;
}


/* ------------------------------ Vacatures ------------------------------ */

.vacatureItem h3 {
	float: left;
}

.vacatureItem h3 a {
	color: #FD6500;
}

.vacatureItem a.btnArrow {
	float: right;
	width: 155px;
}


/* ------------------------------ Contact ------------------------------ */

.boxContactLarge img {
	float: left;
	padding: 0px;
	margin-right: 10px;
}


/* ------------------------------ Medewerkers ------------------------------ */

.medewerkersFoto span {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	background-image: url(../images/layout/arrow.png);
	_background-image: url(../images/layout/arrow.gif);
	background-position: 0px 0px;	
	background-repeat: no-repeat;
	cursor: pointer;
}

.medewerkersFotoLast span {
		right: 4px;
}

.medewerkersInfo {
	font-size:10px;
	float:left;
}




/* ------------------------------ Klantenservice ------------------------------ */

.mainContent h2.hUitschuiven {
	padding-bottom: 8px;
}

.mainContent a.aUitschuiven {
	padding: 0px 0px 8px 34px;
	background-image: url(../images/layout/ul.png);
	_background-image: url(../images/layout/ul.gif);
	background-position: 8px 3px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #b5b5b5;
	display: block;
}


/* ------------------------------ Footer ------------------------------ */

.containerFooter img {
	float: left;
	padding: 0px 10px 0px 10px;
}

.containerFooter span {
	float: right;
	padding: 6px 10px 0px 0px;
	font-size: 8pt;
}

.containerFooter a {
	color: #515151;
}

.containerFooter a:hover {
	text-decoration: underline;
}

