@charset "utf-8";

/*DEFINITIONS
color:333333:Kleur van de letters;
background:1e5c32:Achtergrondkleur;
menuvlak:4b6589:Achtergrondkleur van het menu;
background-left:FFFFFF:Achtergrondkleur linkerkolom;
background-middle:FFFFFF:Achtergrondkleur middenkolom;
background-right:FFFFFF:Achtergrondkleur rechterkolom;
menuletter:ffffff:Letterkleur van het menu;
kop1:769ed6:Letterkleur van de titels;
linkkleur:1453a6:Kleur van de hyperlinks;
adresgegevens:769ed6:Kleur voor de adresgegevens;
background-footer:4b6589:Achtergrondkleur footer;
color-footer:FFFFFF:Letterkleur footer;
DEFINITIONS*/


html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, label, button, fieldset, legend, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe, input, select, textarea {
	padding:0;
	margin:0;
}
html { height:100%; }
body {
	font:normal 62.5% Arial, Helvetica, sans-serif;
	height:100%;
	background:#1e5c32;
	color:#333333;
	text-align:center
}
form { height:100%; }
ul { list-style-type:none; }
a {
	text-decoration:none;
	color:#1453a6;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:#4B6589;
}
img {
	vertical-align:middle;
	border:none;
}
.flo:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height:0;
}
.clearBoth {
	clear:both;
}
:-moz-any-link:focus, {
	outline: none;
}
/*---------------------------
	Form elements
---------------------------*/
.check, .radio {
	font:normal 1.1em/1.64em Tahoma, Arial, sans-serif;
}
.radio input, .check input {/*fix for IE in styles-ie.css*/
	vertical-align:middle;
}
.lineLabel {
	font:normal 1em/1.64em Tahoma, Arial, sans-serif;
	zoom:1;
	vertical-align:middle;
}
.textField {/*fix for IE in styles-ie.css*/
	font:normal 1.4em/1.3em Tahoma, Arial, sans-serif;
	color:#5B5B5B;
	border:1px solid #a4a8aa;
	vertical-align:top;
	background:#f3f3f3;
	height:1.5em;
	vertical-align:middle;
	padding:0 4px;
}
html*.textField {
	height:1.43em;
}
.select {
	font:normal 1.4em/1.3em Tahoma, Arial, sans-serif;
	background:#f3f3f3;
	color:#5B5B5B;
	border:1px solid #a4a8aa;
	vertical-align:top;
	height:1.64em;
	vertical-align:middle;
}
.textArea {/*fix for IE in styles-ie.css*/
	font:normal 1.2em/1.3em Tahoma, Arial, sans-serif;
	color:#5B5B5B;
	border:1px solid #a4a8aa;
	vertical-align:top;
	background:#f3f3f3;
	vertical-align:middle;
	padding:1px 4px;
	overflow:auto;
}
.fileUpload {
	border:1px solid #a4a8aa !important;
	background:#f3f3f3 !important;
}
.select:focus, .textField:focus, .textArea:focus, .select.focus, .textField.focus, .textArea.focus {
	border:1px solid #ff8c1f;
}
.button {
	font:11px/22px Arial, Helvetica, sans-serif;
	padding:0 7px;
	color:#FFF;
	font-weight:bold;
	background-color:#d6be76;
	border:none;
	height:22px;
	cursor:pointer;

}
.buttonH {
	background-color:#e2cb88;
}
/*---------------------------
	Form elments sizes
---------------------------*/
.textField532 {
	width:532px;
}
.textField240 {
	width:230px;
}
.textField256 {
	width:246px;
}
.select256 {
	width:256px;
}
/*---------------------------
	Layout
---------------------------*/
#wrapper h1 {
	color:#769ed6;
	font-size:2em;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:11px;
}
#wrapper p {
	font-size:1.2em;
	line-height:1.5em;
}
.mainCol a {
	font-weight:bold;
	text-decoration:underline;
}
.mainCol h1 {
	margin-bottom:7px;
}

.news {
	float:right;
	padding:13px 25px 0 25px;
	width:170px;
}
.news dl {
	margin-bottom:10px;
}
.news dt, .newsDate {
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	color:#769ed6;
}
.news dd {
	line-height:1.5em;
	margin-bottom:3px;
	font-size: 1.2em;
}
.news dd a {
	color: #333333;
}
.news .more {
	color:#769ed6;
	font-weight:bold;
}
.news .more:hover{
	color:#4B6589;
}
.news a.more {
	margin-top:10px;
}
.news a.more:hover{
	color:#fff;
}
.newsBrief{
	width:182px;
	padding:12px 0 0 1px;
	margin:49px 0 0 15px;
	background:url(/images/templates/template5/ico-envelope.gif) no-repeat 0 0.2em;
}
.newsBrief h1{
	color:#769ed6;
	font-size:1.8em;
	line-height:1.2em;
	font-weight:normal;
	padding-left:55px;
	height:25px;
	overflow:hidden;
}
.newsBrief .txt{
	border: 1px solid #cccccc;
	padding:3px 8px;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	width:162px;
	color:#383838;
	margin-bottom:16px;
	
}
.btn-1,.news a.more {
	background:#d6be76;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px 4px 10px;
	text-decoration:none;
}
.btn-1:hover,.news a.more:hover {
	background:#e2cb88;
	text-decoration:none;
}
.products {
	margin:17px 0 0 0;
	border-top:2px solid #ede3c3;
}
.products h1{
	margin-bottom:10px;
}
.products .box {
	padding:13px 15px 18px 4px;
	border-bottom:2px solid #ede3c3;
}
.products .box img {
	border:1px solid #d6be76; 
	float:left;
	margin:0 16px 0 0;
}

#wrapper{
	width:940px;
	margin:0px auto;
	background:#FFFFFF;/* right column colour*/
	text-align:left;
	min-height:100%;
	position:relative;
	margin-top:-33px;/* make space for footer*/
}
#header{
	clear:both;
	margin:0 -221px;/* pull header into full width*/
	position:relative;
	z-index:2;
	height:119px;
	border-top:43px solid #769ed6;/* soak up negative margin to make way for footer*/
}
#footer{
	background:#4b6589;
	width:940px;
	clear:both;
	margin:auto;
	position:relative;
	z-index:2;
	height:16px;
	padding: 8px 0;
	border-top: 1px solid #1e5c32;
	font-size:1.1em;
	line-height:1.36em;
	color:#FFFFFF;
}
#footer .sep{ padding:0 7px; }
.contactInfo {
	width: 180px;
	position:absolute;
	left:0px;
	bottom:62px;
	padding-left: 1.8em;
	color:#769ed6;
	font-size:1.1em;
	text-align:left;
	line-height:1.45em;
	overflow-x:hidden;
}
#inner{
	margin-right:220px;
	background:#FFFFFF;/* left column colour ie6- only*/
	position:relative;
	border-right:1px solid #1e5c32;
	z-index:2;
}

#middle{
	background:#FFFFFF;/* centre column colour ie6- only*/
	margin-left:220px;
	border-left: 1px solid #1e5c32;
	z-index:2;
}
#content,#content2{
	position:relative;
	width:100%;
	float:left;/* contain clearing*/
}
#content2{
	margin:0 -1px;/* moz needs this*/
	z-index:3;
	padding:0px 25px 29px 25px;
	width: 450px;
}
#content2 a.logo {
	position:relative;
	margin: -99px -25px 5px;
	display: block;
	border: 1px solid #1e5c32;
	border-bottom: none;
}
#left{
	width:220px;
	margin-left:-220px;/*overlap for old mozilla*/
	position:relative;
	left:-1px;/* now line it up*/
	float:left;
	z-index:4;
	padding-bottom: 220px;
}
.mainNav {
	width:220px;
}
.mainNav li {
	width: 220px;
	position: relative;
	float:left;
	background:#4b6589;
}
.mainNav li ul {
	position: absolute;
	left:100%; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-left: 1px solid #1e5c32;
}
.mainNav li ul li {
	width: 170px;
}
.mainNav li a {
	color:#ffffff;
	display:block;
	padding:0.75em 0.7em 0.65em 32px;
	background:url(/images/templates/template5/bul1.gif) 17px 1.25em no-repeat;
	border-bottom:1px solid #1e5c32;
	line-height:1.5em;
}
.mainNav li a:hover {
	color:#ffffff;
	text-decoration: underline;
}
#right{
	width:220px;
	margin-right:-220px;/*overlap for old mozilla*/
	position:relative;
	left:1px;/* now line it up*/
	float:right;
	z-index:2;
}

/* 2 absolute columns that just hold the column colours */
/* there is no need to worry about being removed from the flow because these do not hold content but are just stuck to the parent container and set at 100% height. This ensures that they grow with the parent container. Its a shame that this behaviour doesn't apply to static elements and we'd all be a lot happier. */
#l{
	width:220px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#FFFFFF;
	z-index:1;
}
#m{
	position:absolute;
	height:100%;
	left:220px;
	background:#FFFFFF;
	z-index:1;
	width:498px;
	border-left: 1px solid #1e5c32;
	border-right: 1px solid #1e5c32;
	top:0;
}

/* clear without structural mark-up */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

/* mac hide - force layout in ie \*/
.clearfix {display: block;}
/* End hide */
/* 100% height for ie6 and under only */
* html #wrapper, * html #inner, * html #middle{height:100%}
