﻿#PageHolder {
    margin-top: 85px;
    z-index: 1
}

#BelowHolder {
    position: fixed;
    display: inline-block;
    background: #FFD;
    top: 88px;
    left: auto;
    width: 1000px;
    height: 20px;
    z-index: 999;
}

#BelowMenu {
    position: absolute;
    width: 990px;
    height: 20px;
    background: white;
    border-top: 5px solid green;
    border-left: 5px solid green;
    border-right: 5px solid green;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



.Citaat {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;  
    color: green;
    text-align: center;
}


#Uphpic {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    width: 250px;
    border: none
}

#notie {
    display: none;
    font-weight: bold;
    font-style: italic
}

#yesie {
    display: none
}