body  {
	font: 100% Arial, Helvetica, sans-serif;
		font-size: 13px;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../NAV/BG_ONDER.jpg);
	background-position: center 200px;
	background-repeat: repeat-y;
}
a {
	/* color: #6799cc;*/
	color: #3466bb;
	font-weight: bold;
}
H1 {
	color: #332824;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-variant: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #332824;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-variant: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	color: #000000;
}
p,td,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.balkje1 {
	background-color: #f8ebea;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	width: 100%;
}
.balkje1 a{ color: #000000; }
.balkje1 a:hover{ color: #6799cc; }
.balkje2 {
	background-color: #f0f5fa;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	width: 100%;
}
.balkje2 a{ color: #000000; }
.balkje2 a:hover{ color: #6799cc; }
.balkje3 {
	background-color: white;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	width: 100%;
}
.balkje3 a{ color: #000000; }
.balkje3 a:hover{ color: #6799cc; }
.balkje4 {
	background-color: #292e4c;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	width: 100%;
	color: #c7bcba;
}
.balkje4 a{ color: #aec9e4; }
.balkje4 a:hover{ color: white; }
.intro {
	font-weight: bold;
	color: #5d463e;
}
.bijschrift{
	color: #3b292d;
	font-size: 11px;
	line-height: 13px;
}
.twoColFixLtHdr .maintable {
	background-image: url(../NAV/header.jpg);
	background-repeat: fixed; /* repeat-y;*/
	background-position: 0px 180px; /* the auto margins (in conjunction with a width) center the page */
	margin-left:0px;
	padding:0px;
}

.headerimage {

	background-image:url(../NAV/header.jpg);
	
	background-position: 0px -184px; 
}
.twoColFixLtHdr #container {

	width: 800px;  /* was 780 */
	/* background-image: url(NAV/BG_ONDER.jpg);
	background-repeat: repeat-y;
	background-position: 0px 200px;*/ /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header { 
	padding: 0;  /* */
margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
} 

.twoColFixLtHdr #header  a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;

	}
.twoColFixLtHdr #header  a:hover {
	color: #6699cc;
	text-decoration: none;
	}
.twoColFixLtHdr #header  a:active {
	color: #ffffff;
	text-decoration: none;
	}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 177px; /* was 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 20px;

}
.twoColFixLtHdr #sidebar1 p {
	float: left; /* since this element is floated, a width must be given */
	width: 107px; /* was 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 p a {
	color: #FFFFFF;
	text-decoration: none;
	}
.twoColFixLtHdr #sidebar1 p a:hover {
	color: #000000;
	text-decoration: none;
	}
.twoColFixLtHdr #sidebar1 p a:active {
	color: #000000;
	text-decoration: none;
	}
/*
.twoColFixLtHdr #sidebar1 p a:visited {
	color: #ffffff;
	text-decoration: none;
	}
*/
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 177px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.linkselect { color: black; }
.linkselectheader { color: #6699cc; }

.zoekterm {
	background-color: #f8ebea;
	display: inline-block;
	padding:0px;
	/*
	padding-right: 3px;
	padding-left: 3px;
	*/
}

.strongvlehan{
	background-color: yellow;
	}
	
table.bestel tr{
	height: 19px;
	
}

