div.posting {
    /* margin-bottom       :   20px; */
}

    div.posting div.datum {
        position            :   relative;
        color               :   #ed6720;
        width               :   150px;
        height              :   40px;
        float               :   left;
    }
    
        div.datum div.dag {
            position            :   absolute;
            font-size           :   35px;
            letter-spacing      :   -5px;
            width               :   43px;
            text-align          :   right;
        }
        
        div.datum div.maand {
            font-size           :   11px;
            text-transform      :   uppercase;
            position            :   absolute;
            left                :   45px;
            top                 :   5px;
        }
        
        div.datum div.jaar {
            font-size           :   19px;
            letter-spacing      :   -2px;
            position            :   absolute;
            left                :   45px;
            top                 :   15px;
        }
    
    div.posting div.content {
        position            :   relative;
        margin-left         :   150px;
    }
    
        div.content h1 {
            font-size           :   13px;
            font-weight         :   normal;
            text-transform      :   uppercase;
            color               :   #83a0b2;
            margin-top          :   0px;
            background-color    :   #9cb3c1;
            color               :   #ffffff;
            padding-top         :   17px;
            padding-left        :   3px;
            padding-bottom      :   3px;
        }
        
        div.content div.text {
            padding-right       :   10px;
        }
        
            div.text img {
                border-width        :   0px;
            }
            
            div.text img.right {
                float               :   right;
                margin-left         :   10px;
                margin-bottom       :   4px;
            }
            
            div.text img.left {
                float               :   left;
                margin-right        :   10px;
                margin-bottom       :   4px;
            }
            
            div.text img.rightborder, div.text a img.rightborder {
                float               :   right;
                margin-left         :   10px;
                margin-bottom       :   4px;
                border              :   5px solid #dee7ee;
            }
            
            div.text img.leftborder, div.text a img.leftborder {
                float               :   left;
                margin-right        :   10px;
                margin-bottom       :   4px;
                border              :   5px solid #dee7ee;
            }
            
            div.text img.border, div.text a img.border {
                border              :   5px solid #dee7ee;
            }
            
            div.text a:hover img.border {
                border              :   5px solid #ed6720;
            }
            
            /*
            div.text a:hover img.border, div.text a:hover img.rightborder, div.text a:hover img.leftborder {
                border              :   5px solid #ed6720;
            }
            */
            
            div.text blockquote {
                border-left         :   5px solid #dee7ee;
                font-size           :   11px;
                background-color    :   #f2f5f8;
                padding             :   10px;
            }
            
        div.posting div.footer {
            background-color    :   #f2f5f8;
            color               :   #83a0b2;
            font-size           :   11px;
            padding             :   3px;
            padding-left        :   150px;
            padding-right       :   10px;
            text-align          :   right;
            text-transform      :   uppercase;
            letter-spacing      :   0px;
        }
        
            div.footer a {
                color                   :   #83a0b2;
                /*
                text-decoration         :   none;
                */
            }
            
            div.footer a:hover {
                color                   :   #000000;
            }
            
            div.footer strong {
                padding-left            :   10px;
                padding-right           :   10px;
            }
    
    div.posting div.sidepics {
        position            :   relative;
        width               :   140px;
        float               :   left;
        margin              :   0px;
        margin-top          :   20px;
        padding             :   0px;
    }
    
    div.posting div.sidepics img {
        border              :   5px solid #dee7ee;
        margin-left         :   10px;
    }
    
    table.stats td {
        font-size           :   12px;
        text-align          :   right;
        padding-left        :   0;
    }
    
    table.stats th {
        font-size           :   12px;
        text-align          :   left;
        padding-left        :   0;
    }
    