html {
    height:                100%;
    font-family:           Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
    background-color:      #000000;
    font-family:           Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:             90%;
    color:                 #CCCCCC;
}

p#vingers {
    display:               block;
    text-align:            center;
}


#menu_onder {
    position:              fixed;
    left:                  0px;
    bottom:                0px;
    padding:               5px;
    width:                 100%;
    text-align:            center;
    background-color:      #000000;
}
    #menu_onder a {
        font-size:         100%;
        text-decoration:   none;
        color:             #CCCCCC;
    }
    .actief {
        color:             #0066FF !important;
    }
    #menu_onder a:hover {
        font-size:         100%;
        text-decoration:   none;
        color:             #FFFFFF;
        border-bottom:     1px dotted #666666;
    }
    
.curriculum a {
    color:                 #0066FF;
    text-decoration:       none;
}
    .curriculum a:hover {
        color:                 #0066FF;
        text-decoration:       underline;
    }


#home_inhoud {
    position:              absolute;
    text-align:            center;
    top:                   10%;
    left:                  50%;
    margin-left:           -300px;
    width:                 600px;
}

#expotijden {
    width:                 90%;
}
    #expotijden td.datum {
        text-align:            left;
        width:                 50%;
        padding-left:          10%;
    }
    #expotijden td.tijd {
        text-align:            right;
        width:                 50%;
    }

#inhoud {
    position:              absolute;
    text-align:            center;
    top:                   10%;
    left:                  50%;
    margin-left:           -390px;
    width:                 780px;
}


blockquote p.quote {
    font-style:            italic;
}
blockquote .auteur {
    display:               block;
    text-align:            right;
}

h1 {
    font-weight:           normal;
    font-size:             150%;
    margin:                0px;
    padding:               0px;
}

h3 {
    font-weight:           normal;
    font-size:             120%;
}

h4 {
    margin:                0px;
}

img#vingers {
    margin:                8% 0px 2% 0px;
}


#commentaar {
    z-index:               99;
    display:               none;
    position:              absolute;
    left:                  0px;
    width:                 100%;
    bottom:                15px;
    text-align:            center;
}

#commentaar p {
    margin:                0px;
}

#pijltjes {
    margin:                15px 0px 0px 0px;
}
#pijltjes a {
    color:                 #CCCCCC;
    text-decoration:       none;
    cursor:                pointer;
}
#pijltjes a strong {
    font-weight:           normal;
}
#pijltjes a:hover strong {
    color:                 #FFFFFF;
    border-bottom:         1px dotted #666666;
}


.noborder {
    border-style:          none !important;
}

.gallerij img {
    height:                100px;
    border:                1px #FFFFFF solid;
}
.gallerij a {
    border:                none;
}



#outerImageContainer {
    background-color:      #000000 !important;
}

#lightboxImage {
    border:                solid #FFFFFF 1px !important;
}

.gedichtje {
    text-align:            center;
    font-family:           'Bodoni SvtyTwo ITC TT', 'Euphemia UCAS', 'Monotype Corsiva', 'Lucida Handwriting';
    font-style:            italic;
}




















