﻿/* Linkermenu op Publicaties pagina */
/* Menu breedtes ed */
.leftmenu {
    width: 200px;
    color: #FF6600;
    float: left;
}
#leftmenu {
    top: 175px;
    margin: 0;
    padding-top: 20px;
    width: 160px;
    padding-left: 20px;
    position: fixed;
}
.niets {
    list-style: none;
}
.headspan {
    color: #C1C3CB;
    font-size: 13px !important;
}
/* Tekst opmaak */
.catlink {
    text-decoration: none;
    color: #C1C3CB;
}
.catlink:hover {
    text-decoration: underline;
}
#leftmenu span {
    font-size: 20px;
}
#leftmenu .niets {
    height: 15px;
}


/* Content Publicaties */
.midtekst {
    width: 750px;
    padding-left: 50px !important;
    float: left !important;
    margin-left: 200px !important;
}
/* Achtergrondafbeelding zodat het even lang LIJKT, maar niet is :) */
.midcontent {
    background: #3A403B url("/afbeeldingen/textbackground.png") repeat-y 0 0;
}

.jaartal {
    color: #FF6600;
}
.doc {
    font-size: 9px;
    color: #FF6600;
    text-decoration: none;
}
/* Naar boven knop */
#backtop {
    display: none;
    cursor: pointer;
}
