/* CSS Document */

/*

groen: #ACCA56
blauw: #6BB0CC

grijs1: #A5A5A5
grijs2: #F4F4F4

*/

html {
	background-color:#4F4F4F;
	height:100%;
	width:100%;
	margin: 0;
}

body {
	margin:0 auto;
	width:990px;
	height:100%;
	min-height: 100%;
	margin: 0 auto;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4F4F4F;
	letter-spacing: 1px;
	
}

.SiteHolder {
	text-align: left;
	min-height: 100%;
	height: 100%;
	width: 990px;
	margin: 0 auto;
}

h1, h2, h3, h4 {
	margin: 0px;
	letter-spacing: 0px;
	}
br {
	/*clear:both;*/
	}

p {
	margin:0;
	margin-bottom: 10px;
	}

/* ===== PAGE MAIN LAYOUT ==== */
.pageSpacer {
	height: 25px;
	width: 100%;
	}

.pageTopHolder {
	width:100%;
	height: 25px;
	background-color:#FFFFFF;
}

.pageTopLeft {
	background-image:url(../images/page-corn-tl.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float: left;
	width: 25px;
	height: 100%;
}

.pageTopRight {
	background-image:url(../images/page-corn-tr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float: right;
	width: 25px;
	height: 100%;
}

.pageBottomHolder {
	width:100%;
	height: 25px;
	background-color:#FFFFFF;
}

.pageBottomLeft {
	background-image:url(../images/page-corn-bl.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;
	width: 25px;
	height: 100%;
}

.pageBottomRight {
	background-image:url(../images/page-corn-br.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: right;
	width: 25px;
	height: 100%;
}

.pageMainHolder {
	width:100%;
	background-color:#FFFFFF;
	overflow:auto;
}

.pageContentHolder {
	margin: 0px 25px;
	
}

/* ===== FOOTER ===== */

.pageFooterHolder {
	width: 100%;
	text-align: center;
	clear: both;
}

.pageFooterContent, .pageFooterContent a {
	padding:10px 0px;
	font-size:10px;
	color: #C8C8C8;
	text-transform:uppercase;
}

.pageFooterContent a:hover {
	color: #828282;
	}
/* ===== PAGE CONTENT LAYOUT ===== */

.pageHeaderHolder {
	width: 100%;
	margin-bottom: 25px;
	height: 250px;
}
.homeHeaderHolder {
	width: 100%;
	margin-bottom: 10px;
	clear:both;
}
.pageTitleHolder {
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
}

.pageColumnA {
	width: 425px;
	float:left;
	margin-left: 30px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 0px;
}

.pageColumnB {
	width: 300px;
	float:left;
	margin-left: 30px;
	line-height: 1.5em;
	text-align: justify;
}

.pageColumnC {
	width: 250px;
	float:left;
	margin-left: 30px;
	margin-bottom: 0px;
}

.pageColumnD {
	width: 630px;
	float:left;
	margin-left: 30px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 0px;
}

.pageColumnE {
	width: 315px;
	float:left;
	margin-left: 30px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 0px;
}
/* ===== BLOCK ===== */

.blockHolderGreen {
	width: 100%;
	margin-bottom: 25px;
	background-color: #ACCA56;
	background-image:url(../images/block-back.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

.blockHolderBlue {
	width: 100%;
	margin-bottom: 25px;
	background-color: #61AECC;
	background-image:url(../images/block-back-blue.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

.blockHolderRed {
	width: 100%;
	margin-bottom: 25px;
	background-color:#CC0000;
	background-image:url(../images/block-back-red.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

.blockHolderYellow {
	width: 100%;
	margin-bottom: 25px;
	background-color:#ffff99;
	background-image:url(../images/block-back-yellow.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

.blockHolderGrey {
	width: 100%;
	margin-bottom: 25px;
	background-color:#828282;
	background-image:url(../images/block-back-grey.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

.blockHolderGreyLight {
	width: 100%;
	margin-bottom: 25px;
	background-color:#f0f0f0;
	background-image:url(../images/block-back-greylight.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

.blockCornerHolder {
	height: 8px; 
	width:100%; 
}

.blockTopLeft {
	background-image:url(../images/block-tl.png);
	float: left;
	width: 8px;
	height: 8px;
}

.blockTopRight {
	background-image:url(../images/block-tr.png);
	float: right;
	width: 8px;
	height: 8px;
}

.blockBottomLeft {
	background-image:url(../images/block-bl.png);
	float: left;
	width: 8px;
	height: 8px;
}

.blockBottomRight {
	background-image:url(../images/block-br.png);
	float: right;
	width: 8px;
	height: 8px;
}

.blockContent {
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.5em;
	overflow:visible;
}
.blockContentLight {
	padding: 5px 10px;
	color:#333;
	font-size: 11px;
	line-height: 1.5em;
	overflow:visible;
}

.blockH2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
.blockH2Light {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333;
	text-transform:uppercase;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
/* ===== TEXT ELEMENTS ===== */
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #ACCA56;
	font-weight: normal;
	text-transform:uppercase;
	line-height: normal;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #6BB0CC;
	text-transform:uppercase;
	font-weight: normal;
	margin-left: 30px;
}

.h2b {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #6BB0CC;
	text-transform:uppercase;
	font-weight: normal;
	margin-left: 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	text-transform:uppercase;
	font-weight: normal;
	margin-left: 0px;
}

a {
	color:#6BB0CC;
}

a:hover {
	color:#4F4F4F;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin-left: 0px;
	list-style-type: none;
	background-image:url(../images/bullit.png);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding-left: 14px;
}

.li2 {
	margin-left: 0px;
	list-style-type: none;
	background-image:url(../images/bullit2.png);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding-left: 14px;
}

.li3 {
	margin-left: 0px;
	list-style-type: none;
	background-image:url(../images/arrow3.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	padding-left: 12px;
}
/* ===== STYLE ELEMENTS ===== */
hr {
	height:1px;
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	margin:0;
	margin-bottom: 10px;
	padding: 0;
}
.klantLogo {
      margin: 6px;
}