body, img, #nav {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #222;
}

body {
	color: #000; 
	margin: 0;
	padding: 0 0 10px 0;
	background: #3b3b3b url(bg_body.gif) repeat-x center top;
}

a img {
	border: none;
}

p {
	line-height: 1.7;
	margin-bottom: 25px;	
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #ededed; 
	background: #f8f8f8;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #895F30;
}

blockquote {
	margin: 15px 10px 15px 10px;
 	padding: 5px 15px 5px 55px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #ededed; 
	background: #f8f8f8 url(quote.gif) no-repeat 15px 15px;
}

dl {
	padding: 10px;
	margin: 0;
}

dt {
	font-weight: bold;
	color: #e30a17;
	margin: 5px 0px;
}
dd {
	padding-left: 25px;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 0px;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #e30a17;
	text-align: left;
	background: #f8f8f8;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #dcdcdc;	
}
tr {
	height: 34px;
	background: #f8f8f8;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ededed;	
}	

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 0px 25px 0px;	
	color: #977C57;
	border: 1px solid #ededed;
	background: #f8f8f8;
}

.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	/* background: #FAF7F5 url(comments.gif) no-repeat 0 2px; */
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.back { 
 	margin: 0 10px 0 5px;
 	padding: 7px 5px;
 /*	background: #FAF7F5 url(doc.gif) no-repeat 0 2px; */
 /*	padding-left: 30px; */
	color: #977C57;
}


.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	/* background: #FAF7F5 url(edit-doc.gif) no-repeat 0 2px; */
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* form elements */
form {
	margin: 20px 10px 20px 0px;
	padding: 15px 25px 25px 20px; 
	border: 1px solid #ededed; 
	background: #f8f8f8;
}

form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #e30a17;
}
label {
	font-weight: bold;
	color: #80614D;
}
input, select, textarea {
	margin: 5px 0px;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}

.field_checkbox {
	margin: 0px 0px 10px 25px;
}


option { padding-right: 0.5em; }

#match_all, #match_any, #match_exact {
	margin: 0px 10px 10px 10px;
}

img.float-right {
  	margin: 5px 0px 8px 10px;  
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
}

img.float-left {
  	margin: 5px 10px 8px 0px;
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
}

#center {
	width: 720px;
	margin: 0 auto;
}

#header img {
	margin: 24px 0 9px 12px;
}

#content {
	background: #fff;
}


/* ---------- [ nav ] ------------------*/
#content-header #nav {
	float: left;
	width: 186px;
	list-style: none;
	margin: 50px 0 0 0;
	padding-left: 19px;
}

/* -------- [ aanpassing voor hover ] --------------*/
#content-header #nav li a {
	width: 166px;
	border-bottom: 1px solid #cfcfcf;
	background: url(bg_menu_li.gif) 150px -28px no-repeat;
	/* padding-top: 5px;
	padding-left: 2px; */
	padding: 5px 0px 5px 2px;
	display: block;
	text-decoration: none;
	color: #686868;
	font-size: 1.1em;
}

#content-header #nav li.active a, #content-header #nav li a:hover, #content-header #nav a.active {
	border-bottom: 1px solid #e30a17;
	background: url(bg_menu_li.gif) 150px 15px no-repeat;
	color: #e51a26;
}

/* ----------- [ einde aanpassing voor hover ] ---------------*/

#content #content-header {
	background: #fff;
	width: 720px;
	border-bottom: 10px solid #e30a17;
}

#content-header #innovatief {
	margin-top: 16px;
}

/* -------------- [ content ] -------------------*/
#content-inner {
	font-size: 0.8em;
	padding-top: 25px;
}

#content-inner a {
	color: #e30a17;
	text-decoration: none;
}

#content-inner a:hover {
	text-decoration: underline;
}



#primary-content {
	width: 390px;
	float: left;
	padding-left: 19px;
	padding-bottom: 10px;
}

#primary-content h1, #primary-content h2, #secondary-content h2 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #686868;
	font-weight: normal;
	border-bottom: 1px solid #e30a17;
	margin-top: 0;
	padding: 0 0 5px 5px;
}

#primary-content ul {
	margin-bottom: 25px;
}

#primary-content ul li {
	list-style-image: url(bullet.gif);
}

#secondary-content {
	width: 254px;
	margin-left: 450px;
	padding-top: 9px;
	padding-bottom: 10px;
}

#secondary-content #contact, #secondary-content #clients {
	margin: 0 0 45px 0;
	padding: 0;
	list-style: none;
}

#secondary-content #contact {
	padding-left: 5px;
}

#secondary-content #contact li {
	margin-bottom: 3px;
}

#secondary-content #contact li.divider {
	margin-top: 20px;
}

#secondary-content #contact img.contact {
	margin: 3px 3px -2px 0;
}

#secondary-content #clients li {
	border-bottom: 1px solid #cfcfcf;
	padding: 8px 0;
}

#secondary-content #clients li a {
	font-size: 1em;
	padding-left: 0.25em;
	color: #000;
	text-decoration: none;
}
#secondary-content #clients li a:hover{
	text-decoration: none;
	color: #e30a17;	
}

#secondary-content p{
	margin: 0px 20px 35px 5px;
}

/* ---------------- [ footer ] -------------------- */

#footer {
	clear: both;
	font-size: 0.7em;
	border-top: solid 10px #3b3b3b;
	height: 21px;
	background: #d4001c;
	padding-top: 14px;
	padding: 9px 7px 4px 19px;
	color: #fff;
}

#footer #copyright {
	float: left;
}

#footer #valid {
	margin-left: 100px;

}

#footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 2px;
}

#footer ul {
	float: right;
	margin: 0 7px 0 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	float: left;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 2px;
}

#footer ul li.first a {
	border: none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* Zoek highlighting */
.highlight {
	background-color: #ffff00;
	font-weight: bold;
	border-bottom: thin dotted #000000;
} 

