﻿/*  =reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #362727;
}
ul {
    list-style: none;
}
/* =a */
a {
    text-decoration: none;
    cursor:pointer;
}
/*
li.active a, a.active {
    color: #8c0c04;
}
*/
/*	Layout*/
html {
    /*min-height:101%;*/ /*force scrollbar*/
}
body
{
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1.3em;
    font-weight:normal;
    font-size:0.7em;    
    font-family:Arial,Helvetica,sans-serif;
    color: #362727;
    background: #fff url(../img/bg.jpg) repeat-y top center;
}
#container
{
    position: relative;
    width: 990px;
    min-height: 800px;
    margin: 0 auto;
    text-align: left;
    background-repeat:no-repeat;
    background-position:center top;
    /*background-image: url(../img/slides/slide5.jpg);*/
}
#shadow-left, #shadow-right {
    position:absolute;
    width:16px;
    height:613px;
    z-index:99;    
}
#shadow-left {
    left:0;
    background: url(../img/shadow_left.png) no-repeat top center;
}
#shadow-right {
    right:0;
    background: url(../img/shadow_right.png) no-repeat top center;
}
#header {
    position:relative;
    width:990px;
    height:30px;
}
#tools {
    float:right;
    height:30px;
    padding:0 5px;
    background-color:#b19676;
}
#tools ul {
    float:left;
}
#tools li {
    float:left;
    padding:6px 10px 0 10px;
    color:#6e5030;
    line-height:1.2em;
}
#tools li a, #tools li span {
    float:left;
    color:#eee8e2;
    padding:0;
    /*padding:0px 5px;*/
}
#tools li a:hover {
    border-bottom:dotted 1px #eee8e2;
}
#left {
    float:left;
    width:270px;
}
#menu {
    position:relative;
    float:left;
    width:210px;
    height:345px;
    padding:0 0 10px 0; /*padding for transparent part of bg image */
    margin:30px 0 0 60px;
    background:url(../img/menu.png) no-repeat top left;
    z-index:100;
}
#logo {
    float:left;
    width:210px;
    height:128px;
}
#logo a {
    float:left;
    width:210px;
    height:80px;
    margin-top:20px;
    display:inline;
}
#logo h1 {
    display:none;
}
#address {
    float:left;
    width:240px;
    padding:65px 30px 0 0;
    text-align:right;
    font-weight: normal;
    font-size: .9em;
    font-family: Georgia, Times New Roman;
    line-height:20px;
}
#address span {
    padding-left:10px;
}
#address a {
    color:#8c2b19;
}
#address a:hover {
    border-bottom:dotted 1px #8c2b19;
}
#main_container {
    float:left;
    width:720px;
    margin-top:30px;
	background:	url('../img/main_right_shadow.png') repeat-y top right;
}
#main {
    float:left;
    width:690px;
    background-color:#f9f7f5;
}
#content {
    float:left;
    margin:50px 50px 0 50px;
    width:590px;
    min-height:400px;
    padding-bottom:20px;
    display:inline;/*IE6*/
}
#footer {
    float:left;
    height:80px;
	background:	url('../img/main_bottom_shadow.gif') no-repeat top right;
    width:720px;
    /*border:solid 1px red;*/
}
#footer ul {
    float:right;
    padding-top:50px;
    padding-right:20px;
}
#footer li {
    float:left;
    padding:6px 10px 0 10px;
    color:#b19676;
    line-height:1.2em;
}
#footer li a {
    float:left;
    color:#6e5030;
    padding:0;
    /*padding:0px 5px;*/
}
#footer li a:hover {
    border-bottom:dotted 1px #6e5030;
}
/* HOME */
#homepage_main {
    float:left;
    width:690px;   
    padding-top:425px;
    z-index:1;
}
#homepage #footer {
    background:none;
    height:50px;
}
#homepage #footer ul {
    padding-top:20px;
}
#slideshow {
    position:absolute;
    z-index:-99;
    width:990px;
    height:455px;
}
#slideshow img {
    display:none;
    width:990px;
    height:455px;
}
#promo {
    padding-top:30px;
    float:left;
    width:690px;
    height:184px;
    display:block;
}
#promo_blocks {
	padding: 0;
	width: 1230px; /*8x150+30*/
	display: block;
	height: 174px;
}
.promo_block {
    float:left;
    display:block;
    width:150px;
    height:154px;
    padding:0 30px 30px 0;
}
.promo_block_last{
    padding-right:0;
}
.promo_block a {
    float:left;
    width:150px;
    height:154px;    
    background-color:#f9f7f5;
}
.promo_block a:hover {
    background:url(../img/promo_hover.jpg) no-repeat top left;
/*    border-bottom:dotted 1px #8c2b19;*/
}
.promo_block img {
    width:150px;
    height:auto;
}
.promo_block .text {
    /*padding:10px 15px 0 15px;*/
    padding:9px 12px 0 12px;
    font-size:11px;/*FIXED FONT SIZE */
    line-height:16px;
}
/* CONTENT */
/* header */
#content h1 {
    font-weight: normal;
    font-size: 2.2em;
    font-family: Georgia, Times New Roman;
    color:#4b3f3f;
    line-height:1em; 
    text-transform:uppercase;
}
#content.nieuws_item h1 {
    text-transform:none;
}
#content .h1_block {
    background-color:#c9b7a2;
    padding:15px 20px;
    width:550px;
}
#content #header_img {
    float:left;
    width:590px;
    overflow:hidden;
    height:auto;
}
#content.dienst #header_img, #content.artikel #header_img {
    padding-top:20px;
}
/* breadcrumb */
#content .breadcrumb {
    float:left;
    border-bottom:solid 1px #a18565;
    border-top:solid 1px #a18565;
    width:590px;
    margin:30px 0;
}
#content.landing .breadcrumb {
    margin-top:0px;
    /*border-top:none;*/
}
#content.vacature .breadcrumb {
    margin-bottom:0px;
}
#content.form .breadcrumb {
    margin-bottom:0px;
}
#content .breadcrumb li {
    float:left;
    padding:3px 12px 3px 0;
}
#content .breadcrumb li a {
    font: normal .9em Georgia, Times New Roman;
    color:#a18565;
    text-transform:uppercase;
}
#content .breadcrumb li a:hover {
    border-bottom:dotted 1px #a18565
}
#content .breadcrumb li span {
    padding-left:12px;
}
/* intro */
#content .intro {
    float:left;
    font-size:1.2em;
    line-height:1.9em;
    width:590px;    
}
#content.landing .intro, #content.dienst .intro {
    width:345px;    
}
#content.form .intro {
    margin-top:30px;
}
/* sub navigation */
#content #nav_sub {
    float:right;
    border-left:solid 1px #a18565;
    width:225px;
}
#content #nav_sub li {
    float:left;
    padding:0 0 20px 20px;
    width:205px;
    line-height:1.5em;
}
#content #nav_sub li.last {
    padding-bottom:0;
}
#content #nav_sub li a {
    float:left;
    font-weight:normal;
    font-style: italic;
    font-size: 1.3em;
    font-family: Georgia, Times New Roman;
    color:#8c0c04;
    background:url(../img/arrow_8c0c04.gif) no-repeat center right;
    padding-right:20px;
    width:185px;
}
/* diensten navigation */
#content nav_diensten {
    float:left;
}
#content #nav_diensten li {
    float:left;
    width:285px;
    height:155px;
    background-color:#ece6df;
    margin-bottom:20px;
}
#content #nav_diensten li:hover {
    background:#e8e0d7 url(../img/menu_arrow_active_sub.png) no-repeat bottom right;
}
#content #nav_diensten li.even {
    margin-left:20px;
}
#content #nav_diensten li a {
    float:left;
    width:285px;
    height:155px;
    line-height:1em;
}
#content #nav_diensten li:hover a .title {
    text-decoration:underline;
}
#content #nav_diensten li img {
    float:left;
    width:285px;    
}
#content #nav_diensten li .title {
    float:left;
    padding:20px;
    /*padding:10px 15px 0 15px;*/
    line-height:1.2em;
    font-weight:normal;
    font-size: 1.8em;
    font-family: Georgia, Times New Roman;
    color:#8c0c04;
}
/* TEXT */
#content .text {
    float:left;
    padding:10px 0;
    width:590px;
	position:relative;
}
#content .text h2, #content .text h3 {
    font-weight:normal;
    font-style: italic;
    font-size: 1.3em;
    font-family: Georgia, Times New Roman;
    color:#8c0c04;
    float:left;
    width:590px;
    padding:15px 0 5px 0;
    line-height:1.5em;
    clear:both;
}
/*
#content .text h3 {
    font-weight:bold;
    float:left;
    width:590px;
    padding:10px 0 5px 0;
}
*/
#content .text a {
    text-decoration:underline;
    color:#8c0c04;
}
#content .text .quote {
    float:right;
    border-left:solid 1px #a18565;
    width:205px;
    margin-left:20px;
    line-height:30px;
    font-size:1.4em;
    font-style:italic;
    font-family:Georgia, Times New Roman;
    text-align:center;
    display:inline;
	position: relative;
	/*margin-top:6px;*/
	padding: 2px 0 2px 20px;
	overflow: hidden;
	clear:right;
}
div.content-image-left, div.content-image-right {
	position: relative;
	/*margin-top: 6px;*/
	margin-right: 0pt;
	margin-bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	text-align: center;
	width:205px;
}
div.content-image-right {
	float: right;
    margin-left:20px;
    padding-left:20px;
    border-left:solid 1px #a18565;
    clear:right;
}
div.content-image-left 
{
	float:left;
    margin-right:20px;
    padding-right:20px;
    border-right:solid 1px #a18565;
}
div.content-image-left img, div.content-image-right img {
	width:200px;
	height:auto;
    padding-bottom:10px;
}
div.content-image-left em, div.content-image-right em {
    text-align:left;
    font-size:1em;
    line-height:1.3em;
	width:200px;
	float:left;
}
#content .text p {
    margin-bottom:12px;/*5px*/
    line-height:1.8em;
    font-size:1em;
    /*width:590px;*/
}

#content .text ul 
{
    clear:both;
}
#content .text li {
    padding-left:20px;
    font-size:1em;
    line-height:1.8em;
    background:url(../img/list_bullet.gif) no-repeat 0 0.7em;
}
/* banner*/
#content .banner {
    float:left;
    background-color:#a18565;
    background-repeat:no-repeat;
    background-position:bottom center;
    padding:20px;
    width:550px;
    min-height:64px;  
    font-size:1.3em;  
}
#content .banner .title {
    float:left;
    width:550px;  
    font-weight:normal;
    font-family:"Arial Narrow";
    color:#4b3f3f;
    line-height:1.3em;
    /*height:3em;*/
}
#content .banner ul {
    float:right;
    padding:15px 0 20px 0;
}
#content.nieuws .banner ul {
    padding-right:150px;
}
#content .banner li {
    float:right;
    padding-left:30px;
}
#content .banner li.last {
    padding-right:0;
}
#content .banner li a {
    float:left;
    font-weight:normal;
    font-style: italic;
    font-family:Georgia, Times New Roman;
    color:#ece6df;
    padding-right:20px;
    background:url(../img/list_bullet_ece6df.gif) no-repeat center right;
    line-height:1.3em;
}
#content .banner li a:hover {
    text-decoration: underline;
}
/* lijst */
#content .list h2 {
    font-weight:normal;
    font-style: italic;
    font-size: 1.3em;
    font-family: Georgia, Times New Roman;
    color:#8c0c04;
    float:left;
    padding:0 0 5px 0;
    line-height: 1.3em;
}
#content .list a {
    float:left;
    display:block;
}
/* nieuws */
#content.nieuws ul.list {
    float:left;
    width:590px;
    padding-bottom:30px;
}
#content.nieuws .list li {
    float:left;
    width:590px;
    padding:15px 0;
}
#content.nieuws .list li:hover, #content.vacatures .list li:hover {
    background-color:#e8e0d7;/* url(../img/menu_arrow_active_sub.png) no-repeat bottom right;*/
}
#content.nieuws .list .img {
    float:left;
    width:140px;
    padding-right:20px;
    height:91px;
}
#content.nieuws .list img {
    width:140px;
    height:auto;
}
#content.nieuws .list .item {
    float:left;
    border-left:solid 1px #a18565;
    padding:0 0 0 20px;
    background:url(../img/arrow_8c0c04.gif) no-repeat bottom right;
    min-height:91px;
    line-height:1.4em;
    width:400px;
}
#content.nieuws .list h2 {
    width:405px;
}
#content.nieuws .list li:hover h2 {
    text-decoration:underline;
}
#content .date {
    font: normal .9em Georgia, Times New Roman;
    color:#a18565;
    padding-right:10px;
}
#content.nieuws_item .text img {
    float:left;
    padding:0 10px 10px 0;
}
/* vacatures */
#content.vacatures #header_img {
    padding-top:20px;
}
#content.vacatures .list ul {
    float:left;
    width:590px;
    padding-bottom:30px;
}
#content.vacatures .list li {
    float:left;
    width:590px;
    padding:25px 0 15px 0;
    border-bottom:solid 1px #c9b7a2;
}
#content.vacatures .list li a {
    float:left;
    width:590px;
    background:url(../img/arrow_8c0c04.gif) no-repeat bottom right;
}
#content.vacatures .list li h2 {
    float:left;
    width:590px;
}
#content.vacatures .list li .vac_intro {
    float:left;
    width:590px;
    line-height:1.8em;
}

/* paging */
#content .pagination {
    float:left;
    border-bottom:solid 1px #a18565;
    border-top:solid 1px #a18565;
    width:590px;
    margin:30px 0;
}
#content .pagination ul {
    float:right;
}
#content .pagination li {
    float:left;
    padding:1px 0 1px 1px;
    height:1.4em;
}
#content .pagination li a {
    float:left;
    background-color:#f0eae4;
    /*width: 17px; */
    width:1.4em;
    text-align: center; 
    color: #a18565; 
    text-decoration: none; 
    cursor: pointer; 
    letter-spacing: 0; 
    line-height: 100%; 
    padding-top:3px;
    height:1.2em;
}
#content .pagination li.here a {
    text-decoration:underline;
}
/* indent */
#content .indent {
    float:left;
    width:590px;
    padding-bottom:20px;
}
#content .indent p {
    float:left;
    padding-left:50px;
    width:540px;
    padding-top:3px;
}
#content .indent table {
    float:left;
    margin-left:50px;
    width:540px;
    margin-top:3px;
}
#content .indent td {
    padding:2px 4px 4px 0;
}
/* forms */
#content form label {
    font-size:1.2em;
}
#content form em.required {
    color:#b19676;
    padding-left:5px;
}
#content form .textbox_label {
    float:left;
    width:200px;
    font-size:1.2em;
}
#content form .radio, #content form .checkbox {
    float:left;
    vertical-align:bottom;
}
#content form .radio_group_label {
    width:50px;
    float:left;
    padding-left:5px;
    cursor:pointer;
}
#content form .radio_label, #content form .checkbox_label {
    width:500px;
    float:left;
    padding-left:5px;
    cursor:pointer;
}
#content form .select_label {
    float:left;
    width:540px;
    font-size:1.2em;
}
#content form select {
    width:540px;
    border:solid 1px #c9b7a2;
    font-size:1.1em;
    color:#806343;
    padding:2px;
    background-color:#f0eae4;
}
#content form .textbox {
    width:330px;
    border:solid 1px #c9b7a2;
    /*font-size:1.1em;*/
    color:#806343;
    padding:2px;
}
#content form .error {
    border:solid 1px #8c0c04;
}
#content form textarea {
    width:530px;
    border:solid 1px #c9b7a2;
    /*font-size:1.1em;*/
    color:#806343;
    padding:2px;
    height:8em;
}
#content .buttons, #content .buttons {
    float:left;
    width:590px;
    height:74px;
    background:#8e1008 url(../img/bg_submit.jpg) no-repeat;
    margin-top:20px;
}
#content a.clear_button {
    text-decoration: none;
    float:left;
    margin:24px 0 0 30px;
    padding:5px;
    font-size:1.3em;
    color:#b19676;
}
#content a.submit_button {
    text-decoration: none;
    float:right;
    margin:24px 30px 0 0;
    font-weight:normal;
    font-style: italic;
    font-size: 2em;
    font-family: Georgia, Times New Roman;    
    color:#e6ded5;
    padding:5px 20px 5px 5px;
    background:url(../img/arrow_form_submit.gif) no-repeat center right;
}
/* portefeuille analyse */
#content form p.port_panel {
    float:left;
    padding-left:80px;
    width:510px;
    display:none;
    font-size:1.1em;
}
#content form .port_panel textarea {
    width:500px;
}
#content form .address {
    font-weight:bold;
    color:#806343;
}
/*wie is wie*/
#content.wieiswie .list ul {
    float:left;
    padding-bottom:30px;
}
#content.wieiswie .list li {
    float:left;
    width:285px;
    height:154px;
    background-color:#ece6df;
    margin-bottom:20px;
}
#content.wieiswie .list li a {
    width:285px;
    height:154px;
}
#content.wieiswie .list li.even {
    margin-left:20px;
}
#content.wieiswie .list .img {
    float:left;
    width:110px;
    height:154px;
}
#content.wieiswie .list .item {
    float:left;
    width:140px;
    padding:10px 15px 0 20px;
}
#content.wieiswie .naam, 
#content.wieiswie .phone, 
#content.wieiswie .email, 
#content.wieiswie .summary {
    float:left;
    width:140px;
    line-height:1.5em;
}
#content.wieiswie .naam {
    font-weight:normal;
    font-size: 1.1em;
    font-family: Georgia, Times New Roman;    
    color:#8c0c04;  
}
#content.wieiswie .summary {
    padding-top:10px;    
    background:url(../img/arrow_8c0c04.gif) no-repeat bottom right;   
}
/* persoon */
#content.persoon .intro {
    /*width:383px;    */
    width:409px;
}
#content.persoon .intro .details {
    float:left;
    /*width:383px;*/
    width:409px;
    margin-bottom:20px;
    border-bottom:solid 1px #a18565;
}
#content.persoon .intro .details div {
    /*width:383px;*/
    width:409px;
    float:left;
    padding-bottom:10px;
    font-weight:normal;
    font-size: 1.1em;
    font-family: Georgia, Times New Roman;    
    color:#8c0c04;      
}
#content.persoon .intro .details a {
    float:right;
    color:#8c0c04;      
}

#content.persoon .photo {
    float:left;
    padding-left:20px;
}
#content.persoon .photo img {
    width:161px;
    height:auto;
}
/*contact*/
#content.contact .text {
    padding-bottom:25px;
}
#content.contact .bezoekadres {
    float:left;
    width:365px;
    border-right:solid 1px #a18565;
    padding-right:20px;
}
#content.contact .bezoekadres p, #content.contact .bezoekadres h2 {
    float:left;
    width:365px;
}
#content.contact .bezoekadres a {
    color:#362727;
}
#content.contact .bezoekadres b {
    font-size:1.1em;
}
#content.contact .colofon {
    float:right;
    width:184px;
    padding-left:20px;
    /*font-size:1.4em;
    font-style:italic;
    font-family:Georgia, Times New Roman;*/
}
#content.contact .colofon p {
    font-size:1.1em;
    float:left;
    width:184px;
    padding-bottom:10px;
    line-height:2em;
}
#content.contact .colofon h2 {
    float:left;
    width:184px;
    padding:0 0 5px 0;
}
#content.contact .colofon b {
    font-size:1.1em;
}
#content.contact .map {
    float:left;
    width:590px;
    /*height:440px;Google maps*/
    height:325px;
}