/*---------------------------------------------*/
/*--[ CSS Van Daele 2007, copyright Robarov ]--*/
/*---------------------------------------------*/
* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	}
body {
	background: #591814 url(../i/layout/bg-body.jpg) top center;
	color: #451509;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	text-align: center;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*--[ common ]----------------------------------------------------------------*/
h1, h2, h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
}
h1 {
	font-size: 2.4em;
	margin-bottom: 0.4em;
	color: #4c130c;
}
h1 span {color: #d09a53;}
h2 {
	font-size: 2.0em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
	color: #8f2306;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 0.4em;
	color: #4c130c;
}
p {
	margin: 0 0 1em 0;
}
small {
	font-size: 0.9em;
	color: #a77e4e;
}
address {
	font-style: normal;
}
ol {
	margin: 0 0 1em 1em;
}

ul, dl {
	margin: 0 0 1em 0;
	list-style: none;
}
ul {
	margin-left: 1em;
}
ul li {
	background: url(../i/layout/bullet.gif) 0 0.4em no-repeat;
	padding-left: 16px;
	margin-bottom: 0.4em;
}

a {
	color: #de6e09;
}
a:hover {
	color: #992609;
}
img, fieldset {
	border: none;
}
.alignleft {
	margin: 0 15px 5px 0;
	float: left;
}
.alignright {
	margin: 0 0 5px 15px;
	float: right;
}
.half {width: 325px;}
.left, .right {display: inline;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.highlight { /* highlight important text */
	background: #ffdca5;
}
.clear { /* clear floated divs */
	clear: both;
}
.hide, .url { /* hides text from broswer */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}
p.button {
	float: left;
	line-height: 27px;
	height: 30px;
}
p.button a span {
	background: #fff url(../i/layout/bg-button.gif) top left no-repeat;
	height: 30px;
	display: block;
	float: left;
	display: inline;
	padding-left: 20px;
	cursor: pointer;
}
p.button a {
	background: #fff url(../i/layout/bg-button.gif) top right no-repeat;
	display: block;
	padding-right: 20px;
	float: left;
	display: inline;
	color: #9b2708;
	cursor: pointer;
	text-decoration: none;
}
p.button a:hover span {
	background: #d07930 url(../i/layout/bg-button.gif) bottom left no-repeat;
}

p.button a:hover {
	background: #d07930 url(../i/layout/bg-button.gif) bottom right no-repeat;
	color: #fff;
}

/*--[ header ]----------------------------------------------------------------*/
#header {
	background: #e29741 url(../i/layout/bg-header.jpg) 0 0 no-repeat;
	position: relative;
	height: 100px;
	}
#header h1 {
	background: url(../i/layout/logo.gif) 0 0 no-repeat;
	position: absolute;
	top: 22px;
	left: 25px;
	margin: 0px;
	width: 212px;
	height: 72px;
	z-index: 30;
}

#header h1 a {
	text-indent: -9000em;
	overflow: hidden;
	width: 212px;
	height: 72px;
	display: block;
	text-decoration: none;
	float: left;
}
#nav {
}
#nav {
	position: absolute;
	top: 34px;
	left: 270px;
	margin: 0;
	}
#nav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	}
#nav a span {
	background: #efa74e url(../i/layout/bg-nav.gif) top left no-repeat;
	height: 24px;
	display: block;
	float: left;
	display: inline;
	padding-left: 10px;
	cursor: pointer;
}
#nav a {
	background: #efa74e url(../i/layout/bg-nav.gif) top right no-repeat;
	display: block;
	padding-right: 10px;
	float: left;
	display: inline;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
#nav a:hover span, #nav .active a span {
	background: #d07930 url(../i/layout/bg-nav.gif) bottom left no-repeat;
}

#nav a:hover, #nav .active a {
	background: #d07930 url(../i/layout/bg-nav.gif) bottom right no-repeat;
	color: #9b2708;
}


/*--[ content ]----------------------------------------------------------------*/
#content {
	background: #FAE6CB url(../i/layout/bg-content.jpg) bottom left no-repeat;
	float: right;
	width: 670px;
	position: relative;
	padding: 10px 20px 40px 20px;
	min-height: 300px;
}

/*--[ left ]----------------------------------------------------------------*/
#sidebar {
	background:  url(../i/layout/bg-left.jpg) 0 0 no-repeat;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 230px;
	padding: 315px 0 20px 20px;
	color: #ffebd1;
}
#sidebar a {color: #eecf7a;}
#sidebar a:hover {color: #ffebd1;}
#sidebar h3 {color: #e8ccac;}

/*--[ home ]----------------------------------------------------------------*/
#intro {
	background: #FAE6CB url(../i/layout/bg-intro.jpg) bottom left no-repeat;
	padding-right: 230px;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    padding-bottom: 60px;
	margin-bottom: 20px;
	position: relative;
}
#intro .button {
	position: absolute;
	right: 180px;
	bottom: 10px;
	margin: 0px;
	width: 300px;
}
#boxes {
	float: left;
	width: 670px;
	height: 164px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#boxes li {
	background-position: 0 0;
	padding: 0px;
	margin: 0px;
	width: 210px;
	text-align: center;
	float: left;
	display: inline;
}
#boxes h2 {
	margin: 0px;
	line-height: 30px;
	font-size: 1.4em;
}
#boxes a {
	display: block;
	width: 210px;
	height: 30px;
	text-decoration: none;
	padding-top: 134px;
	color: #f9e4c9;
}
#boxes a:hover {color: #eecf7a;}
#boxes #b1 {background-image: url(../i/layout/diensten.jpg);}
#boxes #b2 {background-image: url(../i/layout/tarieven.jpg);margin: 0 20px;}
#boxes #b3 {background-image: url(../i/layout/berekeningsmodule.jpg);}

#newsbox {clear: both;height: 1%;}
#newsbox {
	background: url(../i/layout/ruler.jpg) 0 10px no-repeat;
}
#newsbox h2 {
	padding-bottom: 10px;
}
#newsbox h3 a {
	text-decoration: none;
	color: #4c130c;
}
#newsbox h3 a:hover {color: #8f2306;text-decoration: underline;}
#newsbox p span {color: #896b45;}

/*--[ filosofy ]----------------------------------------------------------------*/
.filo {
	background: url(../i/layout/bg-filo.gif) 0 0 no-repeat;
	width: 200px;
	height: 200px;
	padding: 20px 10px 0 10px;
	float: left;
	display: inline;
	margin-right: 5px;
	margin-bottom: 20px;
	text-align: center;
}
.f2 {background-position: -220px 0;}
.f3 {background-position: -440px 0;}

.filo.f3 {
	float: right;
	margin-right: 0px;
}
.filo h3 {
	color: #D07A31;
}
.filo li {
	background: none;
	padding: 0px;
	border-top: 1px solid #FBF0E1;
}

/*--[ forms ]----------------------------------------------------------------*/
form {
	width: 670px;
	float: left;
}
form div {
	margin-bottom: 1em;
	float: left;
	width: 670px;
}
*+html form div {float: none;}

input, select, textarea {
	background: #fff;
	border: 1px solid #e3caab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px 4px;
	width: 200px;
}
select.date_day { width: 50px; }
select.date_month { width: 100px; }
select.date_year { width: 64px; }
textarea{
	height: 120px;
	overflow: auto;
	width: 500px;
}
#base_month, #base_year, #start_month, #start_year {width: 103px;}

label {
	display: block;
	float: left;
	clear: both;
	margin-right: 10px;
	text-align: right;
	width: 120px;
	cursor: pointer;
}
.checks input {
	width: auto;
	background: none;
	border: 0px;
	padding: auto;
	margin-left: 130px;
}
.checks label {
	display: inline;
	width: 480px;
	text-align: left;
}
form .button {clear: both;}
form .button input {
	background: #d07930 url(../i/layout/bg-submit.gif) 0 0 no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	padding: 0px;
	border: 0px;
	font-size: 1.2em;
	cursor: pointer;
	margin-left: 130px;
}
form label em, p em.error, small.error {color: #f00;}

div.error input,  div.error textarea {
	border-color: #e23b00;
	background: #fff3ef url(../i/layout/bg-error.gif) 0.4em 0.4em no-repeat;
	text-indent: 10px;
	}
div.error select {background: #fff3ef;border-color: #e23b00;}

.errors, #success {
	clear: both;
	padding: 20px;
	background: #e23b00;
	margin : 0 0 10px 0;
}
#success {
	background: #7CB439;
	margin : 0;
}
.errors h3, #success h3 {
	clear: both;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 0px;
	margin: 0px;
}
/*--[ model-db ]----------------------------------------------------------------*/
.model-db {
	margin: 0;
	width: 670px;
	float: left;
}
.model-db li {
	float: left;
	width: 650px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddcbb2;
}
.model-db h3 {font-size: 1.3em;}
.model-db p {
	margin: 0px;
	float: left;
	width: 550px;
}

.model-db p.button {
	float: right;
	width: auto;
}

/*--[ tables ]----------------------------------------------------------------*/
table {
	width: 300px;
	float: left;
	border-right: 1px solid #e3caab;
	border-top: 1px solid #e3caab;
	margin-bottom: 1em;
	margin-right: 20px;
	border-collapse: collapse;
}
#incasso table {width: 600px;} /* Was eerst 670px */
table input {width: 40px;}

td, th {
	background: #fdfbf8 url(../i/layout/bg-td.gif) 0 0 repeat-x;
	border-bottom: 1px solid #e3caab;
	border-left: 1px solid #e3caab;
	padding: 0.3em 1em;
	text-align: center;
}
tr.odd td, tr.odd th {background: #f1e4d4 url(../i/layout/bg-td-odd.gif) 0 0 repeat-x;}

th {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #e3caab;
	border-left: 1px solid #e3caab;
	border-top: 1px solid #e3caab;
	padding: 0.3em 1em;
}
thead th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f2306;
	padding: 1em;
	background: #fff;
	text-align: center;
}

/*--[ contact ]----------------------------------------------------------------*/
#map {
	width: 670px;
	height: 280px;
	margin: 0 0 20px 0;
}
#email-form {
	background: url(../i/layout/bg-contact.jpg) top right no-repeat;
}


/*--[ footer ]----------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0 0 0 250px;
	padding: 1em 0;
	text-align: center;
	color: #b69874;
}
#footer a {color: #b69874;}
#footer strong, #footer a:hover {color: #e8d4b9;}

