/* colors */
/*
bordeaux rood: 91262f
bordeaux rood 50%: e3c9cb
blauw: 2d71a7
groen: 6bb744
oranje: c6630b
zalm: fdefe3
*/

html,body { 
	height: 100%;
	margin: 0;
	padding: 0;
}
/* font-size is 62,5%: 1em = 10pt */
body { 
	font: 62.5% normal Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fef1e8;
}

#printLogo { display: none; }

#pageWrapper {
	position: relative;
	width: 995px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

.bg_right { background-image:url(../images/bg_right.png); background-repeat: repeat-y; }
.bg_left { background-image:url(../images/bg_left.png); background-repeat: repeat-y; }

/* header */
#header { display: block; height: 155px; }
/* #header td { background-color: #d9b3b6; } */


/* search form header */
#searchFormHeader { 
	width: 248px;
	display: block; 
	margin-top: 2px;
	background-color: #009ba6;
	
}
#searchForm_header td {
	height: 24px;
	vertical-align: middle;
	font-size: .9em;
	color: #fff;
	background-color: #009ba6;
}
#searchForm_header #searchKey {
	width: 145px;
	height: 16px;
	border: 1px solid #a6e8f3;
}

/* sets background image for content cells */
td.contentBG {
	background-image: url(../images/bg_content.png); 
	background-repeat: repeat-y;
}
/* content wrapper: sets margin and contains 2 column content */
#contentWrapper {
	margin: 0 0 0 2px;
	text-align: left;
}

/* breadcrumb and page utils */
#breadCrumb {
	padding: 10px;
	padding-left: 20px;
	font-size: .9em;
	color: #dd4814;
}
#breadCrumb a {
	color: #dd4814;
	text-decoration: none;
}
#breadCrumb a:hover {
	text-decoration: underline;
}

#pageUtils {
	padding: 10px 0 5px 0;
	font-size: .8em;
	line-height: 1em;
	color: #dd4814;
	text-align: center;
}
#pageUtils a { margin-right: 5px; color: #dd4814; text-decoration: none;}
#pageUtils a:hover { color: #dd4814; text-decoration: underline; }
#pageUtils img { margin-right: 5px; }

#leftNavLayer {
	margin: 20px 10px 10px 15px; 
	text-align: left; 
	color: #dd4814; 
	font-size: .9em; 
	letter-spacing: 1px;
}

/* middle column content */
#content_middle {
	min-height: 400px;
	margin: 10px 0 40px 20px;
}
#content_middle_Home {
	min-height: 400px;
	margin: 10px 20px 40px 20px;
	padding:10px 10px 0 0;
}
#content_middle_1col {
	min-height: 400px;
	margin: 10px 20px 40px 20px;
}

/* right column content */
#content_right {
	width: 190px;
	margin: 10px 10px 40px 20px;
	font-size: .9em;
}
#content_right ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#content_right ul li {
	margin-bottom: 1em;
	font-weight: normal;
}
/*
#content_right td {
	font-size: 90%;
}
*/

#footer_bg { 
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#pageWrapper td.footer {
	padding-top: 10px;
	font-size: .9em;
	color: #dd4814;
	text-align: center;
	border-top:2px solid #dcdcdc;
	
}
/* IE/Win hack */
html>body td.footer {
	font-size: 1em;
} 
