@charset
"utf-8"
;
/* CSS Document */
html{
 
}
body {
    background:#242021 url(images/bg_main.png) repeat-x;
	
}

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #373737;
}

#wrapper {
    width: 917px;
    margin: 0 auto;
}

#banner {
    background: url(images/header/banner.png) no-repeat left top;
    height: 136px;
}
#banner .logo {
    position: relative; top: 20px; left: 380px; width: 180px; height: 100px; cursor: pointer;
}


/*-----------------  MENU  -----------------*/
#menu {
    font-size: 12px;
    font-weight: bold;
}
#menu a {
    text-decoration: none;
    color: white; 
    text-transform: uppercase;
}
#menu .left_line {
    background: url(images/header/menu_left.png) no-repeat left top;
    width: 10px;
}
#menu .right_line {
    background: url(images/header/menu_right.png) no-repeat left top;
    width: 10px;
}
#menu .separator {
    background: url(images/header/menu_line_center.png) no-repeat left top;
    width: 2px;
}
#menu .item {
    background: url(images/header/menu_line.png) repeat-x;
    padding: 0 10px;
    text-align: center;
}
#menu .active a { color: #af9fb7; }
#menu .active li a { color: white; }
#menu .last {
    background: url(images/header/menu_line.png) repeat-x;
}
#menu .innerMenu .last {
    background: none;
    border: 0;
}



/*------------------------  CONTENT  ------------------------*/
#content .main {
    background: white url(images/content/background1.png) no-repeat;
    padding: 20px 40px 45px;
}
#content .main .text .title {

    font-family: "Arial Narrow",serif;
    font-weight: 900;

    text-transform: uppercase;
    font-size: 30px;
    color: #6682d9;
    padding-bottom: 25px;
}
#content .main .text .content {
    color: #373737;
    font-size: 12px;
}
#content .main .text .content p {
    color: #373737;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
#content .main .text .content p em { color: #373737; }
#content .main .text .content .navi {
    padding-left: 20px;
}
#content .main .text .content a {
    text-decoration: none;
    color: #6682d9;
}
#content .main .text .more {text-align: right; padding-top: 40px;}
#content .main .text .more a {
    text-decoration: none;
    color: #472959;
    font-size: 12px;
}

#content .left_line {
    background: url(images/content/content_left.png) repeat-y;
    width: 10px;
}
#content .right_line {
    background: url(images/content/content_right.png) repeat-y;
    width: 10px;
}

#content .main .text .content .list { padding: 20px 0 20px 20px;}
#content .main .text .content .list ul li {
    list-style: disc outside none;
    display: block;
    text-align: left;
    color: #373737;
    padding: 0 0 0 15px;
    background: url(images/content/arrows.png) no-repeat center left;
}
#content .main .text .content .list_title { color: #472959; padding-top: 20px; }

/*------------------------  CONTENT FOOTER  ------------------------*/
#footer_links .links { background-color: #eeefef; text-align: center; height: 25px;}
#footer_links .links span { padding-left: 20px; }
#footer_links .links a { text-decoration: none; color: #6B6B6B; font-size: 11px; font-weight: bold; text-transform: uppercase;}
#footer_links { padding-bottom: 10px; background-color: white; }

#footer_copyright { background-color: white; text-align: center; }
#footer_copyright .comment { color: #6B6B6B; font-size: 11px;}
#footer_copyright .comment img { position: relative; top: 5px; border: 0; }


/*------------------------  FOOTER  ------------------------*/
#footer .left_corner {
    background: url(images/footer/footer_left.png) no-repeat;
    width: 20px;
}
#footer .right_corner {
    background: url(images/footer/footer_right.png) no-repeat;
    width: 20px;
}
#footer .center_line {
    background: url(images/footer/footer_line.png) repeat-x;
}


/*------------------------  Home page  ------------------------*/
#content .main .image { width: 370px; }

/*------------------------  Image-gallery  ------------------------*/
#content .main .image-gallery { width: 390px; }
#content .main .image-gallery a img { border: 0; }


/*------------------------  People page  ------------------------*/
#content .main .people { width: 410px; }

#content .main .people .box .left_top { background: url(images/peoples/box/left_top.png) no-repeat; width: 10px; height: 10px; }
#content .main .people .box .center_top { background: url(images/peoples/box/center_top.png) repeat-x; height: 10px; }
#content .main .people .box .right_top { background: url(images/peoples/box/right_top.png) no-repeat; width: 10px; height: 10px; }

#content .main .people .box .left_center { background: url(images/peoples/box/left_center.png) repeat-y;  width: 10px; }
#content .main .people .box .center_image { padding: 5px; background-color: white; }
#content .main .people .box .right_center { background: url(images/peoples/box/right_center.png) repeat-y;  width: 10px; }

#content .main .people .box .left_bottom { background: url(images/peoples/box/left_bottom.png) no-repeat; width: 10px; height: 10px; }
#content .main .people .box .center_bottom { background: url(images/peoples/box/center_bottom.png) repeat-x; height: 10px; }
#content .main .people .box .right_bottom { background: url(images/peoples/box/right_bottom.png) no-repeat; width: 10px; height: 10px; }

#content .main .people .name { color: #666666; font-weight: bold; font-size: 12px; padding-top: 5px; text-align: left; }

#content .main .people .info { font-size: 12px; padding-top: 17px; }
#content .main .people .info .col { padding-right: 5px; color: #472959; }
#content .main .people .info .value { color: #666666; }

#content .main .people .back { padding-top: 20px; }
#content .main .people .back a { color: #472959; font-size: 12px; }


/*------------------------  News page  ------------------------*/
#content .main .news .people .box .center_image { padding: 0; }
#content .main .news .people .box .center_image a img { border: 0; }

#content .main .news .text {padding-top: 5px; }
#content .main .news .text .title { font-size: 12px; font-weight: bold; text-transform: none; padding-bottom: 15px; font-family: Arial, Helvetica, sans-serif; }
#content .main .news .new { width: 400px; display: inline-block; padding-bottom: 10px; }
#content .main .news .people { width: auto; min-width: 200px; }

#content .main .news .text .more {text-align: left; padding-top: 20px;}

#content .main .news .pager { margin-top: 10px; border-top: dotted 1px #373737; border-bottom: dotted 1px #373737; }
#content .main .news .pager td, #content .main .news .pager td a { color: #472959; text-decoration: none; font-size: 10px; }
#content .main .news .pager td { padding: 5px 10px; }


.mail_link { color: #472959 !important; }


/*------------------------  Offerte aanvragen page  ------------------------*/
#content .main .text .content .header { color: #6682d9; font-size: 14px; font-weight: bold; padding-bottom: 20px; }

#content .main .text .content .form label { color: #282828; }
#content .main .text .content .form .magento label { color: #472959; }
#content .main .text .content .form .propertyName { text-align: right; width: 140px; }
#content .main .text .content .form .value { padding-left: 10px; }
#content .main .text .content .form td { padding-bottom: 10px; color: #666666;padding-left: 10px; }

#content .main .text .content .form input,
#content .main .text .content .form select,
#content .main .text .content .form textarea { border: solid 1px #e3e3e3; width: 200px; font-size: 13px; }
#content .main .text .content .form select { font-size: 11px;width: 200px; }
#content .main .text .content .form #veld2-6_1, #content .main .text .content .form #veld2-6_2,
#content .main .text .content .form #veld2-8_1, #content .main .text .content .form #veld2-8_2 { width: auto; }
#content .main .text .content .form #veld2-7, #content .main .text .content .form #veld2-9 { width: auto; }
#content .main .text .content .form .brochure { width: 350px; }

#content .main .text .content .form .submit { text-align: right; width: 200px; }
#content .main .text .content .form .submit a img { border: 0; }
#content .main .text .content .form .padding { padding-top: 20px; }


/*------------------------  Onze Gegevens page  ------------------------*/
#content .main .text .content .uppercase { text-transform: uppercase; }
#content .main .text .content .contact_text { padding-bottom: 15px; color: #373737; }
#content .main .text .content .contact_text strong { color: #666666; }
#content .main .text .content .contact_text img { padding-right: 5px; }
#content .main .text .content .contact_text a { color: #472959; }


/*------------------------  Routeplanning page  ------------------------*/
#content .main .text .content .contact_text label { color: #6B6B6B; }
#content .main .text .content .contact_text select { border: solid 1px #e3e3e3; color: #373737; width: 200px; font-size: 12px; }
#content .main .text .content .address { font-weight: bold; padding-top: 10px; }
#content .main .text .content .address p { color: #373737; padding-bottom: 15px; }
#content .main .text .content .address .name { text-transform: uppercase; color: #373737; }


/*------------------------  Links page  ------------------------*/
#content .main .text .content .links { height: 300px; }
#content .main .text .content .links .list { padding: 0; }
#content .main .text .content .links .list ul li { line-height: 25px; border-bottom: dotted 1px #d5d5d5; }
#content .main .text .content .links .list ul li a { color: #373737; }
#content .main .text .content .links .list ul li {
    background: url(images/content/arrows.png) no-repeat top left;
    background-position: 0 10px;
}

strong {
	color:#6682d9;}
