/*
 * Version: $Revision: 35567 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2008 BeSite
 */
 


body {
    background: #fff url( '/img/background.png' ) repeat-x top left;
    height: 100%;
}


.clear    {
    clear: both;
}

#container {
    margin: 0 auto;
    width: 960px;
}

#header-wrapper {
    width:100%; 
    height: 128px;  
}

#header {
    width: 960px;
    margin: 0 auto;    
}

#logo {
    float: left;
    width:240px;
    height:128px;
    background: url(/img/logo-background.png) no-repeat bottom left;
}

#main-menu {
    float: left;
    height: 40px;
    margin-top: 46px;
    margin-left: 12px;
    line-height: 40px;
}

#main-menu ul {
    
}

#main-menu ul li{
    float: left;
    list-style:none;
}

#main-menu ul li a{
    float: left;
    display:block;
    font-weight:bold;
    font-size: 14px;
    color: #333;
}

#main-menu ul li.Selected a{
    color: #E51B23;
}
#content-container-wrapper {
    width:100%;    
    background-color: #F1F4F5;
    padding-bottom: 40px;
}

#content-container {
    margin: 0 auto;
    width:960px;
}

#content-left {
    width: 240px;
    float: left;
}

#content-left-top {
    width: 240px;
    /*height: 266px;*/
    padding-bottom: 34px;
    background: #9E0B0F url(/img/submenu-background.png) no-repeat top left;
}

#content-left-top #submenu ul{
    margin: 0;
    padding:40px 0 0 0;
    width: 218px;
}

#content-left-top #submenu ul li {
    list-style:none;
    margin:0 0 0 20px;
    padding: 0 0 2px 0;
    background: url(/img/submenu-border.png) bottom left no-repeat;
}

#content-left-top #submenu ul li a{
    display:block; 
    color:#fff;  
    padding: 0 0 0 14px;
    width: 186px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}

#content-left-top #submenu ul li.last-sub-item {
    background: none;
}

#content-left-top #submenu ul li.Selected a {
     display: block;  
     color: #333;
     background-color: #fff; 
}

#content-left-top #submenu ul li a:hover {
     display: block;   
     color: #333;
     background-color: #fff;
}

#content-left-bottom-container {
    width: 240px; 
}

#content-left-bottom-top {
    width: 240px;
    height: 8px;
    margin-top: 10px;
    background: url(/img/leftcolumn-background-top.png) no-repeat top left;
}

#content-left-bottom-middle {
    width: 204px;
    padding: 36px 0 40px 36px;
    background: url(/img/columnleft-background-repeat.png) #9e0b0f repeat-y top left;
    color:#333;
}

#content-left-bottom-middle h3 {
    margin-bottom: 10px;
}

#content-left-bottom-middle dt {
    clear:left;
}

#content-left-bottom-middle dt,
#content-left-bottom-middle dd {
    float:left;
    font-weight: normal;
    color: #333;
    line-height: 18px;
}

#content-left-bottom-middle dt {
    width: 40px;
}

div.offerteBtn {
    margin-top: 24px;
}

#content-left-bottom-middle a {
    color: #333;    
}

#content-left-bottom-middle dl {
    margin-top: 10px;
}
    
    
#content-left-bottom-middle a.offerte-aanvragen,
#content-left-bottom-middle a.webshop-link {
    width: 144px;
    height: 32px; 
    font-size: 13px;
    font-weight: bold;  
    line-height: 32px;    
    padding-left: 40px;
    text-decoration: none;
}

#content-left-bottom-middle a.offerte-aanvragen {
    background: url(/img/offerte-button.png) no-repeat top left;
    display: block;
    margin-top: 10px;
}

#content-left-bottom-middle a.offerte-aanvragen:hover {  
    background: url(/img/offerte-button.png) no-repeat top right;
    color: #000;
}

#content-left-bottom-middle a.webshop-link {
    background: url(/img/webshop-button.png) no-repeat top left;
    display: block;
}

#content-left-bottom-middle a.webshop-link:hover {  
    background: url(/img/webshop-button.png) no-repeat top right;
    color: #000;
}

#content-left-bottom-bottom {
    width: 240px;
    height: 20px;
    background: url(/img/leftcolumn-background-bottom.png) no-repeat bottom left;
}

#content-right {
    float: left;
    width: 720px;
}

#content-right-top {
    width: 720px;
    height: 266px;
    overflow: hidden;
}

#content-right-content {
    padding: 0 0 0 38px;
}

#footer-wrapper {
    width:100%;
    background: url( /img/footer-background.png ) #fff repeat-x top left;
}

#footer {
    width: 900px;
    height:40px;
    margin:0 auto;
    color: #BBC8CE;    
    text-align: center;
}

#footer a {
    color: #BBC8CE;
    line-height: 40px;
}

