@charset "UTF-8";
/* Algemeen */
body {
	margin: 0;
	padding: 0;
	background: url(../images/achtergrond.gif) repeat-x;
	background-color: #d7e7f3;
	text-align: center;
}
#container {
	width: 822px;
	margin: 0 auto;
	text-align: left;
}
#holderLeft {
	float: left;
	width: 306px;
	padding-top: 47px;
	text-align: right;
}
#holderRight {
	margin: 0 0 0 306px;
	padding: 71px 0px 0px 30px;
}
#contentHldr {
	width: 480px;
	height: auto;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
	background: #FFF url(../images/ondergrContentWit.jpg) no-repeat top;
}
.sfeerbeeld {
	margin-top: 18px;
}
.fltlft {
	float: left;
}
.fltrt {
	float: right;
}
.clearfloat {
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
h1 {
	padding: 20px 10px 0px 10px;
	margin: 0;
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #0088c5;
}
h2 {
	padding: 10px 10px 0px 10px;
	margin: 0;
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #db002f;
}
p {
	padding: 0px 10px 0px 10px;
	margin: 0;
	font: 12px Verdana, Geneva, sans-serif;
	color: #1a4567;
}
a {
	font: 12px Verdana, Geneva, sans-serif;
	color: #1a4567;
}
a:hover {
	font: 12px Verdana, Geneva, sans-serif;
	color: #db002f;
}

/* Navigatie links */
#nav {
	overflow: hidden;
	width: 165px;
	float: right;
	padding-bottom: 6px;
	background: #0088c5 url(../images/schaduwMenuOnder.jpg) no-repeat bottom;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav a {
	display: block;
	background-color: #0088c5;
	margin: 0px;
	padding: 2px 10px 2px 2px;
	color: #1a4567;
	font: bold 12px Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #1a4567;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#nav .subnav {
	display: block;
	background-color: #0088c5;
	margin: 0px;
	padding: 2px 10px 2px 2px;
	color: #1a4567;
	font: 12px Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #1a4567;
	text-decoration: none;
	border-bottom-style: none;
}
#nav .subnavCurrent {
	display: block;
	background-color: #0088c5;
	margin: 0px;
	padding: 2px 10px 2px 2px;
	color: #FFF;
	font: 12px Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #1a4567;
	text-decoration: none;
	border-bottom-style: none;
}
#nav .current {
	color: #FFF;
	text-decoration: none;
}
#nav .currentNoBrdr {
	color: #FFF;
	text-decoration: none;
	border-bottom-style: none;
}
#nav .extBrdr {
	border-top: 1px solid #1a4567;
}
#nav .noBrdr {
	border-bottom-style: none;
}

/* Navigatie Huisjes */
#navHldr {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#navHldr .btn {
	float: left;
	text-align: left;
}
#navHldr .btn img {
	border: none;
}
#navHldr .btn a {
	text-decoration: none;
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #0088c5;
}
#navHldr .btn a:hover {
	color: #FFF;
	text-decoration: none;
}
#navHldr .btn .current {
	color: #FFF;
	text-decoration: none;
}
/* Logo's Garantie */
.logosGarantie {
	margin: 25px 10px 10px 10px;
}

/* Voor sfeerbeeld */
.left {
	float: left;
	width: 226px;
}
.right {
	float: right;
	padding: 24px 10px 13px 10px;
}
