/*  ----- Created by Emile Blume - 2006 - Netcreators.com ---- */

/* ----- menu aan de linkerkant ---------*/

#bread {
    border-bottom: 1px solid #F0F0F0;
    color: Gray;
    margin-bottom: 8px;
    padding-bottom: 4px;
}

#bread a {
    font-weight: normal;
    margin-right: 4px;
}

#bread a:hover {
    color: gray;
}

#nav-top {
    width: 196px;
    position: absolute;
    z-index: 10;
}

#nav-top ul {
    margin: 0px;
    padding: 0px;
}

#nav-top li {
    list-style: none;
}

#nav-top li#t-10 {
    display:none;
}

#nav-top li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    height: 26px;
    padding-left: 14px;
}

#nav-top li#t-15 a {
    color: #837373;
    font-size: 12px;
}

#nav-top li#t-15 a:hover, #nav-top li#t-15 a.active {
    color: #413839;
}

#nav-top li#t-22 a:hover, #nav-top li#t-22 a.active {
    color: #413839;
}


/* ----- menu linkerzijde -----------*/
#nav-left ul {
    margin: 10px;
    margin-left: 14px;
    margin-top: 80px;
    padding: 2px;
}

#nav-left li {
    list-style: none;
    background: url(../img/marker-01.gif) no-repeat left;
    margin: 0;
    padding: 0;
}

#nav-left li a {
    color: #FEFCF9;
    font-size: 12px;
    font-weight: normal;
    padding-left: 12px;
    text-decoration: none;
}

#nav-left li a:hover {
    background: url(../img/marker-01-over.gif) no-repeat left;
    color: #413839;
}

#nav-left a.active {
    background: url(../img/marker-01-on.gif) no-repeat left;
    color: #413839;
}

#nav-left li#active {
}

/* ----- menu aan de rechterkant ---------*/

#right ul {
    margin: 0;
    margin-left: 2px;
    margin-top: 10px;
    padding: 0;
}

#right li {
    list-style: none;
    background: url(../img/button-right.gif) no-repeat left;
    margin-bottom: 4px;
}

#right ul a {
    display: block;
    color: #413839;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    width: 160px;
    padding-left: 20px;
}

#right ul a:hover {
    color: #FFFFFF;
}

#right .frame-01 {
    margin-top: 10px;
    background: #CBAA8E;
    border: 1px solid #FEFCF9;
}

#right .frame-01 li {
    background: none;
}

#right .frame-01 ul a {
    display: block;
    color: #413839;
    font-weight: bold;
    text-decoration: none;
    line-height: 14px;
    height: 14px;
    width: 160px;
    padding-left: 10px;
}
















