* {
    font-family         :   lucida sans unicode, lucida sans, helvetica, arial;
}

body {
    background-color    :   #9ab9cd;
    margin              :   0px;
    padding             :   20px;
    margin-bottom       :   20px;
    background-image    :   url('../gfx/background-vertical-stripes.png');
    background-attachment   :   fixed;
}

div.container {
    position            :   relative;
    left                :   50%;
    top                 :   20px;
    margin-left         :   -410px;
    margin-bottom       :   20px;
    width               :   760px;
    background-color    :   #ffffff;
    border              :   10px solid #dee7ee;
    padding             :   0px;
}


/* -- | ALGEMEEN | -------------------- */

    div.container p {
        font-size           :   12px;
        line-height         :   18px;
    }
    
    div.container p.clear {
        clear               :   both;
    }
    
    div.container a {
        color               :   #ed6720;
    }
    
    div.container a:hover {
        color               :   #a6400a;
    }
    
    div.container ul, div.container ol {
        font-size           :   12px;
        color               :   #83a0b2;
    }
        
    div.container li {
        margin-left         :   -20px;
    }
    
    div.container ol li {
        margin-left         :   0px;
    }
    
    div.container span.grey {
        color               :   #666666;
    }
    
/* -- | KOLOMMEN | -------------------- */

    div.container div.column1 {
        float               :   left;
        width               :   253px;
        margin              :   0px;
        padding             :   0px;
    }
    
    div.container div.column2 {
        position            :   relative; 
        float               :   left; 
        width               :   254px; 
        margin              :   0px;
        padding             :   0px;
		overflow            :   hidden;
    }
    
    div.container div.column3 {
        position            :   relative;
        float               :   right;
        width               :   253px;
        margin              :   0px;
        padding             :   0px;
    }
    
    div.columns123 h2 {
        font-size           :   13px;
        font-weight         :   normal;
        text-transform      :   uppercase;
        margin-top          :   0px;
        background-color    :   #9cb3c1;
        color               :   #ffffff;
        padding-top         :   17px;
        padding-left        :   3px;
        padding-bottom      :   3px;
    }
    
    div.column2 h2 {
        /*
        background-color    :   #abbeca;
        */
    }
    
    div.columns123 p {
        padding-left        :   2px;
        padding-right       :   10px;
        font-size           :   11px;
        line-height         :   16px;
    }
    
    div.clear {
        clear               :   both;
        line-height         :   1px;
        height              :   1px;
        overflow            :   hidden;
    }
    
    table.archive {
        border-collapse     :   collapse;
        width               :   760px;
        margin              :   0px;
        margin-bottom       :   20px;
    }
    
    table.archive th {
        padding             :   5px;
        text-align          :   left;
        font-size           :   12px;
        background-color    :   #9cb3c1;
        color               :   #ffffff;
        font-weight         :   normal;
        text-transform      :   uppercase;
    }
    
    table.archive td {
        padding             :   3px;
        font-size           :   12px;
        color               :   #999999;
    }
    
    table.archive td.archivedate {
        text-align          :   right;
        padding-right       :   10px;
    }

acronym {
    border-bottom       :   1px dotted #9cb3c1;
    cursor              :   help;
}

.adsense {
    background-color: #F2F5F8 !important;
    padding: 15px 0 15px 15px !important;
    width: 745px !important;
}
