/*
--------------------------------------------------------------------------------
Kleuren:
--------------------------------------------------------------------------------
*/

/*
--------------------------------------------------------------------------------
STRUCTURE
--------------------------------------------------------------------------------
*/

body {
	padding-bottom: 20px;
	font-family: Verdana, Arial,sans-serif;
	font-size: 62.5%;
	color: #665a51;
	line-height: 1.4em;
	background: #CDE9FD url(../img/body-bg.png) repeat-x 0 0;;
}


#wrapper {
	padding: 6px 24px 0px;
	margin: 0 auto;
	width: 1008px;
	background: url(../img/wrapper-bg.png) repeat-y top left;
}


#banner {
	margin: 15px 0 15px 2px;
}


#contenttop {
	display: block;
	width: 1006px;
	height: 10px;
	overflow: hidden;
	background: url(../img/content-top.png) no-repeat 0 0;
}


#content {
	margin: 0;	padding: 2px 16px 10px;
	width: 975px;
	background: url(../img/content-bg.png) repeat-y 0 0;
	font-size: 1.2em;
}


#contentbottom {
	display: block;
	width: 1006px;
	height: 10px;
	overflow: hidden;
	background: url(../img/content-bottom.png) no-repeat 0 0;
}


#col1 {
	display: block;
	margin: 0 25px 20px 2px;
	width: 489px;
	overflow: hidden;
	background: url(../img/col-bg.png) repeat-y 0 0;
}


#col2 {
	display: block;
	margin:0 0 20px 0;
	width: 489px;
	overflow: hidden;
	background: url(../img/col-bg.png) repeat-y 0 0;
}


.coltop {
	display: block;
	width: 100%;
	height: 10px;
	overflow: hidden;
	background: url(../img/col-top.png) no-repeat 0 0;
}


.colcontent {
	padding: 2px 16px 10px;
	font-size: 1.2em;
}


.colbottom {
	display: block;
	width: 100%;
	height: 10px;
	overflow: hidden;
	background: url(../img/col-bottom.png) no-repeat 0 0;
}


#referenties {
	margin: 15px 0 0;
	padding: 0 0 15px 0;
	background: url(../img/referentie-bg.png) no-repeat bottom center;
}


/*
--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------
*/

#header {
	padding: 0;
	margin: 0 auto;
	width: 1056px;
	height: 95px;
	background: url(../img/header-bg.png) no-repeat top left;
}


#header h1
#logo {
	margin: 0;
	padding: 38px 0 0 0;
	text-align: left;
}


#header 
#logo a,

#header 
#logo a:link,

#header 
#logo a:visited,

#header 
#logo a:active {
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	display: block;
	width: 143px;
	height: 40px;
	overflow: hidden;
	background: url(../img/logo.png) no-repeat 0 0;
}



/*
--------------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------
*/

#footer {
	margin: 0 auto;
	padding: 0px 13px 11px 11px;
	display: block;
	width: 1032px;
	min-height: 35px;
	height: auto;
	background: url(../img/footer-bg.png) no-repeat bottom left;
	overflow: hidden;
	font-size: 1.1em;
}


#footercontent {
	margin: 0;
	padding: 20px 15px 30px;
	border-top: 1px solid #e1dddc;
	display: block;
	overflow: hidden;
	background: url(../img/footer-content-bg.png) repeat-x 0 0;
}


#footercontent p {
	margin: 10px 10px 10px 10px;
}


#footercol1 {
	float: left;
	padding: 0;
	margin: 0 22px 0 0;
	overflow: hidden;
	width: 319px;
	height: 145px;
	background: url(../img/footer-col2.png) no-repeat bottom left;
}


#footercol2 {
	float: left;
	padding: 0;
	margin: 0 22px 0 0;
	overflow: hidden;
	width: 319px;
	height: 145px;
	background: url(../img/footer-col1.png) no-repeat bottom left;
}



#footercol3 {
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 319px;
	height: 145px;
	background: url(../img/footer-col2.png) no-repeat bottom left;
}


/*
--------------------------------------------------------------------------------
NAV
--------------------------------------------------------------------------------
*/

#nav {
	margin: 0;
	padding: 0;
	display: block;
	width: 1006px;
	height: 57px;
	background: url(../img/nav-bg.png) no-repeat 0 0;
}


/***** Hoofdmenu bovenaan *****/

#mainnav {
	margin: 0;
	padding: 0 2px;
	list-style: none;
	display: block;
	width: 1002px;
	height: 37px;
}


#mainnav li {
	margin: 0;
	padding: 2px 0 2px 0;
	float: left;
}


#mainnav li.menu-current,

#mainnav li.menu-parent {
	background: url(../img/nav-active.png) no-repeat bottom center;
}


#mainnav li a,

#mainnav li a:link,

#mainnav li a:visited,

#mainnav li a:active {
	margin: 0;
	padding: 10px 25px 9px;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
}


#mainnav li.menu-first a {
	padding-left: 29px;
}


#mainnav li.menu-last a {
}


#mainnav li a:hover {
}


/***** Submenu bovenaan (2e level) *****/

#subnav {
	margin: 0 0 0 7px;
	padding: 0 3px;
	list-style: none;
	display: block;
	width: 960px;
	height: 20px;
}


#subnav li {
	float: left;
}


#subnav li a,
#subnav li a:link,
#subnav li a:visited,

#subnav li a:active {
	margin: 0;
	padding: 1px 21px 2px;
	display: block;
	text-decoration: none;
	color: #746453;
	font-size: 1.1em;
}


#subnav li a:hover,

#subnav li.menu-current a,

#subnav li.menu-current a:link,

#subnav li.menu-current a:visited,

#subnav li.menu-current a:hover,

#subnav li.menu-current a:active {
	/* color: #746453; */
	color: #262019;
}


/*
--------------------------------------------------------------------------------
ZOEKEN
--------------------------------------------------------------------------------
*/
#zoeken {
	display: block;
	margin: 1px 6px 0 0;
	padding: 0;
	width: 118px;
	height: 15px;
	border: 0px;
	background: url(../img/search-box-bg.png) no-repeat 0 0;
	float: right;
}

#zoeken fieldset {
	border: 0px;
}

#zoeken-button {
	display: block;
	margin: 1px  0 0 1px;
	padding: 0;
	width: 14px;
	height: 13px;
	overflow: hidden;
	background: transparent url(../img/search-button.png) no-repeat 0 0;
	border: 0px;
	text-indent: -99999px;
	font-size: -0px;
	color: #fff;
	cursor: pointer;
	float: left;
}


#zoeken-veld {
	display: block;
	margin: 1px 0 0 0;
	padding: 0 2px 0 0;
	float: left;
	width: 99px;
	height: 13px;
	border: 0px;
	background-color: transparent;
	color: #665A51;
	font-size: 1em;
}


/*
--------------------------------------------------------------------------------
HEADINGS
--------------------------------------------------------------------------------
*/

h1 {
	display: block;
	padding: 4px 0 3px 0;
	margin: 20px 0 20px 0;
	height: 21px;
	width: 100%;
	color: #7595ce;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
}

h2 { font-size: 1.0em; color: #7595ce; margin: 15px 0 2px;}

h3 { font-size: 1.0em; color: #7595ce; margin: 15px 0 0px;}

h4 { font-size: 0.9em; color: #7595ce; margin: 15px 0 0px;}



h1.orange { color: #fd6e3d; }

h1.blue { color: #7595ce; }

h1.red { color: #FF4F4F; }

.colcontent h1 { background: url(../img/h1-small.png) no-repeat 0 0; }

#content h1 { background: url(../img/h1-wide.png) no-repeat 0 0; }


#footercontent h1 {
	margin: 0;
	padding:  4px 0 0 0;
	height: 19px;
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
}

#footercol1 h1 { background: url(../img/footer-blue-header.png) no-repeat 0 0; }

#footercol2 h1 { background: url(../img/footer-red-header.png) no-repeat 0 0; }



#footercol3 h1 { background: url(../img/footer-blue-header.png) no-repeat 0 0; }

/*
--------------------------------------------------------------------------------
LISTS
--------------------------------------------------------------------------------
*/

#login {
	display: block;
	margin: 25px 50px 0 0;
	padding: 0;
	width: 318px;
	height: 15px;
	border: 0px;
	
background: url(../img/search-box-bg.png) no-repeat 0 0;
	float: right;
}


ul, ol {
	margin: 10px 0 10px 30px;
}


.waardenLijst {
	display: block;
	margin: 25px 0 25px 25px;
	padding: 0 0 0 160px;
	background-position: center left;
	background-repeat: no-repeat;
}


ul#betrokkenheid { background-image: url(../img/betrokkenheid.jpg); }

ul#kwaliteit { background-image: url(../img/kwaliteit.jpg); }

ul#respect { background-image: url(../img/respect.jpg); }

ul#innovatie { background-image: url(../img/innovatie.jpg); }

ul#resultaat { background-image: url(../img/resultaat.jpg); }


#footercontent ul {
	margin: 5px 10px 0 10px;
	list-style: none;
	color: #534030;
}


#footercontent ul li {
	margin-bottom: 1px;
}


#footercontent ul li a,

#footercontent ul li a:link,

#footercontent ul li a:visited,

#footercontent ul li a:active {
	color: #534030;
	text-decoration: none;
}


#footercontent ul li a:hover {
	text-decoration: underline;
}


/***** Pagination *****/
ul.pagination {
	margin: 0 0 -10px 0;
	padding: 0;
	list-style: none;
	font-size: 0.95em;
}


ul.pagination li {
	float: left;
	width: 224px;
}


ul.pagination li.previous { text-align: left; }

ul.pagination li.overzicht { text-align: center; }

ul.pagination li.next { text-align: right; }


ul.pagination li a,

ul.pagination li a:link,

ul.pagination li a:visited,

ul.pagination li a:active {
}


ul.pagination li a:hover {
}


/*
--------------------------------------------------------------------------------
FORMS
--------------------------------------------------------------------------------
*/


/*
--------------------------------------------------------------------------------
LINKS
--------------------------------------------------------------------------------
*/
a,
a:link,

a:visited,

a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #7595ce;
}


a:hover {
	text-decoration: none;
}


a.brown,

a.brown:link,

a.brown:visited,

a.brown:hover,

a.brown:active {
	color: #534030;
}


/*
--------------------------------------------------------------------------------
MISC
--------------------------------------------------------------------------------
*/

* { margin: 0; padding: 0; }

a img { border: 0px; }

.clear { clear: both;}

.left {float: left;}

.right {float: right;}

p {margin: 0 0 10px 0; text-align: justify;}


blockquote {
	margin: 10px 0;
	padding: 0 0 15px;
	color: #665a51;
	background: url(../img/blockquote-bottom.png) no-repeat bottom center;
}


blockquote p {
	margin: 0;
	padding: 15px 15px 0;
	background: url(../img/blockquote-bg.png) no-repeat top center;
}


blockquote span {
	display: block;
	padding: 6px 0 5px;
	color: #b0a59d;
	font-style: italic; 
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfix {display: inline-block;}


/******************tabel*************************/
table.standaardtable {
	padding: 5px 0px 5px 8px;
	margin-bottom: 15px;
	width: 100%;
}

table.standaardtable th {
	font-size        : 20px;
	font-weight      : bold;
	color            : #000000;
	text-align       : center;
	width            : 100%;
	letter-spacing: 2px;
	text-indent: 5px;
	padding-bottom: 3px;
}

table.standaardtable li {
}

table.standaardtable ul {
	padding: 0px;
}
table.standaardtable tr {
font-size: 1.0em;
font-weight: normal;
}

/********************* end **********************/

/* Hides from IE-mac \*/
* html 
.clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

